diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-09-11 22:23:57 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-09-11 22:23:57 +0200 |
commit | 9a87e7a538e758052c18cd47cdf2b79f5b9dec9f (patch) | |
tree | 83c53e1ad2ea4cde44977baa18409091f6ea445d /lib | |
parent | 0640f90da6e16a23fc87dd4acb32d1d3604b1267 (diff) |
Release v0.010.01
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Travel/Status/DE/VRR.pm | 4 | ||||
-rw-r--r-- | lib/Travel/Status/DE/VRR/Result.pm | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/Travel/Status/DE/VRR.pm b/lib/Travel/Status/DE/VRR.pm index 47b3b76..b63e716 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 = '0.00'; +our $VERSION = '0.01'; use Carp qw(confess); use Travel::Status::DE::VRR::Result; @@ -181,7 +181,7 @@ Travel::Status::DE::VRR - inofficial VRR departure monitor =head1 VERSION -version 0.00 +version 0.01 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/VRR/Result.pm b/lib/Travel/Status/DE/VRR/Result.pm index c5b74ff..bea868c 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 = '0.00'; +our $VERSION = '0.01'; Travel::Status::DE::VRR::Result->mk_ro_accessors( qw(destination time platform line info)); @@ -39,7 +39,7 @@ departure received by Travel::Status::DE::VRR =head1 VERSION -version 0.00 +version 0.01 =head1 DESCRIPTION |