Release commit for 1.003003
[gitmo/Role-Tiny.git] / maint / Makefile.PL.include
1 BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
2 use lib 'Distar/lib';
3 use Distar;
4 use ExtUtils::MakeMaker;
5 ExtUtils::MakeMaker->VERSION(6.68)
6   unless $ENV{CONTINUOUS_INTEGRATION};
7
8 author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';
9
10 manifest_include 't/role-basic' => qr/.*\.pm$/;
11
12 1;