Loading Changelog +2 −1 Original line number Diff line number Diff line git HEAD Travel::Routing::DE::VRR 2.01 - Thu Jan 26 2012 * Fix bug in departure_stop_and_platform where the arrival_stop was used in case of unknown platforms * Document -E / --extended-info in efa(1) Travel::Routing::DE::VRR 2.00 - Sun Dec 11 2011 Loading bin/efa +19 −4 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ use Travel::Routing::DE::VRR; use Exception::Class; use Getopt::Long qw/:config no_ignore_case/; our $VERSION = '2.00'; our $VERSION = '2.01'; my $ignore_info = 'Fahrradmitnahme'; my $efa; my ( @from, @to, @via, $from_type, $to_type, $via_type ); Loading Loading @@ -259,7 +259,7 @@ efa - unofficial efa.vrr.de command line client =head1 VERSION version 2.00 version 2.01 =head1 DESCRIPTION Loading Loading @@ -311,6 +311,10 @@ Exclude I<transports> (comma separated list). Possible transports: zug, s-bahn, u-bahn, stadtbahn, tram, stadtbus, regionalbus, schnellbus, seilbahn, schiff, ast, sonstige =item B<-E>|B<--extended-info> Display duration, ticket class and price for each route (if available) =item B<-m>|B<--max-change> I<number> Print connections with at most I<number> interchanges Loading Loading @@ -406,8 +410,19 @@ None. =head1 DEPENDENCIES This script requires perl 5.10 (or higher) with the XML::LibXML module installed. This script requires perl 5.10 (or higher) with the following modules: =over =item * Class::Accessor =item * Exception::Class =item * LWP::UserAgent =item * XML::LibXML =back =head1 BUGS AND LIMITATIONS Loading lib/Travel/Routing/DE/VRR.pm +2 −2 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ use Exception::Class ( }, ); our $VERSION = '2.00'; our $VERSION = '2.01'; sub set_time { my ( $self, %conf ) = @_; Loading Loading @@ -683,7 +683,7 @@ Travel::Routing::DE::VRR - unofficial interface to the efa.vrr.de German itinera =head1 VERSION version 2.00 version 2.01 =head1 DESCRIPTION Loading lib/Travel/Routing/DE/VRR/Route.pm +2 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ use parent 'Class::Accessor'; use Travel::Routing::DE::VRR::Route::Part; our $VERSION = '2.00'; our $VERSION = '2.01'; Travel::Routing::DE::VRR::Route->mk_ro_accessors( qw(duration ticket_text ticket_type fare_adult fare_child vehicle_time)); Loading Loading @@ -52,7 +52,7 @@ Travel::Routing::DE::VRR::Route - Single route (connection) between two points =head1 VERSION version 2.00 version 2.01 =head1 DESCRIPTION Loading lib/Travel/Routing/DE/VRR/Route/Part.pm +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ use 5.010; use parent 'Class::Accessor'; our $VERSION = '2.00'; our $VERSION = '2.01'; Travel::Routing::DE::VRR::Route::Part->mk_ro_accessors( qw(arrival_platform arrival_stop Loading Loading @@ -86,7 +86,7 @@ points, without interchanges =head1 VERSION version 2.00 version 2.01 =head1 DESCRIPTION Loading Loading
Changelog +2 −1 Original line number Diff line number Diff line git HEAD Travel::Routing::DE::VRR 2.01 - Thu Jan 26 2012 * Fix bug in departure_stop_and_platform where the arrival_stop was used in case of unknown platforms * Document -E / --extended-info in efa(1) Travel::Routing::DE::VRR 2.00 - Sun Dec 11 2011 Loading
bin/efa +19 −4 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ use Travel::Routing::DE::VRR; use Exception::Class; use Getopt::Long qw/:config no_ignore_case/; our $VERSION = '2.00'; our $VERSION = '2.01'; my $ignore_info = 'Fahrradmitnahme'; my $efa; my ( @from, @to, @via, $from_type, $to_type, $via_type ); Loading Loading @@ -259,7 +259,7 @@ efa - unofficial efa.vrr.de command line client =head1 VERSION version 2.00 version 2.01 =head1 DESCRIPTION Loading Loading @@ -311,6 +311,10 @@ Exclude I<transports> (comma separated list). Possible transports: zug, s-bahn, u-bahn, stadtbahn, tram, stadtbus, regionalbus, schnellbus, seilbahn, schiff, ast, sonstige =item B<-E>|B<--extended-info> Display duration, ticket class and price for each route (if available) =item B<-m>|B<--max-change> I<number> Print connections with at most I<number> interchanges Loading Loading @@ -406,8 +410,19 @@ None. =head1 DEPENDENCIES This script requires perl 5.10 (or higher) with the XML::LibXML module installed. This script requires perl 5.10 (or higher) with the following modules: =over =item * Class::Accessor =item * Exception::Class =item * LWP::UserAgent =item * XML::LibXML =back =head1 BUGS AND LIMITATIONS Loading
lib/Travel/Routing/DE/VRR.pm +2 −2 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ use Exception::Class ( }, ); our $VERSION = '2.00'; our $VERSION = '2.01'; sub set_time { my ( $self, %conf ) = @_; Loading Loading @@ -683,7 +683,7 @@ Travel::Routing::DE::VRR - unofficial interface to the efa.vrr.de German itinera =head1 VERSION version 2.00 version 2.01 =head1 DESCRIPTION Loading
lib/Travel/Routing/DE/VRR/Route.pm +2 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ use parent 'Class::Accessor'; use Travel::Routing::DE::VRR::Route::Part; our $VERSION = '2.00'; our $VERSION = '2.01'; Travel::Routing::DE::VRR::Route->mk_ro_accessors( qw(duration ticket_text ticket_type fare_adult fare_child vehicle_time)); Loading Loading @@ -52,7 +52,7 @@ Travel::Routing::DE::VRR::Route - Single route (connection) between two points =head1 VERSION version 2.00 version 2.01 =head1 DESCRIPTION Loading
lib/Travel/Routing/DE/VRR/Route/Part.pm +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ use 5.010; use parent 'Class::Accessor'; our $VERSION = '2.00'; our $VERSION = '2.01'; Travel::Routing::DE::VRR::Route::Part->mk_ro_accessors( qw(arrival_platform arrival_stop Loading Loading @@ -86,7 +86,7 @@ points, without interchanges =head1 VERSION version 2.00 version 2.01 =head1 DESCRIPTION Loading