Dropped the support of: $Options{"GetOptions_args"} udpgate-1_1_1
authorlace <>
Sun, 7 May 2006 10:05:07 +0000 (10:05 +0000)
committerlace <>
Sun, 7 May 2006 10:05:07 +0000 (10:05 +0000)
 - No longer compatible with new Perl and also not used in any project.

AutoGen.pm

index e2829e5..eb2bbd2 100644 (file)
@@ -498,7 +498,6 @@ my($class,%options)=@_;
                          "clean"    ,\$Options{"ARGV_clean"},
                          "fullclean",\$Options{"ARGV_fullclean"},
                        "h|help"     ,sub { print _help(); exit 0; },
                          "clean"    ,\$Options{"ARGV_clean"},
                          "fullclean",\$Options{"ARGV_fullclean"},
                        "h|help"     ,sub { print _help(); exit 0; },
-                       $Options{"GetOptions_args"},
                        ) || @ARGV;
 
        for my $subdir (map((!$_ ? () : @$_),$Options{"subdirs"})) {
                        ) || @ARGV;
 
        for my $subdir (map((!$_ ? () : @$_),$Options{"subdirs"})) {