X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=utils%2Fperldoc.PL;h=e201de9d910582dbf8f137065942d7103397a168;hb=3772adb0bf4b794f3be153efc0df93324ee25620;hp=a4d8872187b2cd0c333a25675ca716048de2a29d;hpb=1a67fee7d910c67790fff4a69f2f20f7628aa80a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/utils/perldoc.PL b/utils/perldoc.PL index a4d8872..e201de9 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!