Loading Changelog +6 −0 Original line number Diff line number Diff line Travel::Routing::DE::VRR 2.23 - Mon Oct 02 2023 * Update default API endpoint as the previously used efa.vrr.de/vrr seems to be gone for good * Rename VRR2 API to VRR and VRR3 to VRR2 Travel::Routing::DE::VRR 2.22 - Fri Sep 01 2023 * Rewrite code not to use Perl's formerly experimental and now deprecated Loading bin/efa +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ use Exception::Class; use Getopt::Long qw/:config no_ignore_case/; use List::Util qw(first); our $VERSION = '2.22'; our $VERSION = '2.23'; my $ignore_info; my $efa; my $efa_url = 'https://app.vrr.de/vrrstd/XML_TRIP_REQUEST2'; Loading Loading @@ -481,7 +481,7 @@ efa - Command line client for EFA-based public transit routing services =head1 VERSION version 2.22 version 2.23 =head1 DESCRIPTION Loading lib/Travel/Routing/DE/EFA.pm +2 −2 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ use Exception::Class ( }, ); our $VERSION = '2.22'; our $VERSION = '2.23'; sub set_time { my ( $self, %conf ) = @_; Loading Loading @@ -976,7 +976,7 @@ Travel::Routing::DE::EFA - unofficial interface to EFA-based itinerary services =head1 VERSION version 2.22 version 2.23 =head1 DESCRIPTION Loading lib/Travel/Routing/DE/EFA/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::EFA::Route::Part; our $VERSION = '2.22'; our $VERSION = '2.23'; 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.22 version 2.23 =head1 DESCRIPTION Loading lib/Travel/Routing/DE/EFA/Route/Message.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.22'; our $VERSION = '2.23'; Travel::Routing::DE::EFA::Route::Message->mk_ro_accessors( qw(is_detailed summary subject subtitle raw_content)); Loading Loading @@ -58,7 +58,7 @@ route or route part. =head1 VERSION version 2.22 version 2.23 =head1 DESCRIPTION Loading Loading
Changelog +6 −0 Original line number Diff line number Diff line Travel::Routing::DE::VRR 2.23 - Mon Oct 02 2023 * Update default API endpoint as the previously used efa.vrr.de/vrr seems to be gone for good * Rename VRR2 API to VRR and VRR3 to VRR2 Travel::Routing::DE::VRR 2.22 - Fri Sep 01 2023 * Rewrite code not to use Perl's formerly experimental and now deprecated Loading
bin/efa +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ use Exception::Class; use Getopt::Long qw/:config no_ignore_case/; use List::Util qw(first); our $VERSION = '2.22'; our $VERSION = '2.23'; my $ignore_info; my $efa; my $efa_url = 'https://app.vrr.de/vrrstd/XML_TRIP_REQUEST2'; Loading Loading @@ -481,7 +481,7 @@ efa - Command line client for EFA-based public transit routing services =head1 VERSION version 2.22 version 2.23 =head1 DESCRIPTION Loading
lib/Travel/Routing/DE/EFA.pm +2 −2 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ use Exception::Class ( }, ); our $VERSION = '2.22'; our $VERSION = '2.23'; sub set_time { my ( $self, %conf ) = @_; Loading Loading @@ -976,7 +976,7 @@ Travel::Routing::DE::EFA - unofficial interface to EFA-based itinerary services =head1 VERSION version 2.22 version 2.23 =head1 DESCRIPTION Loading
lib/Travel/Routing/DE/EFA/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::EFA::Route::Part; our $VERSION = '2.22'; our $VERSION = '2.23'; 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.22 version 2.23 =head1 DESCRIPTION Loading
lib/Travel/Routing/DE/EFA/Route/Message.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.22'; our $VERSION = '2.23'; Travel::Routing::DE::EFA::Route::Message->mk_ro_accessors( qw(is_detailed summary subject subtitle raw_content)); Loading Loading @@ -58,7 +58,7 @@ route or route part. =head1 VERSION version 2.22 version 2.23 =head1 DESCRIPTION Loading