pl2modinfo.pl
pl2modinfo.pl: automatically stub out a perl module with MODINFO directives
SYNOPSIS
perl pl2modinfo.pl -ce -i MyModule.pm -o results.txt
or
perl pl2modinfo.pl -cew -i MyModule.pm
OPTIONS
- -e Return undef and set error property instead of dying when errors occur
- -c Include the original perl code from the module in the output
- -i filename Use this file as input (uses STDIN if -i is not provided)
- -o filename Use this file as output (uses STDOUT if neither -o or -w are provided)
- -w Overwrite original file with output (Use with caution!) Ignored if -o is provided or -i is not provided
AUTHOR
jtillman@bigfoot.com
tcushard@bigfoot.com
SEE ALSO
ModInfo
Devel::ModInfo::Tutorial
modinfo2html.pl
modinfo2xml.pl
perl(1)
!NO!SUBS!