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.017
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 plugin_name
18 The plugin name is generally determined when configuration is read.
19
20 zilla
21 This attribute contains the Dist::Zilla object into which the plugin
22 was plugged.
23
25 log
26 The plugin's "log" method delegates to the Dist::Zilla object's "log"
27 in Dist::Zilla method after including a bit of argument-munging.
28
30 Ricardo SIGNES 😏 <rjbs@cpan.org>
31
33 This software is copyright (c) 2020 by Ricardo SIGNES.
34
35 This is free software; you can redistribute it and/or modify it under
36 the same terms as the Perl 5 programming language system itself.
37
38
39
40perl v5.32.0 2020-11-03 Dist::Zilla::Role::Plugin(3)