diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-06-11 22:33:00 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-06-11 22:33:00 +0200 |
commit | 07c5f706b3b924f12132a477556d097bc83da499 (patch) | |
tree | ddac4159d29769cc3c6581670268c25ec5e2b744 /lib/Travel | |
parent | e9bef5bb005eeb42036084de047420d6b3ff7faa (diff) |
Utils: Add $VERSION. Whoops.
Diffstat (limited to 'lib/Travel')
-rw-r--r-- | lib/Travel/Routing/DE/HAFAS/Utils.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Travel/Routing/DE/HAFAS/Utils.pm b/lib/Travel/Routing/DE/HAFAS/Utils.pm index 35861b2..3c7f8c0 100644 --- a/lib/Travel/Routing/DE/HAFAS/Utils.pm +++ b/lib/Travel/Routing/DE/HAFAS/Utils.pm @@ -9,6 +9,8 @@ use 5.014; use parent 'Exporter'; our @EXPORT = qw(handle_day_change); +our $VERSION = '0.08'; + sub handle_day_change { my (%opt) = @_; my $datestr = $opt{date}; |