projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e76b01f
)
one last init_arg fix
Ricardo SIGNES [Fri, 8 Feb 2008 16:08:28 +0000 (16:08 +0000)]
lib/Class/MOP/Attribute.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Class/MOP/Attribute.pm
b/lib/Class/MOP/Attribute.pm
index
ce8e0cc
..
31ff9a4
100644
(file)
--- a/
lib/Class/MOP/Attribute.pm
+++ b/
lib/Class/MOP/Attribute.pm
@@
-71,7
+71,7
@@
sub new {
'@!associated_methods' => [],
# NOTE:
# protect this from silliness
- init_arg => '!............( DO NOT DO THIS )............!',
+ init_arg => undef,
} => $class;
}