Loading Build.PL +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ Module::Build->new( 'Test::More' => 0, 'Test::Compile' => 0, 'Test::Pod' => 0, 'Test::Command' => 0, }, module_name => 'Travel::Routing::DE::VRR', license => 'unrestricted', Loading @@ -22,5 +21,6 @@ Module::Build->new( 'XML::LibXML' => 0, 'WWW::Mechanize' => 0, }, sign => 1, )->create_build_script(); Changelog +2 −2 Original line number Diff line number Diff line git HEAD Travel::Routing::DE::VRR 1.04 - Wed Jun 29 2011 * Remove --foo-type options, use --to city type:stop etc. instead * efa: Remove --foo-type options, use --to city type:stop etc. instead * Introducing Travel::Routing::DE::VRR * New dependencies: Class::Accessor, Exception::Class Loading bin/efa +2 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ use Travel::Routing::DE::VRR; use Exception::Class; use Getopt::Long qw/:config no_ignore_case/; our $VERSION = '1.3'; our $VERSION = '1.04'; my $ignore_info = 'Fahrradmitnahme'; my $efa; my ( @from, @to, @via, $from_type, $to_type, $via_type ); Loading Loading @@ -228,7 +228,7 @@ efa - unofficial efa.vrr.de command line client =head1 VERSION version 1.3 version 1.04 =head1 DESCRIPTION Loading lib/Travel/Routing/DE/VRR.pm +3 −3 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ use Exception::Class ( }, ); our $VERSION = '1.3'; our $VERSION = '1.04'; sub set_time { my ( $self, %conf ) = @_; Loading Loading @@ -627,7 +627,7 @@ Travel::Routing::DE::VRR - inofficial interface to the efa.vrr.de German itinera =head1 VERSION version 1.3 version 1.04 =head1 DESCRIPTION Loading Loading @@ -765,7 +765,7 @@ The following methods act like the arguments to B<new>. See there. =head1 DIAGNOSTICS When encountering an error, Travel::Routing::DE::VRR returns a When encountering an error, Travel::Routing::DE::VRR throws a Travel::Routing::DE::VRR::Exception(3pm) object. =head1 DEPENDENCIES Loading lib/Travel/Routing/DE/VRR/Route.pm +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ use 5.010; use Travel::Routing::DE::VRR::Route::Part; our $VERSION = '1.3'; our $VERSION = '1.04'; sub new { my ( $obj, @parts ) = @_; Loading Loading @@ -47,7 +47,7 @@ Travel::Routing::DE::VRR::Route - Single route (connection) between two points =head1 VERSION version 1.3 version 1.04 =head1 DESCRIPTION Loading Loading
Build.PL +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ Module::Build->new( 'Test::More' => 0, 'Test::Compile' => 0, 'Test::Pod' => 0, 'Test::Command' => 0, }, module_name => 'Travel::Routing::DE::VRR', license => 'unrestricted', Loading @@ -22,5 +21,6 @@ Module::Build->new( 'XML::LibXML' => 0, 'WWW::Mechanize' => 0, }, sign => 1, )->create_build_script();
Changelog +2 −2 Original line number Diff line number Diff line git HEAD Travel::Routing::DE::VRR 1.04 - Wed Jun 29 2011 * Remove --foo-type options, use --to city type:stop etc. instead * efa: Remove --foo-type options, use --to city type:stop etc. instead * Introducing Travel::Routing::DE::VRR * New dependencies: Class::Accessor, Exception::Class Loading
bin/efa +2 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ use Travel::Routing::DE::VRR; use Exception::Class; use Getopt::Long qw/:config no_ignore_case/; our $VERSION = '1.3'; our $VERSION = '1.04'; my $ignore_info = 'Fahrradmitnahme'; my $efa; my ( @from, @to, @via, $from_type, $to_type, $via_type ); Loading Loading @@ -228,7 +228,7 @@ efa - unofficial efa.vrr.de command line client =head1 VERSION version 1.3 version 1.04 =head1 DESCRIPTION Loading
lib/Travel/Routing/DE/VRR.pm +3 −3 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ use Exception::Class ( }, ); our $VERSION = '1.3'; our $VERSION = '1.04'; sub set_time { my ( $self, %conf ) = @_; Loading Loading @@ -627,7 +627,7 @@ Travel::Routing::DE::VRR - inofficial interface to the efa.vrr.de German itinera =head1 VERSION version 1.3 version 1.04 =head1 DESCRIPTION Loading Loading @@ -765,7 +765,7 @@ The following methods act like the arguments to B<new>. See there. =head1 DIAGNOSTICS When encountering an error, Travel::Routing::DE::VRR returns a When encountering an error, Travel::Routing::DE::VRR throws a Travel::Routing::DE::VRR::Exception(3pm) object. =head1 DEPENDENCIES Loading
lib/Travel/Routing/DE/VRR/Route.pm +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ use 5.010; use Travel::Routing::DE::VRR::Route::Part; our $VERSION = '1.3'; our $VERSION = '1.04'; sub new { my ( $obj, @parts ) = @_; Loading Loading @@ -47,7 +47,7 @@ Travel::Routing::DE::VRR::Route - Single route (connection) between two points =head1 VERSION version 1.3 version 1.04 =head1 DESCRIPTION Loading