The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

pod-to-muse.pl - convert POD documentation to muse

DESCRIPTION

Convert the POD found in a module, script or pod file to muse, using Pod::Simple::Wiki.

SYNOPSIS

 pod-to-muse.pl /path/to/lib/Module.pm [ output.muse ]

or

 cat /path/to/lib/Module.pm | pod-to-muse.pl > out.muse

If an argument is provided, parse that file, otherwise use the STDIN.

If a second argument is provided, use that as output, otherwise use the STDOUT.

SEE ALSO

Text::Amuse::Preprocessor