NAME

Dist::Zilla::Plugin::Run::BeforeBuild - execute a command of the distribution after build

VERSION

version 0.005

SYNOPSIS

[Run::BeforeBuild]
run = script/do_this.pl --version %s
run = script/do_that.pl

DESCRIPTION

This plugin executes before build a command, if its given on config. The %s get replaced 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.