update warning category list for 5.39.8
[p5sagit/strictures.git] / maint / Makefile.PL.include
index fa971e1..2f5240f 100644 (file)
@@ -1,9 +1,9 @@
-BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
+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(
-  't/smells-of-vcs' => qr{.*},
-);
+manifest_include inc => '.pm';
+
+1;