Skip to content

Commit

Permalink
Release v2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
derf committed Jul 22, 2023
1 parent 4ed3edb commit 0f05563
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 13 deletions.
6 changes: 6 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
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
Expand Down
4 changes: 2 additions & 2 deletions bin/efa
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions lib/Travel/Routing/DE/EFA.pm
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ use Exception::Class (
},
);

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

sub set_time {
my ( $self, %conf ) = @_;
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/Travel/Routing/DE/EFA/Route.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/Travel/Routing/DE/EFA/Route/Message.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down Expand Up @@ -58,7 +58,7 @@ route or route part.
=head1 VERSION
version 2.20
version 2.21
=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/Travel/Routing/DE/EFA/Route/Part.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use 5.010;

use parent 'Class::Accessor';

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

my %occupancy = (
MANY_SEATS => 1,
Expand Down Expand Up @@ -168,7 +168,7 @@ points, without interchanges
=head1 VERSION
version 2.20
version 2.21
=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/Travel/Routing/DE/VRR.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use 5.010;

no if $] >= 5.018, warnings => "experimental::smartmatch";

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

use parent 'Travel::Routing::DE::EFA';

Expand Down Expand Up @@ -49,7 +49,7 @@ Travel::Routing::DE::VRR - unofficial interface to the efa.vrr.de German itinera
=head1 VERSION
version 2.20
version 2.21
=head1 DESCRIPTION
Expand Down

0 comments on commit 0f05563

Please sign in to comment.