1Publican::TreeView(3) User Contributed Perl DocumentationPublican::TreeView(3)
2
3
4
6 Publican::TreeView - Dumper for XInclude project structure.
7
9 This document describes Publican::TreeView version 0.1
10
12 use Publican;
13 use Publican::TreeView...
14
16 Publican::TreeView displays the xi:include structure of the entire
17 project.
18
20 new
21 Create a new Publican::TreeView object.
22
23 print_tree
24 Print out a tree view of xi:includes
25
26 print_unused
27 Print out a list of XML files that are not xi:included
28
29 print_unused_images
30 Print out a list of image files that are not used.
31
33 "unknown args %s"
34 All subs with named parameters will return this error when
35 unexpected named arguments are provided.
36
37 "%s is a required argument"
38 Any sub with a mandatory parameter will return this error if the
39 parameter is undef.
40
41 "Can't open file %s"
42
44 Publican requires no configuration files or environment variables.
45
47 Carp XML::TreeBuilder Publican File::pushd Term::ANSIColor
48
50 None reported.
51
53 No bugs have been reported.
54
55 Please report any bugs or feature requests to
56 "publican-list@redhat.com", or through the web interface at
57 <https://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=Publican&component=publican>.
58
60 Ryan Lerch "<rlerch@redhat.com>"
61
62
63
64perl v5.16.3 2014-12-15 Publican::TreeView(3)