diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-07-06 19:46:54 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-07-06 19:46:54 +0200 |
commit | 10e549ef7479b1bd08ced124164b5edcd8c1a30b (patch) | |
tree | ec62f20197db4e29457ac2adbe9856c7634bb53d /lib/Travel/Status/DE/DeutscheBahn | |
parent | 74a7960da8590e7a105a827642f620816903ad8d (diff) |
Release v0.020.02
Diffstat (limited to 'lib/Travel/Status/DE/DeutscheBahn')
-rw-r--r-- | lib/Travel/Status/DE/DeutscheBahn/Result.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Travel/Status/DE/DeutscheBahn/Result.pm b/lib/Travel/Status/DE/DeutscheBahn/Result.pm index 940fd83..d955328 100644 --- a/lib/Travel/Status/DE/DeutscheBahn/Result.pm +++ b/lib/Travel/Status/DE/DeutscheBahn/Result.pm @@ -6,7 +6,7 @@ use 5.010; use parent 'Class::Accessor'; -our $VERSION = '0.01'; +our $VERSION = '0.02'; Travel::Status::DE::DeutscheBahn::Result->mk_ro_accessors( qw(time train route_end route_raw platform info)); @@ -71,7 +71,7 @@ arrival/departure received by Travel::Status::DE::DeutscheBahn =head1 VERSION -version 0.01 +version 0.02 =head1 DESCRIPTION |