Checking in changes prior to tagging of version 0.40_03. Changelog diff is:
[gitmo/Mouse.git] / Makefile.PL
index 25e3be5..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');
@@ -85,6 +87,6 @@ if (author_context()) {
     }
 }
 
-clean_files 'lib/Mouse/Tiny.pm';
+clean_files 'lib/Mouse/Tiny.pm $(O_FILES)';
 
 WriteAll check_nmake => 0;