fix META file generation by working around rt#85406
[gitmo/Role-Tiny.git] / maint / Makefile.PL.include
CommitLineData
9730d6e9 1BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
2use lib 'Distar/lib';
941a6305 3use Distar;
6497bc6c 4use ExtUtils::MakeMaker 5.68 ();
253d7c99 5
941a6305 6author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';
253d7c99 7
c8b9ac72 8manifest_include 't/role-basic' => qr/.*\.pm$/;
9
253d7c99 101;