Release commit for 1.005004
[p5sagit/strictures.git] / maint / Makefile.PL.include
index fefe9d9..2b72408 100644 (file)
@@ -1,7 +1,10 @@
+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/.svn},
+  't/smells-of-vcs' => qr{.*},
+  't/dep_constellations' => '.pm',
 );