GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
POD2PROJDOCS(1) User Contributed Perl Documentation POD2PROJDOCS(1)

pod2projdocs - generates CPAN like project documents from pod.

pod2projdocs [options]

 Options:
    -help         display this help and exist
    -out          directory path that you want to generate documents into
    -lib          your project's library-root-directory path
    -title        your project's title
    -desc         your project's description
    -noindex      don't create index for all generated pages
    -forcegen     generate documents each time, ignoring last modified timestamp
    -nosourcecode suppress inclusion of the original source code in the generated output
    -lang         set this language as xml:lang (default 'en')
    -except       the files matches this regex won't be parsed

 You can set each option with their first character,
 for example, you can write -o instead of -out.

 And you can generate documents from multiple library directories.

  pod2projdocs -o /path/to/outputdir -l /path/to/lib1 -l /path/to/lib2

generates CPAN like project documents from pod.

Pod::ProjectDocs

Lyo Kato <lyo.kato@gmail.com>
Martin Gruner <https://github.com/mgruner> (current maintainer)

© 2005 by Lyo Kato
© 2018 by Martin Gruner

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available.

2021-02-01 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.