include bundled EU::HC in manifest
[p5sagit/JSON-MaybeXS.git] / maint / Makefile.PL.include
CommitLineData
44459f01 1BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
2use lib 'Distar/lib';
3use Distar;
4
5author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';
6
f159e306 7manifest_include inc => '.pm';
8
44459f01 91;