Cv

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

ref:
	./tools/ref2pl-all.pl |sh -x

const:
	./tools/dumpconst-all.pl |sh -x

cover:
	cover -delete
	-HARNESS_PERL_SWITCHES=-MDevel::Cover make test
	cover
	find cover_db -type d |xargs chmod +rx

";
}

sub AUTOLOAD {
	our $AUTOLOAD;
	(my $program = $AUTOLOAD) =~ s/.*:://;
	my @program = grep { -x $_ } (
		"./tools/$program.pl",
		"/usr/local/bin/$program",

tools/cover.sh  view on Meta::CPAN

HARNESS_PERL_SWITCHES=-MDevel::Cover PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" $*
cover
find cover_db -type d |xargs chmod +rx



( run in 0.334 second using v1.01-cache-2.11-cpan-496ff517765 )