ActivePerl requires a parm for getopt.
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
|
||||
use File::Path;
|
||||
use Getopt::Std;
|
||||
getopt();
|
||||
getopt "";
|
||||
|
||||
foreach $dir ( @ARGV )
|
||||
{
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ use File::Path;
|
||||
use File::Find;
|
||||
use Getopt::Std;
|
||||
|
||||
getopt();
|
||||
getopt "";
|
||||
|
||||
foreach $arg ( @ARGV )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user