diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-11-24 20:27:54 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-11-24 20:27:54 +0100 |
commit | a5cb61ba7ca103dc4ae9cdca4edd18d251a43cb1 (patch) | |
tree | a36117bbb50e91c319e02c8bf6bae61abb48a19c /lib/Travel/Status/DE/EFA/Stop.pm | |
parent | 3ddbe470e8ea6f3a32fc9703ea1fdebd0f5a17cb (diff) |
Release v1.231.23
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 24384b9..40bcffb 100644 --- a/lib/Travel/Status/DE/EFA/Stop.pm +++ b/lib/Travel/Status/DE/EFA/Stop.pm @@ -6,7 +6,7 @@ use 5.010; use parent 'Class::Accessor'; -our $VERSION = '1.22'; +our $VERSION = '1.23'; Travel::Status::DE::EFA::Stop->mk_ro_accessors( qw(arr_date arr_time dep_date dep_time name name_suf platform)); @@ -46,7 +46,7 @@ in a Travel::Status::DE::EFA::Result's route =head1 VERSION -version 1.22 +version 1.23 =head1 DESCRIPTION |