projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d852f4d
)
making the init_arg even more silly
Stevan Little [Thu, 10 Aug 2006 22:11:05 +0000 (22:11 +0000)]
lib/Class/MOP.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Class/MOP.pm
b/lib/Class/MOP.pm
index
359abfa
..
18ee446
100644
(file)
--- a/
lib/Class/MOP.pm
+++ b/
lib/Class/MOP.pm
@@
-65,7
+65,7
@@
Class::MOP::Package->meta->add_attribute(
},
# NOTE:
# protect this from silliness
- init_arg => '............something no one will guess ...............',
+ init_arg => '!............( DO NOT DO THIS )............!',
))
);