This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In makedef.pl, use %ARGS instead of 4 variables for command line arguments.
authorNicholas Clark <nick@ccl4.org>
Thu, 28 Jul 2011 12:29:27 +0000 (14:29 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 1 Aug 2011 09:53:57 +0000 (11:53 +0200)
commit0dc3711c7435529d221445ddb0c229ce2750445f
tree01a0de958d0451a51ac1bde9c735b0192895258c
parentc1b34f5f97867eb890e535d297dd284487aef5b4
In makedef.pl, use %ARGS instead of 4 variables for command line arguments.

This simplifies processing @ARGV.
makedef.pl