diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-05-09 06:35:34 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-05-09 06:35:34 +0200 |
commit | bb4034f3ae1c8e54391e57135d604f22d6edcc26 (patch) | |
tree | 9562ebd8a6dde1239826f0fab8a6fac0ad270b0b /lib/Travel/Status/DE/DeutscheBahn.pm | |
parent | 39a4b70c66622a74f6bbbbfaf0b3e99e60e9e511 (diff) |
Release v3.00 (backwards-incompatible Result->date/datetime/time changes)3.00
Diffstat (limited to 'lib/Travel/Status/DE/DeutscheBahn.pm')
-rw-r--r-- | lib/Travel/Status/DE/DeutscheBahn.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Travel/Status/DE/DeutscheBahn.pm b/lib/Travel/Status/DE/DeutscheBahn.pm index baca059..d64ad05 100644 --- a/lib/Travel/Status/DE/DeutscheBahn.pm +++ b/lib/Travel/Status/DE/DeutscheBahn.pm @@ -6,7 +6,7 @@ use 5.014; use parent 'Travel::Status::DE::HAFAS'; -our $VERSION = '2.05'; +our $VERSION = '3.00'; sub new { my ( $class, %opt ) = @_; @@ -49,7 +49,7 @@ monitor operated by Deutsche Bahn =head1 VERSION -version 2.05 +version 3.00 =head1 DESCRIPTION |