remove extraneous manifest includes
[p5sagit/strictures.git] / maint / Makefile.PL.include
index fdde8cd..3f4e47a 100644 (file)
@@ -1,7 +1,5 @@
+BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
+use lib 'Distar/lib';
 use Distar;
 
 author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';
-
-manifest_include(
-  '' => qr{t/smells-of-vcs/.exists},
-);