Skip to content
Snippets Groups Projects
Commit 3b1131ed authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Version bump

parent 83e40ada
No related branches found
No related tags found
No related merge requests found
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
......
#!/usr/bin/env perl
## Copyright © 2009-2014 by Daniel Friesel <derf@finalrewind.org>
## Copyright © 2009-2015 by Daniel Friesel <derf@finalrewind.org>
## License: WTFPL <http://sam.zoy.org/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 E<lt>derf@finalrewind.orgE<gt>
Copyright (C) 2009-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
=head1 LICENSE
......
......@@ -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 E<lt>derf@finalrewind.orgE<gt>
Copyright (C) 2009-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
=head1 LICENSE
......
......@@ -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 E<lt>derf@finalrewind.orgE<gt>
Copyright (C) 2011-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
=head1 LICENSE
......
......@@ -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 E<lt>derf@finalrewind.orgE<gt>
Copyright (C) 2011-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
=head1 LICENSE
......
......@@ -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 E<lt>derf@finalrewind.orgE<gt>
Copyright (C) 2009-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
=head1 LICENSE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment