In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/2c25177bbcb0217f887201e4237280b5033145b6?hp=10088f564af8cd2979b1ff532d7247a1f69cd03b>
- Log ----------------------------------------------------------------- commit 2c25177bbcb0217f887201e4237280b5033145b6 Author: Jarkko Hietaniemi <[email protected]> Date: Fri Jul 29 07:57:06 2016 -0400 print the pop @INC to OUT instead of STDOUT ----------------------------------------------------------------------- Summary of changes: utils/splain.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/splain.PL b/utils/splain.PL index cae84a0..bbcdad6 100644 --- a/utils/splain.PL +++ b/utils/splain.PL @@ -38,7 +38,7 @@ $Config{startperl} if \$running_under_some_shell; !GROK!THIS! -print <<'!NO!SUBS!'; +print OUT <<'!NO!SUBS!'; BEGIN { pop @INC if $INC[-1] eq '.' } -- Perl5 Master Repository
