|
NAMEGetopt::Compact::PodMunger - script POD munging SYNOPSIS my $p = new Getopt::Compact::PodMunger();
$p->parse_from_file('foo.pl');
$p->insert('USAGE', $usage_string);
print $p->as_string;
DESCRIPTIONGetopt::Compact::PodMunger is used internally by Getopt::Compact to parse POD in command line scripts. The parsed POD is then munged via the "insert" method. This is only required when the --man option is used. METHODS
VERSION$Revision: 15 $ AUTHORAndrew Stewart Williams SEE ALSOGetopt::Compact, Pod::Parser
|