From 3b1131edfaacb2a07a3d92cdea57d48ce2403b79 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 9 Jan 2015 17:52:43 +0100 Subject: Version bump --- Changelog | 4 +++- bin/efa | 8 ++++---- lib/Travel/Routing/DE/EFA.pm | 6 +++--- lib/Travel/Routing/DE/EFA/Route.pm | 6 +++--- lib/Travel/Routing/DE/EFA/Route/Part.pm | 6 +++--- lib/Travel/Routing/DE/VRR.pm | 6 +++--- 6 files changed, 19 insertions(+), 17 deletions(-) diff --git a/Changelog b/Changelog index b5d58cb..01c60d6 100644 --- a/Changelog +++ b/Changelog @@ -1,7 +1,9 @@ -git HEAD +Travel::Routing::DE::VRR 2.09 - Fri Jan 09 2015 * Travel::Routing::DE::EFA::Exception::Ambiguous: Add post_value accessor which contains the ambiguous input value + * Improve error messages + * Add VRR2 and DING EFA services Travel::Routing::DE::VRR 2.08 - Wed Oct 08 2014 diff --git a/bin/efa b/bin/efa index 177c170..9d370cb 100755 --- a/bin/efa +++ b/bin/efa @@ -1,5 +1,5 @@ #!/usr/bin/env perl -## Copyright © 2009-2014 by Daniel Friesel +## Copyright © 2009-2015 by Daniel Friesel ## License: WTFPL ## 0. You just DO WHAT THE FUCK YOU WANT TO. use strict; @@ -16,7 +16,7 @@ use Exception::Class; use Getopt::Long qw/:config no_ignore_case/; use List::Util qw(first); -our $VERSION = '2.08'; +our $VERSION = '2.09'; my $ignore_info = 'Fahrradmitnahme'; my $efa; my $efa_url = 'http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2'; @@ -373,7 +373,7 @@ efa - unofficial efa.vrr.de command line client =head1 VERSION -version 2.08 +version 2.09 =head1 DESCRIPTION @@ -616,7 +616,7 @@ to to request via -> to. =head1 AUTHOR -Copyright (C) 2009-2014 by Daniel Friesel Ederf@finalrewind.orgE +Copyright (C) 2009-2015 by Daniel Friesel Ederf@finalrewind.orgE =head1 LICENSE diff --git a/lib/Travel/Routing/DE/EFA.pm b/lib/Travel/Routing/DE/EFA.pm index f3c7f02..57791a0 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.08'; +our $VERSION = '2.09'; sub set_time { my ( $self, %conf ) = @_; @@ -844,7 +844,7 @@ Travel::Routing::DE::EFA - unofficial interface to EFA-based itinerary services =head1 VERSION -version 2.08 +version 2.09 =head1 DESCRIPTION @@ -1083,7 +1083,7 @@ None known. =head1 AUTHOR -Copyright (C) 2009-2014 by Daniel Friesel Ederf@finalrewind.orgE +Copyright (C) 2009-2015 by Daniel Friesel Ederf@finalrewind.orgE =head1 LICENSE diff --git a/lib/Travel/Routing/DE/EFA/Route.pm b/lib/Travel/Routing/DE/EFA/Route.pm index 133e239..fd6b327 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.08'; +our $VERSION = '2.09'; 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.08 +version 2.09 =head1 DESCRIPTION @@ -114,7 +114,7 @@ Travel::Routing::DE::EFA(3pm), Travel::Routing::DE::EFA::Route::Part(3pm). =head1 AUTHOR -Copyright (C) 2011-2014 by Daniel Friesel Ederf@finalrewind.orgE +Copyright (C) 2011-2015 by Daniel Friesel Ederf@finalrewind.orgE =head1 LICENSE diff --git a/lib/Travel/Routing/DE/EFA/Route/Part.pm b/lib/Travel/Routing/DE/EFA/Route/Part.pm index 2e6c7b2..fcaeb0a 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.08'; +our $VERSION = '2.09'; 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.08 +version 2.09 =head1 DESCRIPTION @@ -256,7 +256,7 @@ Travel::Routing::DE::EFA(3pm), Class::Accessor(3pm). =head1 AUTHOR -Copyright (C) 2011-2014 by Daniel Friesel Ederf@finalrewind.orgE +Copyright (C) 2011-2015 by Daniel Friesel Ederf@finalrewind.orgE =head1 LICENSE diff --git a/lib/Travel/Routing/DE/VRR.pm b/lib/Travel/Routing/DE/VRR.pm index eac2438..1c3bf9b 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.08'; +our $VERSION = '2.09'; 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.08 +version 2.09 =head1 DESCRIPTION @@ -103,7 +103,7 @@ None known. =head1 AUTHOR -Copyright (C) 2009-2014 by Daniel Friesel Ederf@finalrewind.orgE +Copyright (C) 2009-2015 by Daniel Friesel Ederf@finalrewind.orgE =head1 LICENSE -- cgit v1.2.3