NAME
Dist::Zilla::Plugin::Run::AfterBuild - execute a command of the distribution after build
VERSION
version 0.006
SYNOPSIS
[Run::AfterBuild]
run = script/do_this.pl --dir %s --version %s
run = script/do_that.pl
DESCRIPTION
This plugin executes after build a command, if its given on config. The 1st %s get replaced by the directory, containing the distribution just built. The 2nd - by the version of the distribution.
notexist_fatal
If this value is set to false, the plugin will ignore a not existing script. Default is true.
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.