From: Dave Rolsky Date: Mon, 15 Sep 2008 15:28:28 +0000 (+0000) Subject: Small wording change in changes X-Git-Tag: 0.66~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1190621f0f2cea9f7b8827859617c963a2409f3b;p=gitmo%2FClass-MOP.git Small wording change in changes --- diff --git a/Changes b/Changes index 535f8ae..e319484 100644 --- a/Changes +++ b/Changes @@ -11,8 +11,8 @@ Revision history for Perl extension Class-MOP. * Class::MOP::Class ! The alias_method method has been deprecated. It now simply - calls add_method instead. This means there is no distinction - between aliased methods and "real" methods. + calls add_method instead. There is no distinction between + aliased methods and "real" methods. This means that methods added via alias_method now show up as part of the class's method list/map. This is backwards