NAME

lip2pod - Convert Literate Perl to POD

SYNOPSIS

To capture the POD for later processing:

lip2pod Foo.pm > Foo-lip.pod

To do something with it immediately:

lip2pod Foo.pm | pod2text

DESCRIPTION

The lip2pod program uses the Lip::Pod module to extract the Literate Perl information from a file. Other documentation contained by the file is ignored. The prose and code of the input file are both reflected in the output. See Lip::Pod for more information.

AUTHOR

Gregor N. Purdy <gregor@focusresearch.com>

COPYRIGHT

This program is free software. You may modify or redistribute it under the same terms as Perl itself.