diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-06-29 13:36:14 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-06-29 13:36:14 +0200 |
commit | 2e98be0b66fbf7b75e62cb164250e9dab8b89b5c (patch) | |
tree | 396f3b195a686355b2c87f52039c1a2332df797b /lib | |
parent | 826ec4a8e61a2c3a1a9400cc93e2d4e8ae2bc448 (diff) |
Release v1.04 (about time)1.04
Diffstat (limited to 'lib')
-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 8f45fa0..c150101 100644 --- a/lib/Travel/Routing/DE/VRR.pm +++ b/lib/Travel/Routing/DE/VRR.pm @@ -35,7 +35,7 @@ use Exception::Class ( }, ); -our $VERSION = '1.3'; +our $VERSION = '1.04'; sub set_time { my ( $self, %conf ) = @_; @@ -627,7 +627,7 @@ Travel::Routing::DE::VRR - inofficial interface to the efa.vrr.de German itinera =head1 VERSION -version 1.3 +version 1.04 =head1 DESCRIPTION @@ -765,7 +765,7 @@ The following methods act like the arguments to B<new>. See there. =head1 DIAGNOSTICS -When encountering an error, Travel::Routing::DE::VRR returns a +When encountering an error, Travel::Routing::DE::VRR throws a Travel::Routing::DE::VRR::Exception(3pm) object. =head1 DEPENDENCIES diff --git a/lib/Travel/Routing/DE/VRR/Route.pm b/lib/Travel/Routing/DE/VRR/Route.pm index dc8ae55..537c3d6 100644 --- a/lib/Travel/Routing/DE/VRR/Route.pm +++ b/lib/Travel/Routing/DE/VRR/Route.pm @@ -6,7 +6,7 @@ use 5.010; use Travel::Routing::DE::VRR::Route::Part; -our $VERSION = '1.3'; +our $VERSION = '1.04'; sub new { my ( $obj, @parts ) = @_; @@ -47,7 +47,7 @@ Travel::Routing::DE::VRR::Route - Single route (connection) between two points =head1 VERSION -version 1.3 +version 1.04 =head1 DESCRIPTION diff --git a/lib/Travel/Routing/DE/VRR/Route/Part.pm b/lib/Travel/Routing/DE/VRR/Route/Part.pm index 8f63f6e..9340d2d 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.3'; +our $VERSION = '1.04'; Travel::Routing::DE::VRR::Route::Part->mk_ro_accessors( qw(arrival_stop arrival_time departure_stop departure_time train_line @@ -54,7 +54,7 @@ points, without interchanges =head1 VERSION -version 0.3 +version 1.04 =head1 DESCRIPTION |