summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-10-01 12:54:19 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-10-01 12:54:19 +0200
commitad07d9548baf8bbbcb3973518c8653cf549ba9c9 (patch)
tree54632b2ae20c649c63375b61659cab151b3faf86
parent77e13ad0cf877f37ac03c45cde766bd2c5a90046 (diff)
New release0.02
-rw-r--r--Changelog2
-rwxr-xr-xbin/efa-m4
-rw-r--r--lib/Travel/Status/DE/VRR.pm4
-rw-r--r--lib/Travel/Status/DE/VRR/Result.pm4
4 files changed, 7 insertions, 7 deletions
diff --git a/Changelog b/Changelog
index 281caf2..f54528c 100644
--- a/Changelog
+++ b/Changelog
@@ -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
diff --git a/bin/efa-m b/bin/efa-m
index b96ecb8..8c2f982 100755
--- a/bin/efa-m
+++ b/bin/efa-m
@@ -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