Add missing is => 'bare' to a test
gfx [Thu, 17 Sep 2009 01:04:59 +0000 (10:04 +0900)]
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;
 };