projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
32ec255
)
Avoid a warnings
Fuji, Goro [Mon, 27 Sep 2010 12:23:04 +0000 (21:23 +0900)]
lib/Mouse/Meta/Attribute.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Mouse/Meta/Attribute.pm
b/lib/Mouse/Meta/Attribute.pm
index
cdea7cb
..
736c814
100644
(file)
--- a/
lib/Mouse/Meta/Attribute.pm
+++ b/
lib/Mouse/Meta/Attribute.pm
@@
-34,6
+34,7
@@
my %valid_options = map { $_ => undef } (
# internally used
'associated_class',
'associated_methods',
+ '__METACLASS__',
# Moose defines, but Mouse doesn't
#'definition_context',