diff options
-rw-r--r-- | Changelog | 2 | ||||
-rwxr-xr-x | bin/efa-m | 4 | ||||
-rw-r--r-- | lib/Travel/Status/DE/VRR.pm | 4 | ||||
-rw-r--r-- | lib/Travel/Status/DE/VRR/Result.pm | 4 |
4 files changed, 7 insertions, 7 deletions
@@ -1,4 +1,4 @@ -git HEAD +Travel::Status::DE::VRR 0.02 - Sat Oct 01 2011 [efa-m] * Add --platform / --line options to filter output @@ -3,7 +3,7 @@ use strict; use warnings; use 5.010; -our $VERSION = '0.01'; +our $VERSION = '0.02'; use Getopt::Long qw(:config no_ignore_case); use List::Util qw(max); @@ -132,7 +132,7 @@ B<efa-m> [B<-d> I<date>] [B<-t> I<time>] I<city> [I<type>B<:>]I<name> =head1 VERSION -version 0.01 +version 0.02 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/VRR.pm b/lib/Travel/Status/DE/VRR.pm index f886379..12002fc 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.01'; +our $VERSION = '0.02'; use Carp qw(confess); use Travel::Status::DE::VRR::Result; @@ -213,7 +213,7 @@ Travel::Status::DE::VRR - inofficial VRR departure monitor =head1 VERSION -version 0.01 +version 0.02 =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/VRR/Result.pm b/lib/Travel/Status/DE/VRR/Result.pm index bea868c..0b2abf0 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.01'; +our $VERSION = '0.02'; 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.01 +version 0.02 =head1 DESCRIPTION |