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.018
11
13 This module has the same support period as perl itself: it supports
14 the two most recent versions of perl. (That is, if the most recently
15 released version is v5.40, then this module should work on both v5.40
16 and v5.38.)
17
18 Although it may work on older versions of perl, no guarantee is made
19 that the minimum required version will not be increased. The version
20 may be increased for any reason, and there is no promise that patches
21 will be accepted to lower the minimum required perl.
22
24 This role is used by plugins that will append sections to the output
25 document. They must provide a method, "weave_section" which will be
26 invoked like this:
27
28 $section_plugin->weave_section($output_document, \%input);
29
30 They are expected to append their output to the output document, but
31 they are free to behave differently if it's needed to do something
32 really cool.
33
35 Ricardo SIGNES <rjbs@semiotic.systems>
36
38 This software is copyright (c) 2021 by Ricardo SIGNES.
39
40 This is free software; you can redistribute it and/or modify it under
41 the same terms as the Perl 5 programming language system itself.
42
43
44
45perl v5.34.0 2022-01-21 Pod::Weaver::Role::Section(3)