Publican::CreateBrand(3pm) | User Contributed Perl Documentation | Publican::CreateBrand(3pm) |
Publican::CreateBrand - A module for generating new brand boilerplate.
use Publican::CreateBrand; my $creator = Publican::CreateBrand->new({name => 'foo'}); $creator->create();
Creates a new Brand for use with the publican package
Create a Publican object set.
Parameters:
name Brand Name (Required)
Create all the required files.
Create XML files.
Create configuration files.
Create images dir and all the default images in svg and png format.
Publican::CreateBrand requires no configuration files or environment variables.
Carp version Config::Simple File::Path File::pushd DateTime Publican Term::ANSIColor
None reported.
None 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 |