projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5f69227
)
Makefile.PL requires Module::Install::XSUtil 0.21
gfx [Fri, 15 Jan 2010 05:41:49 +0000 (14:41 +0900)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
e960218
..
314ab75
100755
(executable)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-3,7
+3,7
@@
use warnings;
use inc::Module::Install;
# for co-developpers
-use Module::Install::XSUtil 0.19;
+use Module::Install::XSUtil 0.21;
system($^X, 'tool/generate-mouse-tiny.pl', 'lib/Mouse/Tiny.pm') == 0
or warn "Cannot generate Mouse::Tiny: $!";