projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fcdc12a
)
Ensure M::I version >= 0.99
gfx [Sat, 19 Jun 2010 06:20:08 +0000 (15:20 +0900)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
6a08ac0
..
17cdb7e
100755
(executable)
--- 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;