You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/usr/bin/perl
|
|
eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
|
|
if 0;
|
|
|
|
# This "perldoc" file was generated by "perldoc.PL"
|
|
|
|
require 5;
|
|
BEGIN {
|
|
$^W = 1 if $ENV{'PERLDOCDEBUG'};
|
|
pop @INC if $INC[-1] eq '.';
|
|
}
|
|
use Pod::Perldoc;
|
|
exit( Pod::Perldoc->run() );
|
|
|