projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5042193
)
skip meta tests for 040
Arthur Axel 'fREW' Schmidt [Sat, 5 Sep 2009 22:02:12 +0000 (17:02 -0500)]
t/040_type_constraints/025_type_coersion_on_lazy_attributes.t
patch
|
blob
|
blame
|
history
diff --git
a/t/040_type_constraints/025_type_coersion_on_lazy_attributes.t
b/t/040_type_constraints/025_type_coersion_on_lazy_attributes.t
index
3af0b5c
..
9b3142e
100644
(file)
--- a/
t/040_type_constraints/025_type_coersion_on_lazy_attributes.t
+++ b/
t/040_type_constraints/025_type_coersion_on_lazy_attributes.t
@@
-3,7
+3,13
@@
use strict;
use warnings;
-use Test::More tests => 2;
+use lib 't/lib';
+
+use Test::More;
+
+use MetaTest;
+
+skip_all_meta 2;
{
package SomeClass;