]> git.donarmstrong.com Git - debbugs.git/commitdiff
use GetOptionsFromArray instead of the OO method, because wheezy's Getopt doesn't...
authorDon Armstrong <don@donarmstrong.com>
Wed, 6 Aug 2014 21:25:36 +0000 (14:25 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 6 Aug 2014 21:25:36 +0000 (14:25 -0700)
bin/debbugs-loadsql

index 79296e1988c361e07aebacb08b82588545915385..c4722cd06ac6565c2187788cd3d44c9fc71443fb 100755 (executable)
@@ -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},
                              );