From: Jesse Luehrs Date: Thu, 5 Jul 2012 16:33:36 +0000 (-0500) Subject: fix docs for MMA->new (RT78202) X-Git-Tag: 2.0800~35 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoose.git;a=commitdiff_plain;h=94d3459a4ba4611d3712bf0a0dff62e9a8a02305 fix docs for MMA->new (RT78202) --- diff --git a/lib/Moose/Meta/Attribute.pm b/lib/Moose/Meta/Attribute.pm index e21ec2f..973b7b1 100644 --- a/lib/Moose/Meta/Attribute.pm +++ b/lib/Moose/Meta/Attribute.pm @@ -1307,7 +1307,7 @@ L and add Moose specific features. =over 4 -=item B<< Moose::Meta::Attribute->new(%options) >> +=item B<< Moose::Meta::Attribute->new($name, %options) >> This method overrides the L constructor.