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/Travel/Routing/DE/VRR/Route/Part.pm | |
parent | 826ec4a8e61a2c3a1a9400cc93e2d4e8ae2bc448 (diff) |
Release v1.04 (about time)1.04
Diffstat (limited to 'lib/Travel/Routing/DE/VRR/Route/Part.pm')
-rw-r--r-- | lib/Travel/Routing/DE/VRR/Route/Part.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |