Fix a bug related to the randomized hash keys.
[gitmo/Mouse.git] / t / 400-define-role.t
index 7202797..1441463 100644 (file)
@@ -44,7 +44,7 @@ lives_ok {
     package Role;
     use Mouse::Role;
 
-    has 'foo';
+    has 'foo' => (is => 'bare');
 
     no Mouse::Role;
 };