From: Shawn M Moore Date: Sat, 28 Mar 2009 22:55:03 +0000 (-0400) Subject: Mention that we switched to class_of in the Changes entry for ->meta X-Git-Tag: 0.80~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=386655ca0fefeeefa0ce490a26b99d070869fef9;p=gitmo%2FClass-MOP.git Mention that we switched to class_of in the Changes entry for ->meta --- diff --git a/Changes b/Changes index 044f0ad..4ef852d 100644 --- a/Changes +++ b/Changes @@ -4,7 +4,7 @@ Revision history for Perl extension Class-MOP. * Class::MOP::* - Call user_class->meta in fewer places, with the eventual goal of allowing the user to rename or exclude ->meta - altogether (Sartak) + altogether. Instead uses Class::MOP::class_of. (Sartak) * Class::MOP - New class_of function that should be used to retrieve a