-
-
03 Apr 2021 21:29:16 UTC
- Distribution: Dist-Zilla-App-Command-regenerate
- Module version: 0.001002
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (400 / 1 / 0)
- Kwalitee
Bus factor: 1- 95.28% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (23.49KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
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 underdzil regenerate
Simply specifying the list of
Plugin NAMES
you wish to invoke will have their respectiveafter_release
methods called in the stated order.Note: They are executed in
STATED
order, NOT the order indist.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.
Module Install Instructions
To install Dist::Zilla::App::Command::regenerate, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::App::Command::regenerate
perl -MCPAN -e shell install Dist::Zilla::App::Command::regenerate
For more information on module installation, please visit the detailed CPAN module installation guide.