In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/a60c8fb1669c9e83f4a7dc153b8baeee32187d8d?hp=736b9b481f80d4b0194e502be5099ef43769c403>
- Log ----------------------------------------------------------------- commit a60c8fb1669c9e83f4a7dc153b8baeee32187d8d Author: Matthew Horsfall <[email protected]> Date: Mon Mar 9 14:06:16 2015 -0400 Update comment in test to note possibly neccessary prerequisite. ----------------------------------------------------------------------- Summary of changes: t/run/switchd.t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/run/switchd.t b/t/run/switchd.t index a4518f4..d2b2022 100644 --- a/t/run/switchd.t +++ b/t/run/switchd.t @@ -313,6 +313,9 @@ is( # then moreswitches(s), which, if -d:switchd_empty is given, # will call my_setenv("PERL5DB", "use Devel::switchd_empty"), # and then return to continue parsing s. +# +# This may need -Accflags="-DPERL_USE_SAFE_PUTENV" to fail on +# affected systems. { local $ENV{PERL5OPT} = '-d:switchd_empty'; -- Perl5 Master Repository
