X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FAttribute.pm;h=299342c6b61a519c3c0507a9756b91120f0698e6;hb=a2e85e6c752e6dd43555a7eb5623696a86afa858;hp=440c0ad44ee64c33f7987b55dce91593e22331d5;hpb=52e8a34c12bb2e5d0604c51d2c7223f00fe0357d;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Attribute.pm b/lib/Class/MOP/Attribute.pm index 440c0ad..299342c 100644 --- a/lib/Class/MOP/Attribute.pm +++ b/lib/Class/MOP/Attribute.pm @@ -212,7 +212,7 @@ object attributes. =item B An attribute must (at the very least), have a C<$name>. All other -C<%options> are contained added as key-valeue pairs. Acceptable keys +C<%options> are contained added as key-value pairs. Acceptable keys are as follows: =over 4 @@ -274,7 +274,7 @@ an exercise to the reader :). =back -This I, I, I and I keys can +The I, I, I and I keys can contain either; the name of the method and an appropriate default one will be generated for you, B a HASH ref containing exactly one key (which will be used as the name of the method) and one value, @@ -353,7 +353,7 @@ argument C<$instance> into it and return the value. =head2 Informational predicates -These are all basic predicate methodfor the values passed into C. +These are all basic predicate methods for the values passed into C. =over 4 @@ -378,13 +378,13 @@ These are all basic predicate methodfor the values passed into C. =item B This allows the attribute to generate and install code for it's own -accessor/reader/writer/predicate methods. This is called by +I methods. This is called by C. =item B This allows the attribute to remove the method for it's own -accessor/reader/writer/predicate. This is called by +I. This is called by C. =back @@ -407,7 +407,7 @@ of the MOP when subclassing it. =head1 AUTHOR -Stevan Little Estevan@iinteractive.comE +Stevan Little Estevan@iinteractive.comE =head1 COPYRIGHT AND LICENSE