do is deprecated, so lets stop using it

This commit is contained in:
Love Hornquist Astrand
2010-10-02 12:05:41 -07:00
parent 0789271ebb
commit 6cdf8104f7

View File

@@ -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;