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


Dist-Zilla documentation  | view source Contained in the Dist-Zilla distribution.

Index


NAME

Top

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

VERSION

Top

version 4.200008

DESCRIPTION

Top

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

ATTRIBUTES

Top

plugin_name

The plugin name is generally determined when configuration is read.

zilla

This attribute contains the Dist::Zilla object into which the plugin was plugged.

METHODS

Top

log

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

AUTHOR

Top

Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

Top


Dist-Zilla documentation  | view source Contained in the Dist-Zilla distribution.