summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-03-03 20:58:26 +0100
committerDaniel Friesel <derf@finalrewind.org>2014-03-03 20:58:26 +0100
commit50aa308da358a6944d07a87431ea0855c5938674 (patch)
tree4310dba3b770eb08749ad3451232735119f8b717
parent36ff95e512d7a90e54d474a1dd5d63935082716f (diff)
version bump to 2.052.05
-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 2ef7733..61785c8 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
-git HEAD
+Travel::Routing::DE::VRR 2.05 - Mon Mar 03 2014
* Move all logic to Travel::Routing::DE::EFA and require an EFA url to
be set. This way, any EFA service is supported.
diff --git a/bin/efa b/bin/efa
index cbc384a..0bbfda2 100755
--- a/bin/efa
+++ b/bin/efa
@@ -15,7 +15,7 @@ use Travel::Routing::DE::EFA;
use Exception::Class;
use Getopt::Long qw/:config no_ignore_case/;
-our $VERSION = '2.04';
+our $VERSION = '2.05';
my $ignore_info = 'Fahrradmitnahme';
my $efa;
my $efa_url = 'http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2';
@@ -280,7 +280,7 @@ efa - unofficial efa.vrr.de command line client
=head1 VERSION
-version 2.04
+version 2.05
=head1 DESCRIPTION
diff --git a/lib/Travel/Routing/DE/EFA.pm b/lib/Travel/Routing/DE/EFA.pm
index 1b00300..03620b2 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.04';
+our $VERSION = '2.05';
sub set_time {
my ( $self, %conf ) = @_;
@@ -723,7 +723,7 @@ Travel::Routing::DE::EFA - unofficial interface to EFA-based itinerary services
=head1 VERSION
-version 2.04
+version 2.05
=head1 DESCRIPTION
diff --git a/lib/Travel/Routing/DE/EFA/Route.pm b/lib/Travel/Routing/DE/EFA/Route.pm
index 11fbacd..392c71d 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.04';
+our $VERSION = '2.05';
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.04
+version 2.05
=head1 DESCRIPTION
diff --git a/lib/Travel/Routing/DE/EFA/Route/Part.pm b/lib/Travel/Routing/DE/EFA/Route/Part.pm
index 137581d..2fd69d2 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.04';
+our $VERSION = '2.05';
Travel::Routing::DE::EFA::Route::Part->mk_ro_accessors(
qw(arrival_platform arrival_stop
@@ -86,7 +86,7 @@ points, without interchanges
=head1 VERSION
-version 2.04
+version 2.05
=head1 DESCRIPTION
diff --git a/lib/Travel/Routing/DE/VRR.pm b/lib/Travel/Routing/DE/VRR.pm
index 95ba221..649fe97 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.04';
+our $VERSION = '2.05';
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.04
+version 2.05
=head1 DESCRIPTION