projects
/
gitmo/MooseX-Singleton.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b3d4cd2
)
Require a new MX::SC to avoid warnings
Dave Rolsky [Tue, 5 Oct 2010 03:13:44 +0000 (22:13 -0500)]
t/006-cooperative.t
patch
|
blob
|
blame
|
history
diff --git
a/t/006-cooperative.t
b/t/006-cooperative.t
index
56579f1
..
7912263
100644
(file)
--- a/
t/006-cooperative.t
+++ b/
t/006-cooperative.t
@@
-4,8
+4,8
@@
use warnings;
use Test::More;
use Test::Requires {
- 'MooseX::StrictConstructor' => 0.01, # skip all if not installed
- 'Test::Fatal' => 0.001,
+ 'MooseX::StrictConstructor' => 0.09,
+ 'Test::Fatal' => 0.001,
};
{