Support is => 'bare' for compatibility
[gitmo/Mouse.git] / t / 007-attributes.t
index 4316e25..fdb3ed3 100644 (file)
@@ -8,7 +8,9 @@ do {
     package Class;
     use Mouse;
 
-    has 'x';
+    has 'x' => (
+        is => 'bare',
+    );
 
     has 'y' => (
         is => 'ro',