diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-06-30 12:47:12 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-06-30 12:47:12 +0200 |
commit | 9231b5cfa20b46cc16e4edf86654a955380a973a (patch) | |
tree | 3a2b9cc9f6267bbdf431149259f315687b2bf89e /lib/Travel/Status/DE/EFA/Stop.pm | |
parent | f6799c2bf46e45b240567b7376526e4b529ea2b3 (diff) |
release v1.111.11
Diffstat (limited to 'lib/Travel/Status/DE/EFA/Stop.pm')
-rw-r--r-- | lib/Travel/Status/DE/EFA/Stop.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Travel/Status/DE/EFA/Stop.pm b/lib/Travel/Status/DE/EFA/Stop.pm index 1ec25cb..940272e 100644 --- a/lib/Travel/Status/DE/EFA/Stop.pm +++ b/lib/Travel/Status/DE/EFA/Stop.pm @@ -8,7 +8,7 @@ no if $] >= 5.018, warnings => 'experimental::smartmatch'; use parent 'Class::Accessor'; -our $VERSION = '1.10'; +our $VERSION = '1.11'; Travel::Status::DE::EFA::Stop->mk_ro_accessors( qw(arr_date arr_time dep_date dep_time name name_suf platform)); @@ -48,7 +48,7 @@ in a Travel::Status::DE::EFA::Result's route =head1 VERSION -version 1.10 +version 1.11 =head1 DESCRIPTION |