1Pod::Weaver::Role::PlugUisne(r3)Contributed Perl DocumenPtoadt:i:oWneaver::Role::Plugin(3)
2
3
4
6 Pod::Weaver::Role::Plugin - a Pod::Weaver plugin
7
9 version 4.018
10
12 This module has the same support period as perl itself: it supports
13 the two most recent versions of perl. (That is, if the most recently
14 released version is v5.40, then this module should work on both v5.40
15 and v5.38.)
16
17 Although it may work on older versions of perl, no guarantee is made
18 that the minimum required version will not be increased. The version
19 may be increased for any reason, and there is no promise that patches
20 will be accepted to lower the minimum required perl.
21
23 plugin_name
24 This name must be unique among all other plugins loaded into a weaver.
25 In general, this will be set up by the configuration reader.
26
27 weaver
28 This is the Pod::Weaver object into which the plugin was loaded. In
29 general, this will be set up when the weaver is instantiated from
30 config.
31
33 This is the most basic role that all plugins must perform.
34
36 Ricardo SIGNES <rjbs@semiotic.systems>
37
39 This software is copyright (c) 2021 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.34.0 2021-07-22 Pod::Weaver::Role::Plugin(3)