From: Florian Ragwitz Date: Sat, 14 Feb 2009 02:59:18 +0000 (+0000) Subject: Changelogging. X-Git-Tag: 0.77~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9c1dd83f0ede71faabc7666ff43633880fba932a;p=gitmo%2FClass-MOP.git Changelogging. --- diff --git a/Changes b/Changes index e86e9cc..661fa5d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension Class-MOP. + * MOP.xs + - Avoid assertion errors on debugging perls in is_class_loaded + (Florian Ragwitz) + * Class::MOP - Fixed various corner cases where is_class_loaded incorrectly returned true for a class that wasn't really loaded. (Dave @@ -7,6 +11,7 @@ Revision history for Perl extension Class-MOP. * Class::MOP::Class - Add get_all_method_names (Sartak) + - Add a wrapped_method_metaclass attribute (Florian Ragwitz) * Class::MOP::Package - Disable deprecated get_all_package_symbols in list