| Dist::Zilla::Role::Plugin - something that gets plugged in to Dist::Zilla |
Dist::Zilla::Role::Plugin - something that gets plugged in to Dist::Zilla
version 2.101151
The Plugin role should be applied to all plugin classes. It provides a few key methods and attributes that all plugins will need.
The plugin name is generally determined when configuration is read.
This attribute contains the Dist::Zilla object into which the plugin was plugged.
The plugin's log method delegates to the Dist::Zilla object's
log in the Dist::Zilla manpage method after including a bit of argument-munging.
Ricardo SIGNES <rjbs@cpan.org>
This software is copyright (c) 2010 by Ricardo SIGNES.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| Dist::Zilla::Role::Plugin - something that gets plugged in to Dist::Zilla |