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
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=Fedora&version=rawhide&component=publican>.
55
57 Ryan Lerch "<rlerch@redhat.com>"
58
59
60
61perl v5.10.1 2010-11-12 Publican::TreeView(3)