add my my/ files
[p5sagit/lib-with-preamble.git] / maint / Makefile.PL.include
CommitLineData
f9b6d637 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 my => qr{.*};
8
91;