summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2023-11-17 22:29:01 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2023-11-17 22:29:01 +0100
commitf7788f51653022cd54b802082d3a6c456ff2f2df (patch)
treec3e7e82d01c08258dc14bec201136ea95f18608a
parent06715210605df16181cf43c7c60cd39678a95c01 (diff)
hafas: enable option bundling (make -vv/-vvv work)
-rwxr-xr-xbin/hafas2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hafas b/bin/hafas
index a8a2d45..59d5214 100755
--- a/bin/hafas
+++ b/bin/hafas
@@ -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;