This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10088f5
)
print the pop @INC to OUT instead of STDOUT
author
Jarkko Hietaniemi
<jhi@iki.fi>
Fri, 29 Jul 2016 11:57:06 +0000
(07:57 -0400)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Fri, 29 Jul 2016 11:57:06 +0000
(07:57 -0400)
utils/splain.PL
patch
|
blob
|
blame
|
history
diff --git
a/utils/splain.PL
b/utils/splain.PL
index
cae84a0
..
bbcdad6
100644
(file)
--- 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 '.' }