Merge commit 'trunk' into meta-independence
Shawn M Moore [Wed, 7 Jan 2009 15:04:54 +0000 (15:04 +0000)]
1  2 
lib/Class/MOP.pm

@@@ -999,14 -998,8 +1000,14 @@@ C<$name> key, and return false otherwis
  
  =item B<remove_metaclass_by_name ($name)>
  
- 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<get_meta ($instance)>
 +
 +This will return a cached B<Class::MOP::Class> 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