Query: dist::zilla::plugin::run
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Dist::Zilla::Plugin::Run(3pm) User Contributed Perl Documentation Dist::Zilla::Plugin::Run(3pm)NAMEDist::Zilla::Plugin::Run - Run external commands at specific phases of Dist::ZillaVERSIONversion 0.013SYNOPSIS[Run::BeforeRelease] run = script/myapp_before1.pl %s run = script/myapp_before2.pl %n %v [Run::Release] run = script/myapp_deploy1.pl %s run = deployer.pl --dir %d --tgz %a --name %n --version %v [Run::AfterRelease] run = script/myapp_after.pl %s %v ; %p can be used as the path separator if you have contributors on a different OS run = script%pmyapp_after.pl %s %vDESCRIPTIONRun arbitrary commands at various Dist::Zilla phases.CONVERSIONSThe following conversions/format specifiers are defined for passing as arguments to the specified commands (though not all values are available at all phases). o %a the archive of the release (available to all *Release phases) o %d the directory in which the dist was built (not in "BeforeBuild") o %n the dist name o %p path separator ('/' on Unix, '\' on Win32... useful for cross-platform dist.ini files) o %v the dist version o %x full path to the current perl interpreter (like $^X but from Config) Additionally %s is retained for backward compatibility. Each occurrence is replaced by a different value (like the regular "sprintf" function). Individual plugins define their own values for the positional replacement of %s.AUTHORTorsten Raudssus <torsten@raudssus.de> <http://www.raudssus.de/>COPYRIGHT AND LICENSEThis software is copyright (c) 2010 by Raudssus Social Software <http://www.raudssus.de/>. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.12.4 2011-11-09 Dist::Zilla::Plugin::Run(3pm)
Similar Topics in the Unix Linux Community |
---|
Run the start script from the terminal? Newbie Time! |
Chemist Needs Help |
Csh Problem using spaces in string variables |
Run commands in a script in different shells |
Run script on multiple files |