Add parens to has's attr definition
[gitmo/MooseX-Singleton.git] / 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 {