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