From: lace <> Date: Sun, 7 May 2006 10:05:07 +0000 (+0000) Subject: Dropped the support of: $Options{"GetOptions_args"} X-Git-Tag: udpgate-1_1_1 X-Git-Url: https://git.jankratochvil.net/?p=macros.git;a=commitdiff_plain;h=6549c847d3ce42f13585094a34e68f617833144a Dropped the support of: $Options{"GetOptions_args"} - No longer compatible with new Perl and also not used in any project. --- diff --git a/AutoGen.pm b/AutoGen.pm index e2829e5..eb2bbd2 100644 --- a/AutoGen.pm +++ b/AutoGen.pm @@ -498,7 +498,6 @@ my($class,%options)=@_; "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"})) {