Help for this page

Select Code to Download


  1. or download this
    sub _attach_build_log {
        # attach the cpanm logs to the PASS/FAIL logs
    ...
    
    sub _exec {
        # perform the actual *brew build commands (called by test())
    
  2. or download this
    ...
    
    ...
     
    $run = $des->_run_end(0);
    is $run, 0, "_run_end() sets itself to false properly";