Loading Changelog +3 −1 Original line number Diff line number Diff line git HEAD Travel::Routing::DE::VRR 2.09 - Fri Jan 09 2015 * Travel::Routing::DE::EFA::Exception::Ambiguous: Add post_value accessor which contains the ambiguous input value * Improve error messages * Add VRR2 and DING EFA services Travel::Routing::DE::VRR 2.08 - Wed Oct 08 2014 Loading bin/efa +4 −4 Original line number Diff line number Diff line #!/usr/bin/env perl ## Copyright © 2009-2014 by Daniel Friesel <derf@finalrewind.org> ## Copyright © 2009-2015 by Daniel Friesel <derf@finalrewind.org> ## License: WTFPL <http://sam.zoy.org/wtfpl> ## 0. You just DO WHAT THE FUCK YOU WANT TO. use strict; Loading @@ -16,7 +16,7 @@ use Exception::Class; use Getopt::Long qw/:config no_ignore_case/; use List::Util qw(first); our $VERSION = '2.08'; our $VERSION = '2.09'; my $ignore_info = 'Fahrradmitnahme'; my $efa; my $efa_url = 'http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2'; Loading Loading @@ -373,7 +373,7 @@ efa - unofficial efa.vrr.de command line client =head1 VERSION version 2.08 version 2.09 =head1 DESCRIPTION Loading Loading @@ -616,7 +616,7 @@ to to request via -> to. =head1 AUTHOR Copyright (C) 2009-2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> Copyright (C) 2009-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE Loading lib/Travel/Routing/DE/EFA.pm +3 −3 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ use Exception::Class ( }, ); our $VERSION = '2.08'; our $VERSION = '2.09'; sub set_time { my ( $self, %conf ) = @_; Loading Loading @@ -844,7 +844,7 @@ Travel::Routing::DE::EFA - unofficial interface to EFA-based itinerary services =head1 VERSION version 2.08 version 2.09 =head1 DESCRIPTION Loading Loading @@ -1083,7 +1083,7 @@ None known. =head1 AUTHOR Copyright (C) 2009-2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> Copyright (C) 2009-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE Loading lib/Travel/Routing/DE/EFA/Route.pm +3 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ use parent 'Class::Accessor'; use Travel::Routing::DE::EFA::Route::Part; our $VERSION = '2.08'; our $VERSION = '2.09'; Travel::Routing::DE::EFA::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::EFA::Route - Single route (connection) between two points =head1 VERSION version 2.08 version 2.09 =head1 DESCRIPTION Loading Loading @@ -114,7 +114,7 @@ Travel::Routing::DE::EFA(3pm), Travel::Routing::DE::EFA::Route::Part(3pm). =head1 AUTHOR Copyright (C) 2011-2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> Copyright (C) 2011-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE Loading lib/Travel/Routing/DE/EFA/Route/Part.pm +3 −3 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ use 5.010; use parent 'Class::Accessor'; our $VERSION = '2.08'; our $VERSION = '2.09'; Travel::Routing::DE::EFA::Route::Part->mk_ro_accessors( qw(arrival_platform arrival_stop Loading Loading @@ -110,7 +110,7 @@ points, without interchanges =head1 VERSION version 2.08 version 2.09 =head1 DESCRIPTION Loading Loading @@ -256,7 +256,7 @@ Travel::Routing::DE::EFA(3pm), Class::Accessor(3pm). =head1 AUTHOR Copyright (C) 2011-2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> Copyright (C) 2011-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE Loading Loading
Changelog +3 −1 Original line number Diff line number Diff line git HEAD Travel::Routing::DE::VRR 2.09 - Fri Jan 09 2015 * Travel::Routing::DE::EFA::Exception::Ambiguous: Add post_value accessor which contains the ambiguous input value * Improve error messages * Add VRR2 and DING EFA services Travel::Routing::DE::VRR 2.08 - Wed Oct 08 2014 Loading
bin/efa +4 −4 Original line number Diff line number Diff line #!/usr/bin/env perl ## Copyright © 2009-2014 by Daniel Friesel <derf@finalrewind.org> ## Copyright © 2009-2015 by Daniel Friesel <derf@finalrewind.org> ## License: WTFPL <http://sam.zoy.org/wtfpl> ## 0. You just DO WHAT THE FUCK YOU WANT TO. use strict; Loading @@ -16,7 +16,7 @@ use Exception::Class; use Getopt::Long qw/:config no_ignore_case/; use List::Util qw(first); our $VERSION = '2.08'; our $VERSION = '2.09'; my $ignore_info = 'Fahrradmitnahme'; my $efa; my $efa_url = 'http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2'; Loading Loading @@ -373,7 +373,7 @@ efa - unofficial efa.vrr.de command line client =head1 VERSION version 2.08 version 2.09 =head1 DESCRIPTION Loading Loading @@ -616,7 +616,7 @@ to to request via -> to. =head1 AUTHOR Copyright (C) 2009-2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> Copyright (C) 2009-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE Loading
lib/Travel/Routing/DE/EFA.pm +3 −3 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ use Exception::Class ( }, ); our $VERSION = '2.08'; our $VERSION = '2.09'; sub set_time { my ( $self, %conf ) = @_; Loading Loading @@ -844,7 +844,7 @@ Travel::Routing::DE::EFA - unofficial interface to EFA-based itinerary services =head1 VERSION version 2.08 version 2.09 =head1 DESCRIPTION Loading Loading @@ -1083,7 +1083,7 @@ None known. =head1 AUTHOR Copyright (C) 2009-2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> Copyright (C) 2009-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE Loading
lib/Travel/Routing/DE/EFA/Route.pm +3 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ use parent 'Class::Accessor'; use Travel::Routing::DE::EFA::Route::Part; our $VERSION = '2.08'; our $VERSION = '2.09'; Travel::Routing::DE::EFA::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::EFA::Route - Single route (connection) between two points =head1 VERSION version 2.08 version 2.09 =head1 DESCRIPTION Loading Loading @@ -114,7 +114,7 @@ Travel::Routing::DE::EFA(3pm), Travel::Routing::DE::EFA::Route::Part(3pm). =head1 AUTHOR Copyright (C) 2011-2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> Copyright (C) 2011-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE Loading
lib/Travel/Routing/DE/EFA/Route/Part.pm +3 −3 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ use 5.010; use parent 'Class::Accessor'; our $VERSION = '2.08'; our $VERSION = '2.09'; Travel::Routing::DE::EFA::Route::Part->mk_ro_accessors( qw(arrival_platform arrival_stop Loading Loading @@ -110,7 +110,7 @@ points, without interchanges =head1 VERSION version 2.08 version 2.09 =head1 DESCRIPTION Loading Loading @@ -256,7 +256,7 @@ Travel::Routing::DE::EFA(3pm), Class::Accessor(3pm). =head1 AUTHOR Copyright (C) 2011-2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> Copyright (C) 2011-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE Loading