Unverified Commit 0f055637 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Release v2.21

parent 4ed3edb8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
Travel::Routing::DE::VRR 2.21 - Sat Jul 22 2023

    * Add service VRR3
    * Update service URLs for VVO, VRN
    * Remove discontinued services SVV, TLEM, VBL, Verbundlinie, VOR

Travel::Routing::DE::VRR 2.20 - Fri Mar 26 2021

    * EFA/Route/Part: Add occupancy accessor
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ use Exception::Class;
use Getopt::Long qw/:config no_ignore_case/;
use List::Util qw(first);

our $VERSION = '2.20';
our $VERSION = '2.21';
my $ignore_info;
my $efa;
my $efa_url = 'http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2';
@@ -472,7 +472,7 @@ efa - Command line client for EFA-based public transit routing services

=head1 VERSION

version 2.20
version 2.21

=head1 DESCRIPTION

+3 −3
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ use Exception::Class (
	},
);

our $VERSION = '2.20';
our $VERSION = '2.21';

sub set_time {
	my ( $self, %conf ) = @_;
@@ -981,7 +981,7 @@ Travel::Routing::DE::EFA - unofficial interface to EFA-based itinerary services

=head1 VERSION

version 2.20
version 2.21

=head1 DESCRIPTION

@@ -1252,7 +1252,7 @@ None known.

=head1 AUTHOR

Copyright (C) 2009-2021 by Birte Kristina Friesel E<lt>derf@finalrewind.orgE<gt>
Copyright (C) 2009-2023 by Birte Kristina Friesel E<lt>derf@finalrewind.orgE<gt>

=head1 LICENSE

+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ use parent 'Class::Accessor';

use Travel::Routing::DE::EFA::Route::Part;

our $VERSION = '2.20';
our $VERSION = '2.21';

Travel::Routing::DE::EFA::Route->mk_ro_accessors(
	qw(duration ticket_text ticket_type fare_adult fare_child vehicle_time));
@@ -52,7 +52,7 @@ Travel::Routing::DE::EFA::Route - Single route (connection) between two points

=head1 VERSION

version 2.20
version 2.21

=head1 DESCRIPTION

+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ use 5.010;

use parent 'Class::Accessor';

our $VERSION = '2.20';
our $VERSION = '2.21';

Travel::Routing::DE::EFA::Route::Message->mk_ro_accessors(
	qw(is_detailed summary subject subtitle raw_content));
@@ -58,7 +58,7 @@ route or route part.

=head1 VERSION

version 2.20
version 2.21

=head1 DESCRIPTION

Loading