This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
POD inside of a function call is inadvisable.
[perl5.git] / utils / perldoc.PL
index a4d8872..e201de9 100644 (file)
@@ -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!