convert Makefile.PL to using Distar
[p5sagit/Devel-Declare.git] / maint / Makefile.PL.include
CommitLineData
bba9487a 1BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
2use lib 'Distar/lib';
3use Distar;
4
5author 'Matt S Trout - <mst@shadowcat.co.uk> - original author';
6
7manifest_include(
8 't/smells-of-vcs' => qr{.*},
9);