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.019
10
12 This module should work on any version of perl still receiving updates
13 from the Perl 5 Porters. This means it should work on any version of
14 perl released in the last two to three years. (That is, if the most
15 recently released version is v5.40, then this module should work on
16 both v5.40 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 plugin_name
25 This name must be unique among all other plugins loaded into a weaver.
26 In general, this will be set up by the configuration reader.
27
28 weaver
29 This is the Pod::Weaver object into which the plugin was loaded. In
30 general, this will be set up when the weaver is instantiated from
31 config.
32
34 This is the most basic role that all plugins must perform.
35
37 Ricardo SIGNES <cpan@semiotic.systems>
38
40 This software is copyright (c) 2023 by Ricardo SIGNES.
41
42 This is free software; you can redistribute it and/or modify it under
43 the same terms as the Perl 5 programming language system itself.
44
45
46
47perl v5.36.0 2023-01-20 Pod::Weaver::Role::Plugin(3)