This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Try harder to clean up %ENV in 140_proxy.t.
While the localization earlier in the test *should* leave the
relevent %ENV entries in a good state for the final test, for
some reason this is not happening on VMS. It may have something
to do with the fact that %ENV has all upper case keys but the
test has previously localized both upper and lower case versions.
In any case, even though it isn't this test's fault, the easiest
and safest way to get it passing is to just do another clean-up.
Awaiting upstream application at:
https://github.com/chansen/p5-http-tiny/pull/95