clean up the documentation for clearer and predicate to define better what they actua...
Chris Prather [Tue, 3 Feb 2009 18:17:17 +0000 (18:17 +0000)]
lib/Moose.pm

index fb6b94a..f2f7b78 100644 (file)
@@ -634,16 +634,15 @@ information.
 
 =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)