modinfo2xml.pl
modinfo2xml.pl: convert MODINFO directives in a Perl module into an XML file (an mfo file)
SYNOPSIS
perl modinfo2xml.pl -m MyModule.pm -o MyModule.mfo
or
perl pl2modinfo.pl -m MyModule.pm
OPTIONS
- -m Name of the module to create mfo for
- -o filename Use this file as output (uses PackageName.mfo if -o not provided where "PackageName" is the first package defined in the module file)
AUTHOR
jtillman@bigfoot.com
tcushard@bigfoot.com
SEE ALSO
ModInfo
Devel::ModInfo::Tutorial
modinfo2html.pl
pl2modinfo.pl
perl(1)
!NO!SUBS!