projects
/
gitmo/MooseX-Singleton.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5be325a
)
Need MX::SC 0.16 for this test to work
Dave Rolsky [Thu, 19 May 2011 18:41:24 +0000 (13:41 -0500)]
t/006-cooperative.t
patch
|
blob
|
blame
|
history
diff --git
a/t/006-cooperative.t
b/t/006-cooperative.t
index
7912263
..
4d6d832
100644
(file)
--- a/
t/006-cooperative.t
+++ b/
t/006-cooperative.t
@@
-4,7
+4,7
@@
use warnings;
use Test::More;
use Test::Requires {
- 'MooseX::StrictConstructor' => 0.09,
+ 'MooseX::StrictConstructor' => 0.16,
'Test::Fatal' => 0.001,
};