one last init_arg fix
Ricardo SIGNES [Fri, 8 Feb 2008 16:08:28 +0000 (16:08 +0000)]
lib/Class/MOP/Attribute.pm

index ce8e0cc..31ff9a4 100644 (file)
@@ -71,7 +71,7 @@ sub new {
         '@!associated_methods' => [],
         # NOTE:
         # protect this from silliness
-        init_arg => '!............( DO NOT DO THIS )............!',        
+        init_arg => undef,
     } => $class;
 }