From 9a87e7a538e758052c18cd47cdf2b79f5b9dec9f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 11 Sep 2011 22:23:57 +0200 Subject: Release v0.01 --- lib/Travel/Status/DE/VRR.pm | 4 ++-- lib/Travel/Status/DE/VRR/Result.pm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/Travel/Status') 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 -- cgit v1.2.3