projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4acaa12
)
Can't add lazy_build to an attr that has a default in the parent
Dave Rolsky [Tue, 26 Oct 2010 20:30:46 +0000 (15:30 -0500)]
t/020_attributes/009_attribute_inherited_slot_specs.t
patch
|
blob
|
blame
|
history
diff --git
a/t/020_attributes/009_attribute_inherited_slot_specs.t
b/t/020_attributes/009_attribute_inherited_slot_specs.t
index
2e089cb
..
3a35989
100644
(file)
--- a/
t/020_attributes/009_attribute_inherited_slot_specs.t
+++ b/
t/020_attributes/009_attribute_inherited_slot_specs.t
@@
-80,7
+80,7
@@
use Test::Fatal;
}, '... we can change/add lazy as an attribute option';
::ok ! ::exception {
- has '+gloum' => (lazy_build => 1);
+ has '+fleem' => (lazy_build => 1);
}, '... we can add lazy_build as an attribute option';
::ok ! ::exception {