Remove doubled semi-colon
Dave Rolsky [Wed, 27 Oct 2010 19:16:43 +0000 (14:16 -0500)]
t/010_basics/012_rebless.t

index 1004720..0ce5c44 100644 (file)
@@ -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);