Add parens to has's attr definition
Dave Rolsky [Fri, 25 Dec 2009 15:41:32 +0000 (09:41 -0600)]
t/006-cooperative.t

index ed5d2c0..ccc2695 100644 (file)
@@ -18,7 +18,7 @@ plan 'no_plan';
     use MooseX::Singleton;
     use MooseX::StrictConstructor;
 
-    has 'attrib' => is => 'rw';
+    has 'attrib' => ( is => 'rw' );
 }
 
 throws_ok {