1Publican::TreeView(3) User Contributed Perl DocumentationPublican::TreeView(3)
2
3
4

NAME

6       Publican::TreeView - Dumper for XInclude project structure.
7

SYNOPSIS

9           use Publican;
10           use Publican::TreeView...
11

DESCRIPTION

13       Publican::TreeView displays the xi:include structure of the entire
14       project.
15

INTERFACE

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

DIAGNOSTICS

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

CONFIGURATION AND ENVIRONMENT

41       Publican requires no configuration files or environment variables.
42

DEPENDENCIES

44       Carp XML::TreeBuilder Publican File::pushd Term::ANSIColor
45

INCOMPATIBILITIES

47       None reported.
48

BUGS AND LIMITATIONS

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&amp;component=publican>.
55

AUTHOR

57       Ryan Lerch  "<rlerch@redhat.com>"
58
59
60
61perl v5.32.0                      2020-07-28             Publican::TreeView(3)
Impressum