summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-09-11 22:23:57 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-09-11 22:23:57 +0200
commit9a87e7a538e758052c18cd47cdf2b79f5b9dec9f (patch)
tree83c53e1ad2ea4cde44977baa18409091f6ea445d
parent0640f90da6e16a23fc87dd4acb32d1d3604b1267 (diff)
Release v0.010.01
-rw-r--r--Build.PL2
-rw-r--r--Changelog3
-rwxr-xr-xbin/efa-m4
-rw-r--r--lib/Travel/Status/DE/VRR.pm4
-rw-r--r--lib/Travel/Status/DE/VRR/Result.pm4
5 files changed, 11 insertions, 6 deletions
diff --git a/Build.PL b/Build.PL
index af48452..dfed9cb 100644
--- a/Build.PL
+++ b/Build.PL
@@ -7,6 +7,7 @@ use Module::Build;
Module::Build->new(
build_requires => {
+ 'File::Slurp' => 0,
'Test::More' => 0,
'Test::Pod' => 0,
},
@@ -14,6 +15,7 @@ Module::Build->new(
license => 'perl',
requires => {
'perl' => '5.10.1',
+ 'Carp' => 0,
'Class::Accessor' => 0,
'Getopt::Long' => 0,
'List::Util' => 0,
diff --git a/Changelog b/Changelog
new file mode 100644
index 0000000..23d2922
--- /dev/null
+++ b/Changelog
@@ -0,0 +1,3 @@
+Travel::Status::DE::VRR 0.01 - Sun Sep 11 2011
+
+ * Initial release
diff --git a/bin/efa-m b/bin/efa-m
index 115f36b..75f9253 100755
--- a/bin/efa-m
+++ b/bin/efa-m
@@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.010;
-our $VERSION = '0.00';
+our $VERSION = '0.01';
use Getopt::Long qw(:config no_ignore_case);
use List::Util qw(max);
@@ -113,7 +113,7 @@ B<efa-m> [B<-d> I<date>] [B<-t> I<time>] I<city> I<stop>
=head1 VERSION
-version 0.00
+version 0.01
=head1 DESCRIPTION
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