NAME
Dist::Zilla::Plugin::Run - Running external commands on specific hooks of Dist::Zilla
VERSION
version 0.004
SYNOPSIS
[Run::BeforeRelease]
run = script/myapp_before.pl %s
[Run::Release]
run = script/myapp_deploy.pl %s
[Run::AfterRelease]
run = script/myapp_after.pl %s
DESCRIPTION
Please be aware that so far just commands are possible which are inside your distribution (its a TODO to fix this).
AUTHOR
Torsten Raudssus <torsten@raudssus.de> http://www.raudssus.de/
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Raudssus Social Software.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.