diff options
-rw-r--r-- | Changelog | 3 | ||||
-rwxr-xr-x | bin/db-iris | 4 | ||||
-rw-r--r-- | lib/Travel/Status/DE/IRIS.pm | 6 | ||||
-rw-r--r-- | lib/Travel/Status/DE/IRIS/Result.pm | 4 | ||||
-rw-r--r-- | lib/Travel/Status/DE/IRIS/Stations.pm | 4 |
5 files changed, 11 insertions, 10 deletions
@@ -1,8 +1,9 @@ -git HEAD +Travel::Status::DE::IRIS 1.00 - Fri May 01 2015 * IRIS->new: Use lwp_options to explicitly pass arguments to the LWP::UserAgent constructor. Unknown arguments are now longer implicitly passed on + * db-iris: Improve output format for wing trains Travel::Status::DE::IRIS 0.10 - Tue Apr 30 2015 diff --git a/bin/db-iris b/bin/db-iris index 3470bcc..044b8bb 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.10'; +our $VERSION = '1.00'; use Carp; use DateTime; @@ -458,7 +458,7 @@ I<station> =head1 VERSION -version 0.10 +version 1.00 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index 7cd8aec..1b153e0 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.10'; +our $VERSION = '1.00'; use Carp qw(confess cluck); use DateTime; @@ -402,7 +402,7 @@ Travel::Status::DE::IRIS - Interface to IRIS based web departure monitors. =head1 VERSION -version 0.10 +version 1.00 =head1 DESCRIPTION @@ -447,7 +447,7 @@ non-negative integer is accepted. =item B<lwp_options> => I<\%hashref> Passed on to C<< LWP::UserAgent->new >>. Defaults to C<< { timeout => 10 } >>, -use an empty hashref to override. +you can use an empty hashref to override it. =item B<station> => I<stationcode> diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm index 8d4d1c4..7998a1f 100644 --- a/lib/Travel/Status/DE/IRIS/Result.pm +++ b/lib/Travel/Status/DE/IRIS/Result.pm @@ -15,7 +15,7 @@ use List::Compare; use List::MoreUtils qw(none uniq firstval); use Scalar::Util qw(weaken); -our $VERSION = '0.10'; +our $VERSION = '1.00'; my %translation = ( 2 => 'Polizeiliche Ermittlung', @@ -750,7 +750,7 @@ arrival/departure received by Travel::Status::DE::IRIS =head1 VERSION -version 0.10 +version 1.00 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/IRIS/Stations.pm b/lib/Travel/Status/DE/IRIS/Stations.pm index 3bff57a..c5e0a2d 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.10'; +our $VERSION = '1.00'; my @stations = ( @@ -15292,7 +15292,7 @@ Travel::Status::DE::IRIS::Stations - Station name to station code mapping =head1 VERSION -version 0.10 +version 1.00 =head1 DESCRIPTION |