Ricardo Signes > Dist-Zilla > Dist::Zilla::Role::Plugin

Download:
Dist-Zilla-1.093400.tar.gz

Dependencies

Annotate this POD

Website

CPAN RT

Open  0
Stalled  1
View Bugs
Report a bug
Module Version: 1.093400   Source  

NAME ^

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

VERSION ^

version 1.093400

DESCRIPTION ^

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

ATTRIBUTES ^

plugin_name

The plugin name is generally determined when configuration is read. It is initialized by the =name argument to the plugin's constructor.

zilla

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

METHODS ^

log

The plugin's log method delegates to the Dist::Zilla object's "log" in Dist::Zilla method.

AUTHOR ^

  Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE ^

This software is copyright (c) 2009 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.