From: Don Armstrong Date: Wed, 6 Aug 2014 21:25:36 +0000 (-0700) Subject: use GetOptionsFromArray instead of the OO method, because wheezy's Getopt doesn't... X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=83dcad970dfea2e6e75279321c2f4d2f5b47a2de use GetOptionsFromArray instead of the OO method, because wheezy's Getopt doesn't support it --- 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}, );