[Moose-commits] r7496 - Moose/trunk/lib
perigrin at code2.0beta.co.uk
perigrin at code2.0beta.co.uk
Tue Feb 3 18:17:17 GMT 2009
Author: perigrin
Date: 2009-02-03 10:17:17 -0800 (Tue, 03 Feb 2009)
New Revision: 7496
Modified:
Moose/trunk/lib/Moose.pm
Log:
clean up the documentation for clearer and predicate to define better what they actually do
Modified: Moose/trunk/lib/Moose.pm
===================================================================
--- Moose/trunk/lib/Moose.pm 2009-02-03 16:48:22 UTC (rev 7495)
+++ Moose/trunk/lib/Moose.pm 2009-02-03 18:17:17 UTC (rev 7496)
@@ -634,16 +634,15 @@
=item I<clearer> => Str
-Allows you to clear the value, see the L<clearer option docs in
-Class::MOP::Attribute|Class::MOP::Attribute/clearer> for more
+Creates a method allowing you to clear the value, see the L<clearer option
+docs in Class::MOP::Attribute|Class::MOP::Attribute/clearer> for more
information.
=item I<predicate> => Str
-Basic test to see if a value has been set in the attribute, see the
-L<predicate option docs in
-Class::MOP::Attribute|Class::MOP::Attribute/predicate> for more
-information.
+Creates a method to perform a basic test to see if a value has been set in the
+attribute, see the L<predicate option docs in
+Class::MOP::Attribute|Class::MOP::Attribute/predicate> for more information.
=item I<lazy_build> => (0|1)
More information about the Moose-commits
mailing list