diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-11-26 15:33:23 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-11-26 15:33:23 +0100 |
commit | 001f1672b8ad0b39df619e6a464f26c721c35ec9 (patch) | |
tree | 51e8fbc44e24725e0637179a0bf6bfd46f8c1031 /lib/Travel/Status/DE | |
parent | 8dd3185c5deec39ff1e636b3da4691aad5dd3673 (diff) |
Release v1.011.01
Diffstat (limited to 'lib/Travel/Status/DE')
-rw-r--r-- | lib/Travel/Status/DE/VRR.pm | 4 | ||||
-rw-r--r-- | lib/Travel/Status/DE/VRR/Line.pm | 4 | ||||
-rw-r--r-- | lib/Travel/Status/DE/VRR/Result.pm | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/Travel/Status/DE/VRR.pm b/lib/Travel/Status/DE/VRR.pm index f0b2d15..28a3ffd 100644 --- a/lib/Travel/Status/DE/VRR.pm +++ b/lib/Travel/Status/DE/VRR.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.010; -our $VERSION = '1.00'; +our $VERSION = '1.01'; use Carp qw(confess cluck); use Encode qw(encode decode); @@ -377,7 +377,7 @@ Travel::Status::DE::VRR - unofficial VRR departure monitor =head1 VERSION -version 1.00 +version 1.01 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/VRR/Line.pm b/lib/Travel/Status/DE/VRR/Line.pm index b49fc3b..bc6967f 100644 --- a/lib/Travel/Status/DE/VRR/Line.pm +++ b/lib/Travel/Status/DE/VRR/Line.pm @@ -6,7 +6,7 @@ use 5.010; use parent 'Class::Accessor'; -our $VERSION = '1.00'; +our $VERSION = '1.01'; Travel::Status::DE::VRR::Line->mk_ro_accessors( qw(direction name operator route type valid)); @@ -39,7 +39,7 @@ requested station =head1 VERSION -version 1.00 +version 1.01 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/VRR/Result.pm b/lib/Travel/Status/DE/VRR/Result.pm index 242b1ec..eabbba1 100644 --- a/lib/Travel/Status/DE/VRR/Result.pm +++ b/lib/Travel/Status/DE/VRR/Result.pm @@ -6,7 +6,7 @@ use 5.010; use parent 'Class::Accessor'; -our $VERSION = '1.00'; +our $VERSION = '1.01'; Travel::Status::DE::VRR::Result->mk_ro_accessors( qw(countdown date delay destination info line lineref platform @@ -41,7 +41,7 @@ departure received by Travel::Status::DE::VRR =head1 VERSION -version 1.00 +version 1.01 =head1 DESCRIPTION |