projects
/
gitmo/MooseX-Singleton.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4c25692
)
Add parens to has's attr definition
Dave Rolsky [Fri, 25 Dec 2009 15:41:32 +0000 (09:41 -0600)]
t/006-cooperative.t
patch
|
blob
|
blame
|
history
diff --git
a/t/006-cooperative.t
b/t/006-cooperative.t
index
ed5d2c0
..
ccc2695
100644
(file)
--- a/
t/006-cooperative.t
+++ b/
t/006-cooperative.t
@@
-18,7
+18,7
@@
plan 'no_plan';
use MooseX::Singleton;
use MooseX::StrictConstructor;
- has 'attrib' => is => 'rw';
+ has 'attrib' => ( is => 'rw' );
}
throws_ok {