projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2a9a211
)
Ensure the version of Module::Install::XSUtil
gfx [Thu, 29 Oct 2009 00:47:10 +0000 (09:47 +0900)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
87a2ef9
..
050fca7
100755
(executable)
--- 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');