projects
/
gitmo/MooseX-StrictConstructor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
41cb8d8
)
Require Test::More 0.88 +
Dave Rolsky [Wed, 4 Jan 2012 15:01:06 +0000 (09:01 -0600)]
t/basic.t
patch
|
blob
|
blame
|
history
diff --git
a/t/basic.t
b/t/basic.t
index
f69201f
..
5252dc9
100644
(file)
--- a/
t/basic.t
+++ b/
t/basic.t
@@
-3,7
+3,7
@@
use warnings;
use Test::Fatal;
use Test::Moose qw( with_immutable );
-use Test::More;
+use Test::More 0.88;
{
package Standard;