
pod2rst - convert .pod files to .rst files

pod2rst --infile=<name> --outfile=<name> --title=<name>

Converts files containing POD to reStructuredText format for input to Sphinx.

pod2rst takes the following arguments:
--infile=<name>
Specifies the pod file to convert. Input is taken from stdin by default.
--outfile=<name>
Specifies the reStructuredText file to create. Output goes to stdout by default.
--title=<title>
Specifies the section title for the file.

Don Owens <don@regexguy.com>

Pod::POM::View::Restructured, pod2html
Sphinx: http://sphinx.pocoo.org/

Copyright (c) 2010 Don Owens <don@regexguy.com>. All rights reserved.
This is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.