summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-06-14 13:10:34 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-06-14 13:10:34 +0200
commit7e3cd10ffba1b29cea5fc48e518884cb0aa67cd2 (patch)
tree18670bb26067e7e4ebea3e45ed83fd14d82651cf
parentb6c48e211c4ef0512a97fe07f675747cfc3ff363 (diff)
version bump2.11
-rw-r--r--Changelog2
-rwxr-xr-xbin/efa4
-rw-r--r--lib/Travel/Routing/DE/EFA.pm4
-rw-r--r--lib/Travel/Routing/DE/EFA/Route.pm4
-rw-r--r--lib/Travel/Routing/DE/EFA/Route/Part.pm4
-rw-r--r--lib/Travel/Routing/DE/VRR.pm4
6 files changed, 11 insertions, 11 deletions
diff --git a/Changelog b/Changelog
index 98f0993..eea5071 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
-git HEAD
+Travel::Routing::DE::VRR 2.11 - Sun Jun 14 2015
* efa: Fix encoding issues when using -w, -t, -d, -a and similar
* Travel::Routing::DE::EFA::Route::Part: Add train_product accessor
diff --git a/bin/efa b/bin/efa
index d56304d..6c1649f 100755
--- a/bin/efa
+++ b/bin/efa
@@ -16,7 +16,7 @@ use Exception::Class;
use Getopt::Long qw/:config no_ignore_case/;
use List::Util qw(first);
-our $VERSION = '2.10';
+our $VERSION = '2.11';
my $ignore_info = 'Fahrradmitnahme';
my $efa;
my $efa_url = 'http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2';
@@ -378,7 +378,7 @@ efa - unofficial efa.vrr.de command line client
=head1 VERSION
-version 2.10
+version 2.11
=head1 DESCRIPTION
diff --git a/lib/Travel/Routing/DE/EFA.pm b/lib/Travel/Routing/DE/EFA.pm
index 562c0e9..ec61caa 100644
--- a/lib/Travel/Routing/DE/EFA.pm
+++ b/lib/Travel/Routing/DE/EFA.pm
@@ -40,7 +40,7 @@ use Exception::Class (
},
);
-our $VERSION = '2.10';
+our $VERSION = '2.11';
sub set_time {
my ( $self, %conf ) = @_;
@@ -855,7 +855,7 @@ Travel::Routing::DE::EFA - unofficial interface to EFA-based itinerary services
=head1 VERSION
-version 2.10
+version 2.11
=head1 DESCRIPTION
diff --git a/lib/Travel/Routing/DE/EFA/Route.pm b/lib/Travel/Routing/DE/EFA/Route.pm
index 38a95c7..12e434f 100644
--- a/lib/Travel/Routing/DE/EFA/Route.pm
+++ b/lib/Travel/Routing/DE/EFA/Route.pm
@@ -8,7 +8,7 @@ use parent 'Class::Accessor';
use Travel::Routing::DE::EFA::Route::Part;
-our $VERSION = '2.10';
+our $VERSION = '2.11';
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.10
+version 2.11
=head1 DESCRIPTION
diff --git a/lib/Travel/Routing/DE/EFA/Route/Part.pm b/lib/Travel/Routing/DE/EFA/Route/Part.pm
index e6c6e18..29d81fd 100644
--- a/lib/Travel/Routing/DE/EFA/Route/Part.pm
+++ b/lib/Travel/Routing/DE/EFA/Route/Part.pm
@@ -6,7 +6,7 @@ use 5.010;
use parent 'Class::Accessor';
-our $VERSION = '2.10';
+our $VERSION = '2.11';
Travel::Routing::DE::EFA::Route::Part->mk_ro_accessors(
qw(arrival_platform arrival_stop
@@ -110,7 +110,7 @@ points, without interchanges
=head1 VERSION
-version 2.10
+version 2.11
=head1 DESCRIPTION
diff --git a/lib/Travel/Routing/DE/VRR.pm b/lib/Travel/Routing/DE/VRR.pm
index e6f58ef..ed8276e 100644
--- a/lib/Travel/Routing/DE/VRR.pm
+++ b/lib/Travel/Routing/DE/VRR.pm
@@ -6,7 +6,7 @@ use 5.010;
no if $] >= 5.018, warnings => "experimental::smartmatch";
-our $VERSION = '2.10';
+our $VERSION = '2.11';
use parent 'Travel::Routing::DE::EFA';
@@ -50,7 +50,7 @@ Travel::Routing::DE::VRR - unofficial interface to the efa.vrr.de German itinera
=head1 VERSION
-version 2.10
+version 2.11
=head1 DESCRIPTION