NAME

Dist::Zilla::Plugin::Run - execute a command of the distribution on (so far) release

VERSION

version 0.001

SYNOPSIS

[Run]
on_release = script/myapp_deploy.pl %s

DESCRIPTION

This plugin executes (so far) on release a command, if its given on config. %s gets replaced by the release archive file name.

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.