From f7788f51653022cd54b802082d3a6c456ff2f2df Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 17 Nov 2023 22:29:01 +0100 Subject: hafas: enable option bundling (make -vv/-vvv work) --- bin/hafas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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; -- cgit v1.2.3