B-Keywords

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

package MY;
use Config;

sub depend {
  "
README : \$(VERSION_FROM)
	pod2text \$(VERSION_FROM) > README

release : dist
	git tag \$(VERSION)
	cpan-upload \$(DISTVNAME).tar\$(SUFFIX)
	git push
	git push --tags
"
}



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