Verby::Action::Make

Verby::Action::Make contains an action to run make.
Download

Verby::Action::Make Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Yuval Kogman
  • Publisher web site:
  • http://search.cpan.org/~nobull/

Verby::Action::Make Tags


Verby::Action::Make Description

Verby::Action::Make contains an action to run make. Verby::Action::Make contains an action to run make.SYNOPSIS use Verby::Action::Make;METHODSdoRun the make command with the specified parameters and fields.log_extraUsed by the Run role to provide better log messages.finishedCalled by the Run role when the job has finished,PARAMETERStarget targetsThe make targets to run, like e.g. test.Optional.workdirThe directory in which the makefile should be found. This is passed as the -C option to make.makefileIf defined, passed as the -f option to make.FIELDSmake_pathThe name of the command to run. Defaults to make, but can be overridden to use e.g. gmake, or something not in $PATH.num_jobsThe -j flag to make. Defaults to 1.silentWhether or not to pass the -s option to make. Defaults to true. Requirements: · Perl


Verby::Action::Make Related Software