projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ab68869
)
Fix a test
Fuji, Goro [Sat, 25 Sep 2010 10:34:57 +0000 (19:34 +0900)]
t/020_attributes/007_attribute_custom_metaclass.t
patch
|
blob
|
blame
|
history
diff --git
a/t/020_attributes/007_attribute_custom_metaclass.t
b/t/020_attributes/007_attribute_custom_metaclass.t
index
00256f7
..
5cdf82e
100644
(file)
--- a/
t/020_attributes/007_attribute_custom_metaclass.t
+++ b/
t/020_attributes/007_attribute_custom_metaclass.t
@@
-57,7
+57,7
@@
use Test::Exception;
use Mouse;
::lives_ok {
- has 'bar' => (metaclass => 'Bar::Meta::Attribute');
+ has 'bar' => (metaclass => 'Bar::Meta::Attribute', is => 'bare');
} '... the attribute metaclass need not be a Mouse::Meta::Attribute as long as it behaves';
}