Release commit for 1.003003
[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;
4748ae8f 4use ExtUtils::MakeMaker;
5ExtUtils::MakeMaker->VERSION(6.68)
6 unless $ENV{CONTINUOUS_INTEGRATION};
253d7c99 7
941a6305 8author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';
253d7c99 9
c8b9ac72 10manifest_include 't/role-basic' => qr/.*\.pm$/;
11
253d7c99 121;