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

index e64f2c0..09e46dc 100644 (file)
@@ -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;