projects
/
gitmo/MooseX-UndefTolerant.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
aeb5761
)
Another TODO note, to go with the CAVEATS
Karen Etheridge [Sun, 25 Mar 2012 01:42:10 +0000 (18:42 -0700)]
lib/MooseX/UndefTolerant/Class.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/UndefTolerant/Class.pm
b/lib/MooseX/UndefTolerant/Class.pm
index
3aa9ac0
..
13d1380
100644
(file)
--- a/
lib/MooseX/UndefTolerant/Class.pm
+++ b/
lib/MooseX/UndefTolerant/Class.pm
@@
-7,6
+7,9
@@
use warnings;
use Moose::Role;
+# TODO: this code should be in the attribute trait, in the inlined version of
+# initialize_instance_slot, but this does not yet exist!
+
around _inline_init_attr_from_constructor => sub {
my $orig = shift;
my $self = shift;