projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a4869d1
)
Add () which apparently was needed for at least one person
Dave Rolsky [Tue, 14 Oct 2008 13:27:19 +0000 (13:27 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
e9969b5
..
3c5a90e
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-27,7
+27,7
@@
build_requires 'Test::More' => '0.62';
build_requires 'Test::Exception' => '0.21';
build_requires 'Test::LongString';
-tests_recursive;
+tests_recursive();
WriteAll();