update warning category list for 5.39.8
[p5sagit/strictures.git] / maint / Makefile.PL.include
CommitLineData
3642374f 1BEGIN { -e 'Distar' or system qw(git clone https://github.com/p5sagit/Distar.git) }
0d5633dd 2use lib 'Distar/lib';
d81f898d 3use Distar;
eae006ee 4
d81f898d 5author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';
058acc2b 6
7manifest_include inc => '.pm';
8
91;