diff options
-rw-r--r-- | Build.PL | 2 | ||||
-rw-r--r-- | Changelog | 3 | ||||
-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 |
5 files changed, 11 insertions, 6 deletions
@@ -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 @@ -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 |