include line test extras in manifest
[p5sagit/App-FatPacker.git] / maint / Makefile.PL.include
CommitLineData
003ad545 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
7manifest_include 'bin' => qr/.*/;
f85868a2 8manifest_include 't/mod' => qr/.*/;
9da940c0 9manifest_include 't/line' => qr/.*\.p[ml]/;