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.015
11
13 This role is used by plugins that will append sections to the output
14 document. They must provide a method, "weave_section" which will be
15 invoked like this:
16
17 $section_plugin->weave_section($output_document, \%input);
18
19 They are expected to append their output to the output document, but
20 they are free to behave differently if it's needed to do something
21 really cool.
22
24 Ricardo SIGNES <rjbs@cpan.org>
25
27 This software is copyright (c) 2016 by Ricardo SIGNES.
28
29 This is free software; you can redistribute it and/or modify it under
30 the same terms as the Perl 5 programming language system itself.
31
32
33
34perl v5.28.0 2016-10-15 Pod::Weaver::Role::Section(3)