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 merge @podtokens
22 The "merge" constructor takes a number of "PPI::Token::Pod" objects,
23 and returns a new object that represents one combined POD block with
24 the content of all of them.
25
26 Returns a new "PPI::Token::Pod" object, or "undef" on error.
27
28 lines
29 The "lines" method takes the string of POD and breaks it into lines,
30 returning them as a list.
31
33 See the support section in the main module.
34
36 Adam Kennedy <adamk@cpan.org>
37
39 Copyright 2001 - 2011 Adam Kennedy.
40
41 This program is free software; you can redistribute it and/or modify it
42 under the same terms as Perl itself.
43
44 The full text of the license can be found in the LICENSE file included
45 with this module.
46
47
48
49perl v5.32.0 2020-07-28 PPI::Token::Pod(3)