Lines Matching full:simple
1 package Pod::Simple::SimpleTree;
5 use Pod::Simple ();
8 our @ISA = ('Pod::Simple');
9 *DEBUG = \&Pod::Simple::DEBUG unless defined &DEBUG;
62 Pod::Simple::SimpleTree -- parse Pod into a simple parse tree
72 % perl -MPod::Simple::SimpleTree -MData::Dumper -e \
73 "print Dumper(Pod::Simple::SimpleTree->new->parse_file(shift)->root)" \
104 This is a subclass of L<Pod::Simple> and inherits all its methods.
120 Every text node in the tree is represented by a simple (non-ref)
130 L<Pod::Simple>
138 Questions or discussion about POD and Pod::Simple should be sent to the
143 L<https://github.com/perl-pod/pod-simple/>. Feel free to fork and contribute, or
144 to clone L<https://github.com/perl-pod/pod-simple.git> and send patches!
146 Patches against Pod::Simple are welcome. Please send bug reports to
147 <bug-pod-simple@rt.cpan.org>.
162 Pod::Simple was created by Sean M. Burke <sburke@cpan.org>.
165 Pod::Simple is maintained by: