PageRenderTime 30ms CodeModel.GetById 8ms RepoModel.GetById 0ms app.codeStats 0ms

/Pod-Perldoc-3.17/perldoc

#
Perl | 7 lines | 4 code | 2 blank | 1 comment | 1 complexity | 26f83425fe7d4382855b85c97f321ca7 MD5 | raw file
  1. #!/usr/bin/perl
  2. require 5;
  3. BEGIN { $^W = 1 if $ENV{'PERLDOCDEBUG'} }
  4. use Pod::Perldoc;
  5. exit( Pod::Perldoc->run() );