From: Dave Rolsky Date: Mon, 15 Sep 2008 15:27:52 +0000 (+0000) Subject: Merged my deprecate-alias_method branch to trunk X-Git-Tag: 0.66~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e073e667c5cd8ced4ead9b55308d0779ea3c9d16;p=gitmo%2FClass-MOP.git Merged my deprecate-alias_method branch to trunk --- e073e667c5cd8ced4ead9b55308d0779ea3c9d16 diff --cc Changes index 35d04aa,8b77a69..535f8ae --- a/Changes +++ b/Changes @@@ -4,7 -7,22 +7,22 @@@ Revision history for Perl extension Cla * Tests and XS - We (us maintainers) now run all tests with XS and then without XS, which should help us catch skew between the XS/pure Perl -- code (Dave Rolsky) ++ code. (Dave Rolsky) + + * 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. + + This means that methods added via alias_method now show up as + part of the class's method list/map. This is backwards + incompatible change, but seems unlikely to break any + code. Famous last words. (Dave Rolsky) + + * Class::MOP::Class + - Fixed the spelling of "compatibility", but we still have a + "check_metaclass_compatability" method for backwards + compatibility. 0.65 Mon September 1, 2008 For those not following the series of dev releases, the changes