In perl.git, the branch sprout/taint has been created
<http://perl5.git.perl.org/perl.git/commitdiff/da89422c06b0997c9cf18ccc11d3a1932d402bd2?hp=0000000000000000000000000000000000000000>
at da89422c06b0997c9cf18ccc11d3a1932d402bd2 (commit)
- Log -----------------------------------------------------------------
commit da89422c06b0997c9cf18ccc11d3a1932d402bd2
Author: Father Chrysostomos <[email protected]>
Date: Mon Sep 1 22:17:08 2014 -0700
Fix t/op/taint.t on Windows
$ENV{PATH} seems to be the problem. If we clear it, then we canât
spawn another process. I am basing this solely on this comment ear-
lier in the file:
# On Windows we can't spawn a fresh Perl interpreter unless at
# least the Windows system directory (usually C:\Windows\System32)
# is still on the PATH. There is however no way to determine the
# actual path on the current system without loading the Win32
# module, so we just restore the original $ENV{PATH} here.
-----------------------------------------------------------------------
--
Perl5 Master Repository