Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

publican::treeview(3pm) [debian man page]

Publican::TreeView(3pm) 				User Contributed Perl Documentation				   Publican::TreeView(3pm)

NAME
Publican::TreeView - Dumper for XInclude project structure. VERSION
This document describes Publican::TreeView version 0.1 SYNOPSIS
use Publican; use Publican::TreeView... DESCRIPTION
Publican::TreeView displays the xi:include structure of the entire project. INTERFACE
new Create a new Publican::TreeView object. print_tree Print out a tree view of xi:includes print_unused Print out a list of XML files that are not xi:included DIAGNOSTICS
"unknown args %s" All subs with named parameters will return this error when unexpected named arguments are provided. "%s is a required argument" Any sub with a mandatory parameter will return this error if the parameter is undef. "Can't open file %s" CONFIGURATION AND ENVIRONMENT
Publican requires no configuration files or environment variables. DEPENDENCIES
Carp XML::TreeBuilder Publican File::pushd Term::ANSIColor INCOMPATIBILITIES
None reported. BUGS AND LIMITATIONS
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&amp;component=publican>. AUTHOR
Ryan Lerch "<rlerch@redhat.com>" perl v5.14.2 2012-06-18 Publican::TreeView(3pm)

Check Out this Related Man Page

Publican::CreateBrand(3)				User Contributed Perl Documentation				  Publican::CreateBrand(3)

NAME
Publican::CreateBrand - A module for generating new brand boilerplate. VERSION
This document describes Publican::CreateBrand version 0.1 SYNOPSIS
use Publican::CreateBrand; my $creator = Publican::CreateBrand->new({name => 'foo'}); $creator->create(); DESCRIPTION
Creates a new Brand for use with the publican package INTERFACE
new Create a Publican object set. Parameters: name Brand Name (Required) create Create all the required files. xml_files Create XML files. conf_files Create configuration files. images Create images dir and all the default images in svg and png format. DIAGNOSTICS
"unknown args %s" All subs with named parameters will return this error when unexpected named arguments are provided. "%s is a required parameter" Any sub with a mandatory parameter will return this error if the parameter is undef. ""Can't create brand, directory %s exists!" When creating a Brand a directory is created with the same name as the brand. If a directory with that name is in the current directory the creation will fail. "Invalid language supplied: %s" The language supplied is not a valid language. "Can't create directory: %s" "Could not open %s for output!" "Can't write file" "Can't open SVG file %s" CONFIGURATION AND ENVIRONMENT
Publican::CreateBrand requires no configuration files or environment variables. DEPENDENCIES
Carp version Config::Simple File::Path File::pushd DateTime Publican Term::ANSIColor INCOMPATIBILITIES
None reported. BUGS AND LIMITATIONS
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&amp;component=publican>. AUTHOR
Jeff Fearn "<jfearn@redhat.com>" perl v5.16.3 2014-06-10 Publican::CreateBrand(3)
Man Page