summaryrefslogtreecommitdiff
path: root/lib/Travel/Routing
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-01-07 19:06:15 +0100
committerDaniel Friesel <derf@finalrewind.org>2014-01-07 19:06:15 +0100
commitabdf3cffa33ffb96d5cc58014907f750321632ff (patch)
tree20a139dddcc4dee8d424b272293fa3cf66acaf8e /lib/Travel/Routing
parent357b5309e980ab1d1701b61298a2a2637f704e95 (diff)
version bump2.04
Diffstat (limited to 'lib/Travel/Routing')
-rw-r--r--lib/Travel/Routing/DE/VRR.pm8
-rw-r--r--lib/Travel/Routing/DE/VRR/Route.pm6
-rw-r--r--lib/Travel/Routing/DE/VRR/Route/Part.pm6
3 files changed, 10 insertions, 10 deletions
diff --git a/lib/Travel/Routing/DE/VRR.pm b/lib/Travel/Routing/DE/VRR.pm
index 28dcf58..665d5bc 100644
--- a/lib/Travel/Routing/DE/VRR.pm
+++ b/lib/Travel/Routing/DE/VRR.pm
@@ -39,7 +39,7 @@ use Exception::Class (
},
);
-our $VERSION = '2.03';
+our $VERSION = '2.04';
sub set_time {
my ( $self, %conf ) = @_;
@@ -689,7 +689,7 @@ Travel::Routing::DE::VRR - unofficial interface to the efa.vrr.de German itinera
=head1 VERSION
-version 2.03
+version 2.04
=head1 DESCRIPTION
@@ -842,7 +842,7 @@ Travel::Routing::DE::VRR::Exception(3pm) object.
=head1 BUGS AND LIMITATIONS
-It is best not to pass Unicode characters to B<Travel::Routing::DE::VRR>.
+None known.
=head1 SEE ALSO
@@ -858,7 +858,7 @@ It is best not to pass Unicode characters to B<Travel::Routing::DE::VRR>.
=head1 AUTHOR
-Copyright (C) 2009-2011 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
+Copyright (C) 2009-2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
=head1 LICENSE
diff --git a/lib/Travel/Routing/DE/VRR/Route.pm b/lib/Travel/Routing/DE/VRR/Route.pm
index 9f110db..4f70f60 100644
--- a/lib/Travel/Routing/DE/VRR/Route.pm
+++ b/lib/Travel/Routing/DE/VRR/Route.pm
@@ -8,7 +8,7 @@ use parent 'Class::Accessor';
use Travel::Routing::DE::VRR::Route::Part;
-our $VERSION = '2.03';
+our $VERSION = '2.04';
Travel::Routing::DE::VRR::Route->mk_ro_accessors(
qw(duration ticket_text ticket_type fare_adult fare_child vehicle_time));
@@ -52,7 +52,7 @@ Travel::Routing::DE::VRR::Route - Single route (connection) between two points
=head1 VERSION
-version 2.03
+version 2.04
=head1 DESCRIPTION
@@ -114,7 +114,7 @@ Travel::Routing::DE::VRR(3pm), Travel::Routing::DE::VRR::Route::Part(3pm).
=head1 AUTHOR
-Copyright (C) 2011 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
+Copyright (C) 2011-2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
=head1 LICENSE
diff --git a/lib/Travel/Routing/DE/VRR/Route/Part.pm b/lib/Travel/Routing/DE/VRR/Route/Part.pm
index 8d50322..9a11edc 100644
--- a/lib/Travel/Routing/DE/VRR/Route/Part.pm
+++ b/lib/Travel/Routing/DE/VRR/Route/Part.pm
@@ -6,7 +6,7 @@ use 5.010;
use parent 'Class::Accessor';
-our $VERSION = '2.03';
+our $VERSION = '2.04';
Travel::Routing::DE::VRR::Route::Part->mk_ro_accessors(
qw(arrival_platform arrival_stop
@@ -86,7 +86,7 @@ points, without interchanges
=head1 VERSION
-version 2.03
+version 2.04
=head1 DESCRIPTION
@@ -210,7 +210,7 @@ Travel::Routing::DE::VRR(3pm), Class::Accessor(3pm).
=head1 AUTHOR
-Copyright (C) 2011 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
+Copyright (C) 2011-2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
=head1 LICENSE