diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-10-21 18:58:23 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-10-21 18:58:23 +0200 |
commit | 68cd2f9ba17612427b38f6be37039339432100eb (patch) | |
tree | 901c869aadb365b790467cd15da53bbae20b4ad9 /lib/Travel | |
parent | 8a769cd36383f9af895bae370d478bf6b9dae999 (diff) |
Release v1.031.03
Diffstat (limited to 'lib/Travel')
-rw-r--r-- | lib/Travel/Status/DE/DeutscheBahn.pm | 4 | ||||
-rw-r--r-- | lib/Travel/Status/DE/DeutscheBahn/Result.pm | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/Travel/Status/DE/DeutscheBahn.pm b/lib/Travel/Status/DE/DeutscheBahn.pm index 537b418..b8918e6 100644 --- a/lib/Travel/Status/DE/DeutscheBahn.pm +++ b/lib/Travel/Status/DE/DeutscheBahn.pm @@ -12,7 +12,7 @@ use POSIX qw(strftime); use Travel::Status::DE::DeutscheBahn::Result; use XML::LibXML; -our $VERSION = '1.02'; +our $VERSION = '1.03'; sub new { my ( $obj, %conf ) = @_; @@ -286,7 +286,7 @@ arrival/departure monitor =head1 VERSION -version 1.02 +version 1.03 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/DeutscheBahn/Result.pm b/lib/Travel/Status/DE/DeutscheBahn/Result.pm index 10f0f79..fb0fb95 100644 --- a/lib/Travel/Status/DE/DeutscheBahn/Result.pm +++ b/lib/Travel/Status/DE/DeutscheBahn/Result.pm @@ -8,7 +8,7 @@ no if $] >= 5.018, warnings => "experimental::smartmatch"; use parent 'Class::Accessor'; -our $VERSION = '1.02'; +our $VERSION = '1.03'; Travel::Status::DE::DeutscheBahn::Result->mk_ro_accessors( qw(date time train route_end route_raw platform info_raw)); @@ -171,7 +171,7 @@ arrival/departure received by Travel::Status::DE::DeutscheBahn =head1 VERSION -version 1.02 +version 1.03 =head1 DESCRIPTION |