From: Graham Knop Date: Sun, 2 Mar 2014 00:41:06 +0000 (-0500) Subject: allow old EUMM for ci X-Git-Tag: v1.003003~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4748ae8f23ddf49d9fbdcdb9dbf1cb09f0cd691a;p=gitmo%2FRole-Tiny.git allow old EUMM for ci --- diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index fa766f9..8b44fbf 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -1,7 +1,9 @@ BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") } use lib 'Distar/lib'; use Distar; -use ExtUtils::MakeMaker 6.68 (); +use ExtUtils::MakeMaker; +ExtUtils::MakeMaker->VERSION(6.68) + unless $ENV{CONTINUOUS_INTEGRATION}; author 'mst - Matt S. Trout (cpan:MSTROUT) ';