projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3c0dcf2
)
use Module::Install::AuthorTests for co-developpers
gfx [Sat, 27 Feb 2010 05:59:43 +0000 (14:59 +0900)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
d83108e
..
cbcd6ae
100755
(executable)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-4,6
+4,7
@@
use inc::Module::Install;
# for co-developpers
use Module::Install::XSUtil 0.21;
+use Module::Install::AuthorTests;
system($^X, 'tool/generate-mouse-tiny.pl', 'lib/Mouse/Tiny.pm') == 0
or warn "Cannot generate Mouse::Tiny: $!";