diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-19 08:07:15 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-19 08:07:15 +0100 |
commit | 95bde8c8df53c17a4848d3f919a62dcf5a1abc4a (patch) | |
tree | fa0dc37c7061c54ca58cb5a728bcf8e158da0e1d /lib/Travel/Routing/DE/HAFAS/Utils.pm | |
parent | a5e5c170ee33d5fdd2c7db203ae5ed6b664812e4 (diff) |
Release v0.100.10
Diffstat (limited to 'lib/Travel/Routing/DE/HAFAS/Utils.pm')
-rw-r--r-- | lib/Travel/Routing/DE/HAFAS/Utils.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Travel/Routing/DE/HAFAS/Utils.pm b/lib/Travel/Routing/DE/HAFAS/Utils.pm index 3a49836..b1568dd 100644 --- a/lib/Travel/Routing/DE/HAFAS/Utils.pm +++ b/lib/Travel/Routing/DE/HAFAS/Utils.pm @@ -9,7 +9,7 @@ use 5.014; use parent 'Exporter'; our @EXPORT = qw(handle_day_change); -our $VERSION = '0.09'; +our $VERSION = '0.10'; sub handle_day_change { my (%opt) = @_; @@ -55,7 +55,7 @@ None. =head1 VERSION -version 0.09 +version 0.10 =head1 METHODS |