From: Dave Rolsky Date: Wed, 27 Oct 2010 19:16:43 +0000 (-0500) Subject: Remove doubled semi-colon X-Git-Tag: 1.18~39 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=602dd0cbfcab9e15f24cc9ee66dbe22ea7cf9fa1;p=gitmo%2FMoose.git Remove doubled semi-colon --- diff --git a/t/010_basics/012_rebless.t b/t/010_basics/012_rebless.t index 1004720..0ce5c44 100644 --- a/t/010_basics/012_rebless.t +++ b/t/010_basics/012_rebless.t @@ -66,7 +66,7 @@ qr/^Attribute \(type_constrained\) does not pass the type constraint because\: V '... this failed cause of type check'; like exception { Child->meta->rebless_instance($bar) }, qr/^Attribute \(type_constrained\) does not pass the type constraint because\: Validation failed for 'Int' with value 5\.5/, -'... this failed cause of type check';; +'... this failed cause of type check'; $foo->type_constrained(10); $bar->type_constrained(5);