projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8ed11fe
)
Oops, CMOP depends on Test::Exception 0.27, not 0.22
Dave Rolsky [Tue, 12 May 2009 14:08:15 +0000 (09:08 -0500)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
4d61fb9
..
95c8aa2
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-20,7
+20,7
@@
requires 'Data::OptList' => '0';
requires 'Sub::Name' => '0';
test_requires 'Test::More' => '0.77';
-test_requires 'Test::Exception' => '0.22';
+test_requires 'Test::Exception' => '0.27';
test_requires 'Test::Output' => '0.09';
if ( -d '.svn' || -d '.git' || $ENV{IS_MAINTAINER} ) {