From: Rob Kinyon Date: Sat, 21 Jan 2006 04:20:48 +0000 (+0000) Subject: Spelling errors X-Git-Tag: 0_02~27 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=27e31eaf2fe2b0b69c5435fb6b6aa75beda1652a;p=gitmo%2FClass-MOP.git Spelling errors --- diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index 11bbbcb..86069bf 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -25,7 +25,7 @@ Class::MOP - A Meta Object Protocol for Perl 5 This module is an attempt to create a meta object protocol for the Perl 5 object system. It makes no attempt to change the behavior or characteristics of the Perl 5 object system, only to create a -protocol for it's manipulation and introspection. +protocol for its manipulation and introspection. That said, it does attempt to create the tools for building a rich set of extensions to the Perl 5 object system. Every attempt has been @@ -117,7 +117,7 @@ C. =item This will construct and instance using the C<$canidate> as storage -(currently on HASH references are supported). This will collect all +(currently only HASH references are supported). This will collect all the applicable attribute meta-objects and layout out the fields in the C<$canidate>, it will then initialize them using either use the corresponding key in C<%params> or any default value or initializer