NAME
Dist::Zilla::Plugin::Regenerate::AfterReleasers - Tickle plugins that do "AfterRelease" from regenerate
VERSION
version 0.001002
SYNOPSIS
; Example AfterRelease module
[CopyFilesFromRelease / MyName]
; Configured to trip CopyFilesFromRelease during regenerate
[Regenerate::AfterReleasers]
plugin = MyName
DESCRIPTION
This Dist::Zilla
Plugin
allows you to promote selected plugins to execution under dzil regenerate
Simply specifying the list of Plugin NAMES
you wish to invoke will have their respective after_release
methods called in the stated order.
Note: They are executed in STATED
order, NOT the order in dist.ini
. This may be seen as a bug or a feature, and may be subject to change if it turns out to be a bad idea.
ATTRIBUTES
plugins
An Array of Strings of PluginName
[Regenerate]
plugin = pluginName
plugin = pluginName
aliases: plugin
AUTHOR
Kent Fredric <kentnl@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016-2017 by Kent Fredric <kentfredric@gmail.com>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.