back out 'bare' attribute changes (moving to a branch)
[gitmo/Moose.git] / t / 040_type_constraints / 030_class_subtypes.t
index 959b007..95ef25e 100644 (file)
@@ -94,7 +94,6 @@ like $isa_foo->get_message( Baz->new ), qr/^Validation failed for 'IsaFoo' faile
 
     has age => (
         isa => 'Positive',
-        is => 'bare',
     );
 }
 
@@ -128,7 +127,6 @@ class_type 'Negative' => message { "$_ is not a Negative Nancy" };
 
     has age => (
         isa => 'Negative',
-        is => 'bare',
     );
 }