From 83dcad970dfea2e6e75279321c2f4d2f5b47a2de Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 6 Aug 2014 14:25:36 -0700 Subject: [PATCH] use GetOptionsFromArray instead of the OO method, because wheezy's Getopt doesn't support it --- bin/debbugs-loadsql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/debbugs-loadsql b/bin/debbugs-loadsql index 79296e1..c4722cd 100755 --- a/bin/debbugs-loadsql +++ b/bin/debbugs-loadsql @@ -413,7 +413,7 @@ sub add_logs { sub handle_subcommand_arguments { my ($argv,$args,$gop) = @_; my $subopt = {}; - $gop->getoptionsfromarray($argv, + Getopt::Long::GetOptionsFromArray($argv, $subopt, keys %{$args}, ); -- 2.39.2