Commit 47f7950b authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

version bump

parent 0c2910e1
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
git HEAD
Travel::Status::DE::IRIS 1.08 - Thu Jun 09 2016

    * New dependency: Geo::Distance
    * Update DS100 code list. Station names are now unabbreviated, e.g.
      "Dortmund Univeristät" instead of "Do Universität". Also, stations
      without train service are no longer included
      without train service are no longer included. Note that this list might
      contain errors. If you get "Request error: Station ... has no associated
      timetable" for a station which worked with previous versions, please
      submit a bug report.
    * Travel::Status::DE::IRIS::Stations now also returns international
      station number, longitude and latitutde for most stations
    * New method Travel::Status::DE::IRIS::Stations::get_station_by_location
+4 −4
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ use utf8;

no if $] >= 5.018, warnings => 'experimental::smartmatch';

our $VERSION = '1.07';
our $VERSION = '1.08';

use Carp;
use DateTime;
@@ -505,7 +505,7 @@ I<station>

=head1 VERSION

version 1.07
version 1.08

=head1 DESCRIPTION

@@ -726,9 +726,9 @@ Unknown.

=head1 AUTHOR

Copyright (C) 2013-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
Copyright (C) 2013-2016 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>

The station data used by this script is Copyright (C) 2016 by DB
The station data used by this script is provided by DB
Station&Service AG, Europaplatz 1, 10557 Berlin, Germany and also available
under a CC-BY 4.0 license on
L<http://data.deutschebahn.com/datasets/haltestellen/>.
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ use 5.014;

no if $] >= 5.018, warnings => 'experimental::smartmatch';

our $VERSION = '1.07';
our $VERSION = '1.08';

use Carp qw(confess cluck);
use DateTime;
@@ -536,7 +536,7 @@ Travel::Status::DE::IRIS - Interface to IRIS based web departure monitors.

=head1 VERSION

version 1.07
version 1.08

=head1 DESCRIPTION

@@ -653,7 +653,7 @@ L<https://github.com/derf/Travel-Status-DE-IRIS>

=head1 AUTHOR

Copyright (C) 2013-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
Copyright (C) 2013-2016 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>

=head1 LICENSE

+3 −3
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ use List::Compare;
use List::MoreUtils qw(none uniq firstval);
use Scalar::Util qw(weaken);

our $VERSION = '1.07';
our $VERSION = '1.08';

my %translation = (
	2  => 'Polizeiliche Ermittlung',
@@ -736,7 +736,7 @@ arrival/departure received by Travel::Status::DE::IRIS

=head1 VERSION

version 1.07
version 1.08

=head1 DESCRIPTION

@@ -1332,7 +1332,7 @@ Travel::Status::DE::IRIS(3pm).

=head1 AUTHOR

Copyright (C) 2013-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
Copyright (C) 2013-2016 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>

=head1 LICENSE