doc undef for init_arg
Ricardo SIGNES [Fri, 24 Oct 2008 15:39:24 +0000 (15:39 +0000)]
lib/Mouse.pm

index c529135..2e1bad9 100644 (file)
@@ -299,9 +299,10 @@ Whether this attribute is required to have a value. If the attribute is lazy or
 has a builder, then providing a value for the attribute in the constructor is
 optional.
 
-=item init_arg => Str
+=item init_arg => Str | Undef
 
-Allows you to use a different key name in the constructor.
+Allows you to use a different key name in the constructor.  If undef, the
+attribue can't be passed to the constructor.
 
 =item default => Value | CodeRef