This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't pollute $ENV{LC_ALL} in pod/perlmodlib.PL.
authorCraig A. Berry <craigberry@mac.com>
Fri, 2 Sep 2016 20:43:52 +0000 (15:43 -0500)
committerCraig A. Berry <craigberry@mac.com>
Fri, 2 Sep 2016 20:43:52 +0000 (15:43 -0500)
commitbdba2fe9e3256f8806a5facb73d1f427775783ba
tree2e6ac5d0ed036bfcfad4eeebc4d3cb251cd38784
parentf7d258b8c0e33bddf8cb44e2e54d9d244602e2b4
Don't pollute $ENV{LC_ALL} in pod/perlmodlib.PL.

Because on VMS, DYNAMIC_ENV_FETCH makes environment settings
persist after program exit, and running a program (e.g. Perl)
does not normally start a separate process.  This was confusing
the inadequate attempt in t/run/locale.t to clear the locale-related
environment variables.
pod/perlmodlib.PL