remove realclean from Makefile.PL and let Distar handle it
[p5sagit/strictures.git] / maint / Makefile.PL.include
CommitLineData
0d5633dd 1BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
2use lib 'Distar/lib';
d81f898d 3use Distar;
eae006ee 4
d81f898d 5author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';
eae006ee 6
7manifest_include(
c1960695 8 't/smells-of-vcs' => qr{.*},
1d786885 9 't/dep_constellations' => '.pm',
eae006ee 10);