Loading Changelog +1 −1 Original line number Diff line number Diff line git HEAD Travel::Routing::DE::VRR 2.04 - Tue Jan 07 2014 * efa: Handle UTF8 in place/stop input * Travel::Routing::DE::VRR: Handle decoded input with non-ASCII characters Loading bin/efa +5 −5 Original line number Diff line number Diff line #!/usr/bin/env perl ## Copyright © 2009,2010 by Daniel Friesel <derf@finalrewind.org> ## Copyright © 2009-2014 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 @@ -15,7 +15,7 @@ use Travel::Routing::DE::VRR; use Exception::Class; use Getopt::Long qw/:config no_ignore_case/; our $VERSION = '2.03'; our $VERSION = '2.04'; my $ignore_info = 'Fahrradmitnahme'; my $efa; my ( @from, @to, @via, $from_type, $to_type, $via_type ); Loading Loading @@ -265,7 +265,7 @@ efa - unofficial efa.vrr.de command line client =head1 VERSION version 2.03 version 2.04 =head1 DESCRIPTION Loading Loading @@ -432,11 +432,11 @@ This script requires perl 5.10 (or higher) with the following modules: =head1 BUGS AND LIMITATIONS B<efa> cannot handle Unicode in its arguments, use plain ASCII. None known. =head1 AUTHOR Copyright (C) 2009,2010 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> Copyright (C) 2009-2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE Loading lib/Travel/Routing/DE/VRR.pm +4 −4 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ use Exception::Class ( }, ); our $VERSION = '2.03'; our $VERSION = '2.04'; sub set_time { my ( $self, %conf ) = @_; Loading Loading @@ -689,7 +689,7 @@ Travel::Routing::DE::VRR - unofficial interface to the efa.vrr.de German itinera =head1 VERSION version 2.03 version 2.04 =head1 DESCRIPTION Loading Loading @@ -842,7 +842,7 @@ Travel::Routing::DE::VRR::Exception(3pm) object. =head1 BUGS AND LIMITATIONS It is best not to pass Unicode characters to B<Travel::Routing::DE::VRR>. None known. =head1 SEE ALSO Loading @@ -858,7 +858,7 @@ It is best not to pass Unicode characters to B<Travel::Routing::DE::VRR>. =head1 AUTHOR Copyright (C) 2009-2011 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> Copyright (C) 2009-2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE Loading lib/Travel/Routing/DE/VRR/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::VRR::Route::Part; our $VERSION = '2.03'; our $VERSION = '2.04'; 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.03 version 2.04 =head1 DESCRIPTION Loading Loading @@ -114,7 +114,7 @@ Travel::Routing::DE::VRR(3pm), Travel::Routing::DE::VRR::Route::Part(3pm). =head1 AUTHOR Copyright (C) 2011 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> Copyright (C) 2011-2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE Loading lib/Travel/Routing/DE/VRR/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.03'; our $VERSION = '2.04'; 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.03 version 2.04 =head1 DESCRIPTION Loading Loading @@ -210,7 +210,7 @@ Travel::Routing::DE::VRR(3pm), Class::Accessor(3pm). =head1 AUTHOR Copyright (C) 2011 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> Copyright (C) 2011-2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE Loading Loading
Changelog +1 −1 Original line number Diff line number Diff line git HEAD Travel::Routing::DE::VRR 2.04 - Tue Jan 07 2014 * efa: Handle UTF8 in place/stop input * Travel::Routing::DE::VRR: Handle decoded input with non-ASCII characters Loading
bin/efa +5 −5 Original line number Diff line number Diff line #!/usr/bin/env perl ## Copyright © 2009,2010 by Daniel Friesel <derf@finalrewind.org> ## Copyright © 2009-2014 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 @@ -15,7 +15,7 @@ use Travel::Routing::DE::VRR; use Exception::Class; use Getopt::Long qw/:config no_ignore_case/; our $VERSION = '2.03'; our $VERSION = '2.04'; my $ignore_info = 'Fahrradmitnahme'; my $efa; my ( @from, @to, @via, $from_type, $to_type, $via_type ); Loading Loading @@ -265,7 +265,7 @@ efa - unofficial efa.vrr.de command line client =head1 VERSION version 2.03 version 2.04 =head1 DESCRIPTION Loading Loading @@ -432,11 +432,11 @@ This script requires perl 5.10 (or higher) with the following modules: =head1 BUGS AND LIMITATIONS B<efa> cannot handle Unicode in its arguments, use plain ASCII. None known. =head1 AUTHOR Copyright (C) 2009,2010 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> Copyright (C) 2009-2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE Loading
lib/Travel/Routing/DE/VRR.pm +4 −4 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ use Exception::Class ( }, ); our $VERSION = '2.03'; our $VERSION = '2.04'; sub set_time { my ( $self, %conf ) = @_; Loading Loading @@ -689,7 +689,7 @@ Travel::Routing::DE::VRR - unofficial interface to the efa.vrr.de German itinera =head1 VERSION version 2.03 version 2.04 =head1 DESCRIPTION Loading Loading @@ -842,7 +842,7 @@ Travel::Routing::DE::VRR::Exception(3pm) object. =head1 BUGS AND LIMITATIONS It is best not to pass Unicode characters to B<Travel::Routing::DE::VRR>. None known. =head1 SEE ALSO Loading @@ -858,7 +858,7 @@ It is best not to pass Unicode characters to B<Travel::Routing::DE::VRR>. =head1 AUTHOR Copyright (C) 2009-2011 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> Copyright (C) 2009-2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE Loading
lib/Travel/Routing/DE/VRR/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::VRR::Route::Part; our $VERSION = '2.03'; our $VERSION = '2.04'; 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.03 version 2.04 =head1 DESCRIPTION Loading Loading @@ -114,7 +114,7 @@ Travel::Routing::DE::VRR(3pm), Travel::Routing::DE::VRR::Route::Part(3pm). =head1 AUTHOR Copyright (C) 2011 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> Copyright (C) 2011-2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE Loading
lib/Travel/Routing/DE/VRR/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.03'; our $VERSION = '2.04'; 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.03 version 2.04 =head1 DESCRIPTION Loading Loading @@ -210,7 +210,7 @@ Travel::Routing::DE::VRR(3pm), Class::Accessor(3pm). =head1 AUTHOR Copyright (C) 2011 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> Copyright (C) 2011-2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE Loading