Catalyst::Helper::Doc is a documentation page generator.
SYNOPSIS
# 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
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.
Product's homepage
Requirements:
· Perl