--- trunk/Makefile.PL 2006/06/27 22:50:25 162 +++ trunk/Makefile.PL 2006/08/02 21:51:31 163 @@ -53,5 +53,10 @@ @echo -n "Upload" Search-Estraier-*.tar.gz "to CPAN? [y/N]:" @read upload && test "$$upload" == "y" && cpan-upload -verbose Search-Estraier-*.tar.gz +cover: + cover -delete + HARNESS_PERL_SWITCHES=-MDevel::Cover make test + cover + MAKE_MORE }