Ensure the version of Module::Install::XSUtil
[gitmo/Mouse.git] / Makefile.PL
index 87a2ef9..050fca7 100755 (executable)
@@ -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');