Commit 9a87e7a5 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Release v0.01

parent 0640f90d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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,

Changelog

0 → 100644
+3 −0
Original line number Diff line number Diff line
Travel::Status::DE::VRR 0.01 - Sun Sep 11 2011

    * Initial release
+2 −2
Original line number Diff line number Diff line
@@ -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

+2 −2
Original line number Diff line number Diff line
@@ -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

+2 −2
Original line number Diff line number Diff line
@@ -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