1Dist::Zilla::Role::PlugUisne(r3)Contributed Perl DocumenDtiastti:o:nZilla::Role::Plugin(3)
2
3
4
6 Dist::Zilla::Role::Plugin - something that gets plugged in to
7 Dist::Zilla
8
10 version 6.031
11
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
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
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
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
42 Ricardo SIGNES 😏 <cpan@semiotic.systems>
43
45 This software is copyright (c) 2023 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.36.1 2023-11-21 Dist::Zilla::Role::Plugin(3)