Hello,

I read http://search.cpan.org/~drolsky/Moose/lib/Moose/Manual/Contributing.pod
but don't understand really well where I can send the public key to
make little patch to Moose.

However, doesn't matter.
My point is that in the main manual page
http://search.cpan.org/~drolsky/Moose-1.21/lib/Moose.pm#PROVIDED_METHODS
under lazy_build, I would add this:

If your attribute name starts with an underscore (_), then the clearer
and predicate become:
      clearer   => '_clear_size',
      predicate => '_has_size',
as pointed in 
http://search.cpan.org/~drolsky/Moose-1.21/lib/Moose/Meta/Attribute.pm#Creation

This is important, for me, because if a newbe (as me) create his
_attribute with underscore, could not find the clear__attribute and
has__attribute methods that are expected.

I think that could to be useful show this hint in main documentation.

Thank you for your attention,

Simone

Reply via email to