pod2texi --version (return code: 0)
pod2texi 0.01
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
pod2texi --help (return code: 0)
Usage: pod2texi [OPTION]... POD...
Translate Perl pod documentation file(s) to Texinfo. There are two
basic modes of operation. First, by default, each pod is translated to
a standalone Texinfo manual.
Second, if C<--base-level> is set higher than 0, each pod is translated
to a file suitable for C<@include>, and one more file with all the
C<@include>s is generated, intended to be C<@include>d in turn within
a hand-written top-level file.
Options:
--appendix-sections use appendix-like sections.
--base-level=NUM|NAME level of the head1 commands; default 0.
--debug=NUM set debugging level.
--help display this help and exit.
--no-fill-section-gaps do not fill sectioning gaps.
--no-section-nodes use anchors for sections instead of nodes.
--output=NAME output to NAME for the first or main manual
instead of standard output.
--preamble=STR insert STR as beginning boilerplate.
--subdir=NAME put files included in the main manual in NAME.
--top top for the main manual.
--unnumbered-sections use unumbered sections.
--version display version information and exit.
Email bug reports to bug-texinfo@gnu.org,
general questions and discussion to help-texinfo@gnu.org.
Texinfo home page: http://www.gnu.org/software/texinfo/