From: gfx Date: Sat, 19 Jun 2010 06:20:08 +0000 (+0900) Subject: Ensure M::I version >= 0.99 X-Git-Tag: 0.61~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=37008311d2f225f62af2d3f3f1603740bcbdb81c;p=gitmo%2FMouse.git Ensure M::I version >= 0.99 --- diff --git a/Makefile.PL b/Makefile.PL index 6a08ac0..17cdb7e 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,7 @@ BEGIN{ use strict; use warnings; -use inc::Module::Install; +use inc::Module::Install 0.99; # for co-developpers use Module::Install::XSUtil 0.24;