This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In checkcfgvar.pl, split the configure.com code out.
authorNicholas Clark <nick@ccl4.org>
Fri, 16 Sep 2011 10:19:15 +0000 (12:19 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 21 Sep 2011 08:40:57 +0000 (10:40 +0200)
commitf4ca0be2c78f0bfb6a1cba6fc3b9557e88395b33
tree46accca6a8117168d6220fc65946fe5831ef97c4
parent705822126c5e218f2fe40097f9f1a204474e864b
In checkcfgvar.pl, split the configure.com code out.

The configure.com handling is actually sufficiently different that it's
simpler to do it in its own loop. The two regexs for config.sh-style parsing
can be merged. Use non-capturing parens for the parts of regexs that don't
need to be captured.
Porting/checkcfgvar.pl