From: Stevan Little Date: Thu, 10 Aug 2006 22:11:05 +0000 (+0000) Subject: making the init_arg even more silly X-Git-Tag: 0_33~11^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a2ee6c61f6d8d2a75a640c89cec0ad9c6d4a0080;p=gitmo%2FClass-MOP.git making the init_arg even more silly --- diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index 359abfa..18ee446 100644 --- 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 )............!', )) );