From 888a578247a5cae153b73f94d8020bcb361b4cc4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 15 May 2015 18:22:55 +0200 Subject: release v1.01 --- Changelog | 2 +- bin/db-iris | 4 ++-- lib/Travel/Status/DE/IRIS.pm | 6 +++--- lib/Travel/Status/DE/IRIS/Result.pm | 4 ++-- lib/Travel/Status/DE/IRIS/Stations.pm | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Changelog b/Changelog index 89ab9d3..ca8ad9d 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -git HEAD +Travel::Status::DE::IRIS 1.01 - Fri May 15 2015 * IRIS->new: Fix default lwp_options value (was documented, but not used) * Result->route_interesting: Also consider airports diff --git a/bin/db-iris b/bin/db-iris index a628e05..eeec35d 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -6,7 +6,7 @@ use utf8; no if $] >= 5.018, warnings => 'experimental::smartmatch'; -our $VERSION = '1.00'; +our $VERSION = '1.01'; use Carp; use DateTime; @@ -458,7 +458,7 @@ I =head1 VERSION -version 1.00 +version 1.01 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index 671cef2..94c331c 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 = '1.00'; +our $VERSION = '1.01'; 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 1.00 +version 1.01 =head1 DESCRIPTION @@ -447,7 +447,7 @@ non-negative integer is accepted. =item B => I<\%hashref> Passed on to C<< LWP::UserAgent->new >>. Defaults to C<< { timeout => 10 } >>, -you can use an empty hashref to override it. +you can use an empty hashref to unset the default. =item B => I diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm index 390b3c4..014b93b 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 = '1.00'; +our $VERSION = '1.01'; my %translation = ( 2 => 'Polizeiliche Ermittlung', @@ -750,7 +750,7 @@ arrival/departure received by Travel::Status::DE::IRIS =head1 VERSION -version 1.00 +version 1.01 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/IRIS/Stations.pm b/lib/Travel/Status/DE/IRIS/Stations.pm index 4696129..a58d090 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 = '1.00'; +our $VERSION = '1.01'; my @stations = ( -- cgit v1.2.3