Help for this page

Select Code to Download


  1. or download this
    $ module-starter --module Foo --mb --author "some 1" --email 'some1@ex
    +ample.com'
    Created starter directories and files
    $ cd Foo
    ...
    $ ./Build help |grep cover
      docs                           testcover   
      html                           testpodcoverage
    
  2. or download this
    $ ./Build testcover
    t/00-load.........ok 1/1# Testing Foo 0.01, Perl 5.010000, /usr/bin/pe
    +rl     
    t/00-load.........ok                                                  
    +       
    ...
    
    Writing HTML output to /home/hue/tmp/Foo/cover_db/coverage.html ...
    done.
    
  3. or download this
    $ ./Build testpodcoverage
    1..1
    ok 1 - Pod coverage on Foo