1PPI::Token::Pod(3) User Contributed Perl Documentation PPI::Token::Pod(3)
2
3
4
6 PPI::Token::Pod - Sections of POD in Perl documents
7
9 PPI::Token::Pod
10 isa PPI::Token
11 isa PPI::Element
12
14 A single "PPI::Token::Pod" object represents a complete section of POD
15 documentation within a Perl document.
16
18 This class provides some additional methods beyond those provided by
19 its PPI::Token and PPI::Element parent classes.
20
21 Got any ideas for more methods? Submit a report to rt.cpan.org!
22
23 merge @podtokens
24 The "merge" constructor takes a number of "PPI::Token::Pod" objects,
25 and returns a new object that represents one combined POD block with
26 the content of all of them.
27
28 Returns a new "PPI::Token::Pod" object, or "undef" on error.
29
30 lines
31 The "lines" method takes the string of POD and breaks it into lines,
32 returning them as a list.
33
35 See the support section in the main module.
36
38 Adam Kennedy <adamk@cpan.org>
39
41 Copyright 2001 - 2011 Adam Kennedy.
42
43 This program is free software; you can redistribute it and/or modify it
44 under the same terms as Perl itself.
45
46 The full text of the license can be found in the LICENSE file included
47 with this module.
48
49
50
51perl v5.16.3 2011-02-26 PPI::Token::Pod(3)