Publican::CreateBook(3pm) | User Contributed Perl Documentation | Publican::CreateBook(3pm) |
Publican::CreateBook - A module for generating documentation boilerplate
use Publican::CreateBook; my $creator = Publican::CreateBook->new({name => 'foo'}); $creator->create();
Creates a new Book, Article or Set for use with the publican package
Create a Publican object set.
Parameters:
docname Book Name (Required) version Product Version (default: 0.1) edition Edition (default: 0) product Product Name (default: Documentation) brand Brand (default: common) xml_lang Source Language (default: en-US) type Book|Set|Article (default: Book)
Try embedding templates in perl to avoid licensing rubbish
Publican::CreateBook requires no configuration files or environment variables.
Carp Config::Simple XML::TreeBuilder File::Path DateTime Term::ANSIColor Publican
None reported.
No bugs have been reported.
Please report any bugs or feature requests to "publican-list@redhat.com", or through the web interface at <https://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=Publican&component=publican>.
Jeff Fearn "<jfearn@redhat.com>"
2018-07-08 | perl v5.26.2 |