Don't copy all of %ENV in prereq.t.
authorCraig A. Berry <craigberry@mac.com>
Sun, 3 Apr 2011 13:10:43 +0000 (08:10 -0500)
committerCraig A. Berry <craigberry@mac.com>
Fri, 15 Apr 2011 21:13:29 +0000 (16:13 -0500)
commitd4e61d91175f056c71693f8f47149472d0f4c18d
treea51b4ab79773b647748fe0f2f3ae3329e3aaabbf
parent17148a1aa5fa357fd3e5850baca9d6eae778d7b9
Don't copy all of %ENV in prereq.t.

It's sufficient for purposes of enabling prerequisite warnings to
set a localized $ENV{PERL_CORE} to undef rather than making a local
copy of the entire %ENV hash.  This makes the test pass on VMS,
where copying %ENV in toto is not supported.

This fixes a smoke failure, so borrow it from upstream, where it's
already released as part of MM 6.57_10.  6.58 will contain an
additional tweak that works with Perl 5.6, but no need to worry
about that here.
cpan/ExtUtils-MakeMaker/t/prereq.t