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

NAME

cpan_documentation_html - Command line tool for using CPAN::Documentation::HTML

VERSION

version 0.002

DESCRIPTION

Still work in progress - API changes may apply

cpan_documentation_html is the tool to use CPAN::Documentation::HTML directly from your Command Line. You can directly change all aspects from the library, like template and assets.

SYNPOSIS

  cpan_documentation_html --root /cpan/repository/root MyApp-0.001.tar.gz

  cpan_documentation_html --root /cpan/repository/root mygitrepository/

  cpan_documentation_html --root /cpan/repository/root \
    -bin some_directory_with_scripts/ -bin several_of_them/ \
    -lib some_directory_with_modules/ -lib also_several/ \
    -file MyApp-0.001.tar.gz -file OtherApp-0.001.tar.gz \
    -dir some_dir_with_bins_and_libs/ \
    -dir like_a_git_repository_of_a_perl/

PARAMETERS

root

If not given, the current directory will be assumed the root of the repository. cpan_documentation_html will be dropping a cache file there, and install all the documentation in the /perldoc/ subdirectory (if not changed via "path").

SEE ALSO

CPAN::Documentation::HTML

SUPPORT

IRC

  Join #duckduckgo on irc.freenode.net. Highlight Getty for fast reaction :).

Repository

  http://github.com/Getty/p5-cpan-documentation-html
  Pull request and additional contributors are welcome

Issue Tracker

  http://github.com/Getty/p5-cpan-documentation-html/issues

AUTHORS

  • Torsten Raudssus <torsten@raudss.us>

  • Doug Brown <doug@duckduckgo.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Torsten Raudssus & DuckDuckGo, Inc..

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.