Avoid CPAN config init when just checking values
authorDavid Golden <dagolden@cpan.org>
Wed, 5 Jan 2011 11:43:00 +0000 (06:43 -0500)
committerDavid Golden <dagolden@cpan.org>
Wed, 5 Jan 2011 11:43:00 +0000 (06:43 -0500)
commit59b1a634003229d22cc231e25980aeb561a01ee5
tree8f2655fc32f6be85fa3e82a900413ff21b6ba767
parent4b5d4c8d838a4df8c568a4c0ba779a231ff91716
Avoid CPAN config init when just checking values

This commit keeps Makefile.PL from triggering a
full CPAN configuration initialization just to see
if certain bad configurations exist.  It's sufficient
to load any exist config and check that.
Makefile.PL