summaryrefslogtreecommitdiff
path: root/utils/splain.PL
diff options
context:
space:
mode:
Diffstat (limited to 'utils/splain.PL')
-rw-r--r--utils/splain.PL6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/splain.PL b/utils/splain.PL
index 9c70b61afd..cae84a0d38 100644
--- a/utils/splain.PL
+++ b/utils/splain.PL
@@ -38,6 +38,12 @@ $Config{startperl}
if \$running_under_some_shell;
!GROK!THIS!
+print <<'!NO!SUBS!';
+
+BEGIN { pop @INC if $INC[-1] eq '.' }
+
+!NO!SUBS!
+
while (<IN>) {
print OUT unless /^package diagnostics/;
}