projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
56e179f
)
incorrect skip count fix
Arthur Axel 'fREW' Schmidt [Sat, 5 Sep 2009 08:26:33 +0000 (
03:26
-0500)]
t/010_basics/012_rebless.t
patch
|
blob
|
blame
|
history
diff --git
a/t/010_basics/012_rebless.t
b/t/010_basics/012_rebless.t
index
e64f2c0
..
09e46dc
100644
(file)
--- a/
t/010_basics/012_rebless.t
+++ b/
t/010_basics/012_rebless.t
@@
-88,5
+88,5
@@
skip_meta {
throws_ok { $foo->type_constrained(10.5) }
qr/^Attribute \(type_constrained\) does not pass the type constraint because\: Validation failed for 'Int' failed with value 10\.5/,
'... this failed cause of type check';
-} 7;
+} 5;