diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-01-26 23:14:30 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-01-26 23:14:30 +0100 |
commit | ed850c669e96ccaa62e34f8f73254dfbb1c9e4ba (patch) | |
tree | fe65afe1c97d4f4a876712d2ccc7820d2fabe760 /lib/Travel/Routing/DE/VRR/Route | |
parent | 8f79386e9dc37f893d1c1e01741b7ab4a6f68b2c (diff) |
Release v2.012.01
Diffstat (limited to 'lib/Travel/Routing/DE/VRR/Route')
-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 e938b56..43e2829 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.00'; +our $VERSION = '2.01'; 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.00 +version 2.01 =head1 DESCRIPTION |