Loading lib/Travel/Routing/DE/HAFAS/Utils.pm +2 −0 Original line number Diff line number Diff line Loading @@ -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}; Loading Loading
lib/Travel/Routing/DE/HAFAS/Utils.pm +2 −0 Original line number Diff line number Diff line Loading @@ -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}; Loading