From: gfx Date: Thu, 29 Oct 2009 00:47:10 +0000 (+0900) Subject: Ensure the version of Module::Install::XSUtil X-Git-Tag: 0.40_03~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=bb543d7f2801453d43998f7a47f92c4ec0d8c2cc Ensure the version of Module::Install::XSUtil --- diff --git a/Makefile.PL b/Makefile.PL index 87a2ef9..050fca7 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -46,6 +46,8 @@ if(!defined $use_xs){ if($use_xs){ require Module::Install::XSUtil; + Module::Install::XSUtil->VERSION(0.15); # for co-developpers + use_ppport(3.19); cc_warnings(); cc_src_paths('xs-src');