From: Shawn M Moore Date: Wed, 7 Jan 2009 15:04:54 +0000 (+0000) Subject: Merge commit 'trunk' into meta-independence X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8280a863cb725bf44fe9c2ac46552d169a08c844;p=gitmo%2FClass-MOP.git Merge commit 'trunk' into meta-independence --- 8280a863cb725bf44fe9c2ac46552d169a08c844 diff --cc lib/Class/MOP.pm index 7c7be62,b520e2e..f20e440 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@@ -999,14 -998,8 +1000,14 @@@ C<$name> key, and return false otherwis =item B - This will remove a the metaclass stored in the C<$name> key. + This will remove the metaclass stored in the C<$name> key. +=item B + +This will return a cached B instance for the given +C<$instance> (which may be a class name) This should be used instead of +C<< $instance->meta >> in the MOP and its extensions. + =back =head1 SEE ALSO