1Pod::Elemental::ElementU:s:eProdC5o:n:tRreigbiuotne(d3P)Poedr:l:EDloecmuemnetnatla:t:iEolnement::Pod5::Region(3)
2
3
4
6 Pod::Elemental::Element::Pod5::Region - a region of Pod (this role
7 likely to be removed)
8
10 version 0.103005
11
13 A Pod5::Region element represents a region marked by a "=for" command
14 or a pair of "=begin" and "=end" commands. It may have content of its
15 own as well as child paragraphs.
16
17 Its "as_pod_string" method will emit either a "=begin/=end"-enclosed
18 string or a "=for" command, based on whichever is permissible.
19
21 format_name
22 This is the format to which the region was targeted.
23
24 Note! The format name should not include the leading colon to indicate
25 a pod paragraph. For that, see "is_pod".
26
27 is_pod
28 If true, this region contains pod (ordinary or verbatim) paragraphs, as
29 opposed to data paragraphs. This will generally result from the
30 document originating in a "=begin" block with a colon-prefixed target
31 identifier:
32
33 =begin :html
34
35 This is still a verbatim paragraph.
36
37 =end :html
38
40 This class is somewhat sketchy and may be refactored somewhat in the
41 future, specifically to refactor its similarities to
42 Pod::Elemental::Element::Nested.
43
45 Ricardo SIGNES <rjbs@cpan.org>
46
48 This software is copyright (c) 2020 by Ricardo SIGNES.
49
50 This is free software; you can redistribute it and/or modify it under
51 the same terms as the Perl 5 programming language system itself.
52
53
54
55perl v5.32.0 2020-P0o7d-:2:8Elemental::Element::Pod5::Region(3)