projects
/
gitmo/MooseX-ClassAttribute.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
24820a4
)
Code tweaklet
Dave Rolsky [Mon, 14 Feb 2011 03:29:22 +0000 (21:29 -0600)]
t/11-strict-role-composition.t
patch
|
blob
|
blame
|
history
diff --git
a/t/11-strict-role-composition.t
b/t/11-strict-role-composition.t
index
3e5cd8c
..
a2b76ec
100644
(file)
--- a/
t/11-strict-role-composition.t
+++ b/
t/11-strict-role-composition.t
@@
-17,11
+17,11
@@
use Test::Requires {
use MooseX::ClassAttribute;
class_has attr => (
+ traits => ['Hash'],
is => 'ro',
isa => 'HashRef[Str]',
lazy => 1,
default => sub { {} },
- traits => ['Hash'],
handles => {
has_attr => 'exists',
},