1Pod::Weaver::Role::SectUisoenr(3C)ontributed Perl DocumePnotda:t:iWoenaver::Role::Section(3)
2
3
4
6 Pod::Weaver::Role::Section - a plugin that will get a section into a
7 woven document
8
10 version 4.019
11
13 This module should work on any version of perl still receiving updates
14 from the Perl 5 Porters. This means it should work on any version of
15 perl released in the last two to three years. (That is, if the most
16 recently released version is v5.40, then this module should work on
17 both v5.40 and v5.38.)
18
19 Although it may work on older versions of perl, no guarantee is made
20 that the minimum required version will not be increased. The version
21 may be increased for any reason, and there is no promise that patches
22 will be accepted to lower the minimum required perl.
23
25 This role is used by plugins that will append sections to the output
26 document. They must provide a method, "weave_section" which will be
27 invoked like this:
28
29 $section_plugin->weave_section($output_document, \%input);
30
31 They are expected to append their output to the output document, but
32 they are free to behave differently if it's needed to do something
33 really cool.
34
36 Ricardo SIGNES <cpan@semiotic.systems>
37
39 This software is copyright (c) 2023 by Ricardo SIGNES.
40
41 This is free software; you can redistribute it and/or modify it under
42 the same terms as the Perl 5 programming language system itself.
43
44
45
46perl v5.36.0 2023-01-20 Pod::Weaver::Role::Section(3)