diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-11-17 22:29:01 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-11-17 22:29:01 +0100 |
commit | f7788f51653022cd54b802082d3a6c456ff2f2df (patch) | |
tree | c3e7e82d01c08258dc14bec201136ea95f18608a | |
parent | 06715210605df16181cf43c7c60cd39678a95c01 (diff) |
hafas: enable option bundling (make -vv/-vvv work)
-rwxr-xr-x | bin/hafas | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ use utf8; use DateTime; use Encode qw(decode); use JSON; -use Getopt::Long qw(:config no_ignore_case); +use Getopt::Long qw(:config no_ignore_case bundling); use List::MoreUtils qw(uniq); use List::Util qw(first max); use Travel::Routing::DE::HAFAS; |