Catalyst::Helper::Doc - documentation page generator.


Catalyst-Helper-Doc documentation  | view source Contained in the Catalyst-Helper-Doc distribution.

Index


NAME

Top

Catalyst::Helper::Doc - documentation page generator.

SYNOPSIS

Top

  # execute helper script.
  script/myapp_create.pl Doc

  # you can set description
  # default is "Catalyst based application"

  script/myapp_create.pl Doc "This is description!"

  # you can set language type used as xml:lang. defualt is "en"
  script/myapp_create.pl Doc "This is description!" ja

  # you also can set charset, default is UTF-8
  script/myapp_create.pl Doc "This is description!" ja EUC-JP

DESCRIPTION

Top

This module allows you to parse your libraries POD, and generate documentation like pages in search.cpan.org,

Execute according to SYNOPSIS, and 'doc' directory will be created, and documentation will be put into it.

SEE ALSO

Top

Pod::ProjectDocs

AUTHOR

Top

Lyo Kato <lyo.kato@gmail.com>

COPYRIGHT AND LICENSE

Top


Catalyst-Helper-Doc documentation  | view source Contained in the Catalyst-Helper-Doc distribution.