do is deprecated, so lets stop using it
This commit is contained in:
@@ -12,7 +12,7 @@ my $debug = 0;
|
||||
my $oproto = 1;
|
||||
my $private_func_re = "^_";
|
||||
|
||||
do Getopts('x:m:o:p:dqE:R:P:') || die "foo";
|
||||
Getopts('x:m:o:p:dqE:R:P:') || die "foo";
|
||||
|
||||
if($opt_d) {
|
||||
$debug = 1;
|
||||
|
Reference in New Issue
Block a user