diff options
-rw-r--r-- | Changelog | 6 | ||||
-rwxr-xr-x | bin/db-iris | 6 | ||||
-rw-r--r-- | lib/Travel/Status/DE/IRIS.pm | 6 | ||||
-rw-r--r-- | lib/Travel/Status/DE/IRIS/Result.pm | 6 | ||||
-rw-r--r-- | lib/Travel/Status/DE/IRIS/Stations.pm | 4 | ||||
-rwxr-xr-x | scripts/acronyms.pl | 2 |
6 files changed, 18 insertions, 12 deletions
@@ -1,3 +1,9 @@ +Travel::Status::DE::IRIS 0.07 - Fri Jan 09 2015 + + * Fix a crash related to unscheduled additional stops in a train's route + * Improve Travel::Status::DE::IRIS::Stations matching + * Add IRIS delay/qos keys 56, 59, 61, 65, 73, 74, 77 + Travel::Status::DE::IRIS 0.06 - Mon Nov 03 2014 * New non-core module dependency: List::Compare diff --git a/bin/db-iris b/bin/db-iris index 3920f53..f05e718 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -6,7 +6,7 @@ use utf8; no if $] >= 5.018, warnings => 'experimental::smartmatch'; -our $VERSION = '0.06'; +our $VERSION = '0.07'; use Carp; use DateTime; @@ -387,7 +387,7 @@ I<station> =head1 VERSION -version 0.06 +version 0.07 =head1 DESCRIPTION @@ -590,7 +590,7 @@ Unknown. =head1 AUTHOR -Copyright (C) 2013-2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> +Copyright (C) 2013-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index a93a42d..e84754d 100644 --- a/lib/Travel/Status/DE/IRIS.pm +++ b/lib/Travel/Status/DE/IRIS.pm @@ -6,7 +6,7 @@ use 5.014; no if $] >= 5.018, warnings => 'experimental::smartmatch'; -our $VERSION = '0.06'; +our $VERSION = '0.07'; use Carp qw(confess cluck); use DateTime; @@ -327,7 +327,7 @@ Travel::Status::DE::IRIS - Interface to IRIS based web departure monitors. =head1 VERSION -version 0.06 +version 0.07 =head1 DESCRIPTION @@ -426,7 +426,7 @@ Travel::Status::DE::IRIS::Stations(3pm) =head1 AUTHOR -Copyright (C) 2013-2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> +Copyright (C) 2013-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm index 0350655..e6447eb 100644 --- a/lib/Travel/Status/DE/IRIS/Result.pm +++ b/lib/Travel/Status/DE/IRIS/Result.pm @@ -14,7 +14,7 @@ use DateTime::Format::Strptime; use List::Compare; use List::MoreUtils qw(none uniq firstval); -our $VERSION = '0.06'; +our $VERSION = '0.07'; Travel::Status::DE::IRIS::Result->mk_ro_accessors( qw(arrival classes date datetime delay departure is_cancelled is_transfer @@ -613,7 +613,7 @@ arrival/departure received by Travel::Status::DE::IRIS =head1 VERSION -version 0.06 +version 0.07 =head1 DESCRIPTION @@ -1151,7 +1151,7 @@ Travel::Status::DE::IRIS(3pm). =head1 AUTHOR -Copyright (C) 2013-2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> +Copyright (C) 2013-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE diff --git a/lib/Travel/Status/DE/IRIS/Stations.pm b/lib/Travel/Status/DE/IRIS/Stations.pm index 1339471..e26b024 100644 --- a/lib/Travel/Status/DE/IRIS/Stations.pm +++ b/lib/Travel/Status/DE/IRIS/Stations.pm @@ -7,7 +7,7 @@ use utf8; use List::MoreUtils qw(firstval); -our $VERSION = '0.06'; +our $VERSION = '0.07'; my @stations = ( @@ -15292,7 +15292,7 @@ Travel::Status::DE::IRIS::Stations - Station name to station code mapping =head1 VERSION -version 0.06 +version 0.07 =head1 DESCRIPTION diff --git a/scripts/acronyms.pl b/scripts/acronyms.pl index 7bb187f..e535ea8 100755 --- a/scripts/acronyms.pl +++ b/scripts/acronyms.pl @@ -190,7 +190,7 @@ Travel::Status::DE::IRIS(3pm). =head1 AUTHOR -Copyright (C) 2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> +Copyright (C) 2014-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE |