Help for this page

Select Code to Download


  1. or download this
    cover -delete
    HARNESS_PERL_SWITCHES=-MDevel::Cover perl ./Build test
    cover
    
  2. or download this
    #!/bin/bash
    if [ -f Build.PL ]; then
    ...
        exit 1
    fi
    cover -delete; HARNESS_PERL_SWITCHES=-MDevel::Cover $makecommand test;
    + cover