X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=9d15d85df02b77a5eef210c8bdd921fccb24e2bf;hb=45a183fb2121b112e516532a4d72edb042966580;hp=f7b7c12f8b4e2136eb74d585c6fb900305e70940;hpb=4717d7fa6f9e242d650a086f4ee6ab5ce5d56824;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index f7b7c12..9d15d85 100644 --- a/Changes +++ b/Changes @@ -8,6 +8,11 @@ Revision history for Perl extension Class-MOP. in (at least) 5.8.8. We now use $_[1] directly which seems to set the magic properly. (Sartak) + * Class::MOP::Attribute + - The process_accessors method is now private. A public alias + exists (and will stick around for a few releases), but it + warns that calling the public method is deprecated. + * MOP.xs - Stop is_class_loaded from thinking a class is loaded if it only has an empty GV (Florian Ragwitz).