projects
/
gitmo/MooseX-Getopt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9f3324e
)
Add Test::Moose, as requested by RT#48843
Tomas Doran [Thu, 27 Aug 2009 00:32:23 +0000 (
01:32
+0100)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
681fd58
..
6be6230
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-11,6
+11,7
@@
requires 'Getopt::Long' => '2.37';
# optional
requires 'Getopt::Long::Descriptive' => 0;
+test_requires 'Test::Moose';
build_requires 'Test::More' => '0.62';
build_requires 'Test::Exception' => '0.21';