From fb3d484eb7bbc5072af41d97495ff91e013ef34c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 24 Jan 2014 12:33:08 +0100 Subject: initial release --- lib/Travel/Status/DE/IRIS.pm | 4 ++-- lib/Travel/Status/DE/IRIS/Result.pm | 7 ++++--- lib/Travel/Status/DE/IRIS/Stations.pm | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) (limited to 'lib/Travel/Status') diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index 6111882..e9a117d 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.00'; +our $VERSION = '0.01'; use Carp qw(confess cluck); use DateTime; @@ -273,7 +273,7 @@ Travel::Status::DE::IRIS - Interface to IRIS based web departure monitors. =head1 VERSION -version 0.00 +version 0.01 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm index 2b382c0..e672cd1 100644 --- a/lib/Travel/Status/DE/IRIS/Result.pm +++ b/lib/Travel/Status/DE/IRIS/Result.pm @@ -13,7 +13,7 @@ use DateTime; use DateTime::Format::Strptime; use List::MoreUtils qw(none uniq); -our $VERSION = '0.00'; +our $VERSION = '0.01'; Travel::Status::DE::IRIS::Result->mk_ro_accessors( qw(arrival classes date datetime delay departure is_cancelled line_no @@ -882,7 +882,8 @@ None. =head1 BUGS AND LIMITATIONS -None known. +The messages returned by B and B contain +duplicates. =head1 SEE ALSO @@ -890,7 +891,7 @@ Travel::Status::DE::IRIS(3pm). =head1 AUTHOR -Copyright (C) 2013 by Daniel Friesel Ederf@finalrewind.orgE +Copyright (C) 2013-2014 by Daniel Friesel Ederf@finalrewind.orgE =head1 LICENSE diff --git a/lib/Travel/Status/DE/IRIS/Stations.pm b/lib/Travel/Status/DE/IRIS/Stations.pm index 891faf8..79884e8 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.00'; +our $VERSION = '0.01'; my @stations = ( @@ -15154,7 +15154,7 @@ Travel::Status::DE::IRIS::Stations - Station name to station code mapping =head1 VERSION -version 0.00 +version 0.01 =head1 DESCRIPTION -- cgit v1.2.3