$ module-starter --module Foo --mb --author "some 1" --email 'some1@example.com' Created starter directories and files $ cd Foo $ perl Build.PL Checking whether your kit is complete... Looks good Checking prerequisites... Looks good Creating new 'Build' script for 'Foo' version '0.01' $ ./Build help |grep cover docs testcover html testpodcoverage #### $ ./Build testcover t/00-load.........ok 1/1# Testing Foo 0.01, Perl 5.010000, /usr/bin/perl t/00-load.........ok t/boilerplate.....ok t/pod-coverage....ok t/pod.............ok All tests successful. Files=4, Tests=6, 8 wallclock secs ( 6.78 cusr + 0.45 csys = 7.23 CPU) cover Reading database from /home/hue/tmp/Foo/cover_db ---------------------------- ------ ------ ------ ------ ------ ------ ------ File stmt bran cond sub pod time total ---------------------------- ------ ------ ------ ------ ------ ------ ------ blib/lib/Foo.pm 75.0 n/a n/a 50.0 100.0 100.0 71.4 Total 75.0 n/a n/a 50.0 100.0 100.0 71.4 ---------------------------- ------ ------ ------ ------ ------ ------ ------ Writing HTML output to /home/hue/tmp/Foo/cover_db/coverage.html ... done. #### $ ./Build testpodcoverage 1..1 ok 1 - Pod coverage on Foo