summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/perldoc.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/perldoc.PL b/utils/perldoc.PL
index a4d8872187..e201de9d91 100644
--- a/utils/perldoc.PL
+++ b/utils/perldoc.PL
@@ -44,8 +44,8 @@ $Config{startperl}
# This "$file" file was generated by "$0"
require 5;
-use Pod::Perldoc;
BEGIN { \$^W = 1 if \$ENV{'PERLDOCDEBUG'} }
+use Pod::Perldoc;
exit( Pod::Perldoc->run() );
!GROK!THIS!