From: Chris Prather Date: Tue, 3 Feb 2009 18:17:17 +0000 (+0000) Subject: clean up the documentation for clearer and predicate to define better what they actua... X-Git-Tag: 0.66~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=afd72e0cd614edb45fef4c8e5519e3e5bff9ab3c;p=gitmo%2FMoose.git clean up the documentation for clearer and predicate to define better what they actually do --- diff --git a/lib/Moose.pm b/lib/Moose.pm index fb6b94a..f2f7b78 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -634,16 +634,15 @@ information. =item I => Str -Allows you to clear the value, see the L for more +Creates a method allowing you to clear the value, see the L for more information. =item I => Str -Basic test to see if a value has been set in the attribute, see the -L 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 for more information. =item I => (0|1)