diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-03-03 20:44:34 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-03-03 20:44:34 +0100 |
commit | 8a904bc1d3601ea72593b90f514354b08b832ccc (patch) | |
tree | c706f38b513558f96baadf43f229af34dd0f5640 /lib/Travel/Status/DE/EFA | |
parent | 8ad7cfccf15da80813535f65f0fbb1cf2b7a6d9e (diff) |
version bump to 1.081.08
Diffstat (limited to 'lib/Travel/Status/DE/EFA')
-rw-r--r-- | lib/Travel/Status/DE/EFA/Line.pm | 4 | ||||
-rw-r--r-- | lib/Travel/Status/DE/EFA/Result.pm | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/Travel/Status/DE/EFA/Line.pm b/lib/Travel/Status/DE/EFA/Line.pm index 04c2fd8..af5c3cb 100644 --- a/lib/Travel/Status/DE/EFA/Line.pm +++ b/lib/Travel/Status/DE/EFA/Line.pm @@ -6,7 +6,7 @@ use 5.010; use parent 'Class::Accessor'; -our $VERSION = '1.07'; +our $VERSION = '1.08'; Travel::Status::DE::EFA::Line->mk_ro_accessors( qw(direction name operator route type valid)); @@ -46,7 +46,7 @@ requested station =head1 VERSION -version 1.07 +version 1.08 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/EFA/Result.pm b/lib/Travel/Status/DE/EFA/Result.pm index 691c49a..fd19369 100644 --- a/lib/Travel/Status/DE/EFA/Result.pm +++ b/lib/Travel/Status/DE/EFA/Result.pm @@ -6,7 +6,7 @@ use 5.010; use parent 'Class::Accessor'; -our $VERSION = '1.07'; +our $VERSION = '1.08'; Travel::Status::DE::EFA::Result->mk_ro_accessors( qw(countdown date delay destination is_cancelled info key line lineref @@ -56,7 +56,7 @@ departure received by Travel::Status::DE::EFA =head1 VERSION -version 1.07 +version 1.08 =head1 DESCRIPTION |