note additional testing
[p5sagit/strictures.git] / maint / Makefile.PL.include
index fefe9d9..0d7f6e9 100644 (file)
@@ -1,7 +1,9 @@
+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},
-);
+manifest_include inc => '.pm';
+
+1;