ensure authors properly generate META.* (see RT#85406)
[p5sagit/Module-Metadata.git] / maint / Makefile.PL.include
1 BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
2 use lib 'Distar/lib';
3 use Distar;
4
5 use ExtUtils::MakeMaker 6.68;   # ensure meta-spec v2 compatibility
6 author 'Ken Williams <kwilliams@cpan.org>, Randy W. Sims <RandyS@ThePierianSpring.org>';
7
8 manifest_include(
9   't/smells-of-vcs' => qr{.*},
10 );