From ca14b83206b32478a7eb1df676d1f870cfaff9e8 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 8 Aug 2014 19:10:57 +0200 Subject: version bump --- Changelog | 5 +++-- bin/efa | 4 ++-- lib/Travel/Routing/DE/EFA.pm | 4 ++-- lib/Travel/Routing/DE/EFA/Route.pm | 4 ++-- lib/Travel/Routing/DE/EFA/Route/Part.pm | 4 ++-- lib/Travel/Routing/DE/VRR.pm | 4 ++-- 6 files changed, 13 insertions(+), 12 deletions(-) diff --git a/Changelog b/Changelog index df18b5c..1399d6d 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -git HEAD +Travel::Routing::DE::VRR 2.07 - Fri Aug 08 2014 * Add URLs for several austrian EFA services (pointed out by Gregor Herrmann) @@ -7,7 +7,8 @@ git HEAD * efa: Add -D/--discover option * efa: Add -A/--auto-url option * Travel::Routing::DE::EFA: Add get_efa_urls method - * efa: Remove unsupported --post option from documentation + * efa: Remove --post option from documentation (it has not been supported + since version 1.04) Travel::Routing::DE::VRR 2.06 - Sat Aug 02 2014 diff --git a/bin/efa b/bin/efa index 2ab17e3..5920b51 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.06'; +our $VERSION = '2.07'; my $ignore_info = 'Fahrradmitnahme'; my $efa; my $efa_url = 'http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2'; @@ -341,7 +341,7 @@ efa - unofficial efa.vrr.de command line client =head1 VERSION -version 2.06 +version 2.07 =head1 DESCRIPTION diff --git a/lib/Travel/Routing/DE/EFA.pm b/lib/Travel/Routing/DE/EFA.pm index 149dc8e..b7084be 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.06'; +our $VERSION = '2.07'; sub set_time { my ( $self, %conf ) = @_; @@ -813,7 +813,7 @@ Travel::Routing::DE::EFA - unofficial interface to EFA-based itinerary services =head1 VERSION -version 2.06 +version 2.07 =head1 DESCRIPTION diff --git a/lib/Travel/Routing/DE/EFA/Route.pm b/lib/Travel/Routing/DE/EFA/Route.pm index a534cfa..510457d 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.06'; +our $VERSION = '2.07'; 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.06 +version 2.07 =head1 DESCRIPTION diff --git a/lib/Travel/Routing/DE/EFA/Route/Part.pm b/lib/Travel/Routing/DE/EFA/Route/Part.pm index 9040e4c..317be56 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.06'; +our $VERSION = '2.07'; 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.06 +version 2.07 =head1 DESCRIPTION diff --git a/lib/Travel/Routing/DE/VRR.pm b/lib/Travel/Routing/DE/VRR.pm index 38f01db..ef01d5c 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.06'; +our $VERSION = '2.07'; 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.06 +version 2.07 =head1 DESCRIPTION -- cgit v1.2.3