projects
/
gitmo/MooseX-Getopt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a0697e3
)
New M::I doesn't want to play
Tomas Doran [Thu, 27 Aug 2009 00:41:26 +0000 (
01:41
+0100)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
6be6230
..
df9612b
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-11,11
+11,10
@@
requires 'Getopt::Long' => '2.37';
# optional
requires 'Getopt::Long::Descriptive' => 0;
-test_requires 'Test::Moose';
+build_requires 'Test::Moose';
build_requires 'Test::More' => '0.62';
build_requires 'Test::Exception' => '0.21';
-tests_recursive();
auto_manifest();
WriteAll;