From: Ricardo SIGNES Date: Fri, 8 Feb 2008 16:08:28 +0000 (+0000) Subject: one last init_arg fix X-Git-Tag: 0_53~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2e5a2a6225146cc29a9ad1a1ae8a70cdb06b0fa5;p=gitmo%2FClass-MOP.git one last init_arg fix --- diff --git a/lib/Class/MOP/Attribute.pm b/lib/Class/MOP/Attribute.pm index ce8e0cc..31ff9a4 100644 --- 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; }