In perl.git, the branch maint-5.22 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/844c3567649a6ba35b7ba518aa77c16781664c21?hp=229c62510ffb1c5c4de2c77846df0b2d5ff9bf41>
- Log ----------------------------------------------------------------- commit 844c3567649a6ba35b7ba518aa77c16781664c21 Author: Jarkko Hietaniemi <[email protected]> Date: Fri Jul 29 07:57:06 2016 -0400 print the pop @INC to OUT instead of STDOUT (cherry picked from commit 2c25177bbcb0217f887201e4237280b5033145b6) ----------------------------------------------------------------------- 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
