B-Flags

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

  );

package MY;

sub depend { "
README : Flags.pm
	pod2text Flags.pm > README
release : dist
	echo git commit -a -m\"release \$(VERSION)\"
	git tag \$(VERSION)
	cpan-upload \$(DISTVNAME).tar\$(SUFFIX)
	git push
	git push --tags

test_cover :: pure_all
	\$(RM_RF) cover_db
	\$(PERLRUNINST) -S cover -test
test_coveralls :: pure_all
	\$(PERLRUNINST) -S cover -test -report coveralls

gcov : \$(BASEEXT).c.gcov cover_db/\$(BASEEXT)-xs.html



( run in 1.188 second using v1.01-cache-2.11-cpan-b16cb0d3907 )