diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-12-11 13:48:53 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-12-11 13:48:53 +0100 |
commit | ab6e2009243e2ea00cb3b34587df2460a0b59e57 (patch) | |
tree | 49a692599cd2739e11fe9f1196c324217e3903ca /lib/Travel/Routing/DE | |
parent | dc9a1c2a7a463345eade0fd058fd5119f3d39742 (diff) |
Release v2.002.00
Diffstat (limited to 'lib/Travel/Routing/DE')
-rw-r--r-- | lib/Travel/Routing/DE/VRR.pm | 6 | ||||
-rw-r--r-- | lib/Travel/Routing/DE/VRR/Route.pm | 4 | ||||
-rw-r--r-- | lib/Travel/Routing/DE/VRR/Route/Part.pm | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/lib/Travel/Routing/DE/VRR.pm b/lib/Travel/Routing/DE/VRR.pm index afa2ffe..467da88 100644 --- a/lib/Travel/Routing/DE/VRR.pm +++ b/lib/Travel/Routing/DE/VRR.pm @@ -37,7 +37,7 @@ use Exception::Class ( }, ); -our $VERSION = '1.06'; +our $VERSION = '2.00'; sub set_time { my ( $self, %conf ) = @_; @@ -683,7 +683,7 @@ Travel::Routing::DE::VRR - unofficial interface to the efa.vrr.de German itinera =head1 VERSION -version 1.06 +version 2.00 =head1 DESCRIPTION @@ -692,7 +692,7 @@ You pass it the start/stop of your journey, maybe a time and a date and more details, and it returns the up-to-date scheduled connections between those two stops. -It uses B<LWP::USerAgent> and B<XML::LibXML> for this. +It uses B<LWP::UserAgent> and B<XML::LibXML> for this. =head1 METHODS diff --git a/lib/Travel/Routing/DE/VRR/Route.pm b/lib/Travel/Routing/DE/VRR/Route.pm index 04228a2..2f23e9e 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 = '1.06'; +our $VERSION = '2.00'; 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 1.06 +version 2.00 =head1 DESCRIPTION diff --git a/lib/Travel/Routing/DE/VRR/Route/Part.pm b/lib/Travel/Routing/DE/VRR/Route/Part.pm index 7fdb6da..4bfd96d 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 = '1.06'; +our $VERSION = '2.00'; Travel::Routing::DE::VRR::Route::Part->mk_ro_accessors( qw(arrival_platform arrival_stop @@ -86,7 +86,7 @@ points, without interchanges =head1 VERSION -version 1.06 +version 2.00 =head1 DESCRIPTION |