X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2FMakefile.PL.include;h=8b44fbf99ed2163470f1b214fa2f3b1e5c1d40ea;hb=eb2145fc4f892add7d3f920b984cc711b61e2f67;hp=c5c08d96d330ade854d9cf7a972b72aa4649e2e6;hpb=941a6305f15e607de118d0b74c11f67ff1e39d24;p=gitmo%2FRole-Tiny.git diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index c5c08d9..8b44fbf 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -1,5 +1,12 @@ +BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") } +use lib 'Distar/lib'; use Distar; +use ExtUtils::MakeMaker; +ExtUtils::MakeMaker->VERSION(6.68) + unless $ENV{CONTINUOUS_INTEGRATION}; author 'mst - Matt S. Trout (cpan:MSTROUT) '; +manifest_include 't/role-basic' => qr/.*\.pm$/; + 1;