1Dist::Zilla::Role::PlugUisne(r3)Contributed Perl DocumenDtiastti:o:nZilla::Role::Plugin(3)
2
3
4

NAME

6       Dist::Zilla::Role::Plugin - something that gets plugged in to
7       Dist::Zilla
8

VERSION

10       version 6.023
11

DESCRIPTION

13       The Plugin role should be applied to all plugin classes.  It provides a
14       few key methods and attributes that all plugins will need.
15

PERL VERSION

17       This module should work on any version of perl still receiving updates
18       from the Perl 5 Porters.  This means it should work on any version of
19       perl released in the last two to three years.  (That is, if the most
20       recently released version is v5.40, then this module should work on
21       both v5.40 and v5.38.)
22
23       Although it may work on older versions of perl, no guarantee is made
24       that the minimum required version will not be increased.  The version
25       may be increased for any reason, and there is no promise that patches
26       will be accepted to lower the minimum required perl.
27

ATTRIBUTES

29   plugin_name
30       The plugin name is generally determined when configuration is read.
31
32   zilla
33       This attribute contains the Dist::Zilla object into which the plugin
34       was plugged.
35

METHODS

37   log
38       The plugin's "log" method delegates to the Dist::Zilla object's "log"
39       in Dist::Zilla method after including a bit of argument-munging.
40

AUTHOR

42       Ricardo SIGNES 😏 <rjbs@semiotic.systems>
43
45       This software is copyright (c) 2021 by Ricardo SIGNES.
46
47       This is free software; you can redistribute it and/or modify it under
48       the same terms as the Perl 5 programming language system itself.
49
50
51
52perl v5.34.0                      2021-07-22      Dist::Zilla::Role::Plugin(3)
Impressum