projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f262f14
)
add tests 't/*.t t/*/*.t';
大沢 和宏 [Wed, 3 Dec 2008 04:08:21 +0000 (
04:08
+0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
0d68d56
..
d89d8f6
100755
(executable)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-3,6
+3,8
@@
use inc::Module::Install;
name 'Mouse';
all_from 'lib/Mouse.pm';
+tests 't/*.t t/*/*.t';
+
build_requires 'Test::More';
WriteAll;