Support is => 'bare' for compatibility
[gitmo/Mouse.git] / t / 025-more-isa.t
index 576d5e1..022c89c 100755 (executable)
@@ -54,6 +54,7 @@ do {
     use Mouse;
 
     has oops => (
+        is      => 'bare',
         isa     => 'Int',
         default => "yikes",
     );