update distar clone url
[p5sagit/strictures.git] / maint / Makefile.PL.include
index fdde8cd..2f5240f 100644 (file)
@@ -1,7 +1,9 @@
+BEGIN { -e 'Distar' or system qw(git clone https://github.com/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},
-);
+manifest_include inc => '.pm';
+
+1;