From: Dave Rolsky Date: Fri, 8 May 2009 02:43:14 +0000 (-0500) Subject: Changes formatting tweaks X-Git-Tag: 0.84~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5aecafee3f84dec4e30bba1ed93de3f244886905;p=gitmo%2FClass-MOP.git Changes formatting tweaks --- diff --git a/Changes b/Changes index 74b5362..2879542 100644 --- a/Changes +++ b/Changes @@ -4,11 +4,13 @@ Revision history for Perl extension Class-MOP. - Made is_class_loaded a little stricter. It was reporting that a class was loaded if it merely had an @ISA variable in its stash. Now it checks that the @ISA var has elements in it. - * Class::MOP - Deprecate in_global_destruction and subname re-exporting (perigrin & Sartak) + * Class::MOP::Class - - Explicitly use Devel::GlobalDestruction and Sub::Name (perigrin) + - Explicitly use Devel::GlobalDestruction and Sub::Name + (perigrin) + * Class::MOP::Package - Disable prototype mismatch warnings for add_package_symbol. (Florian Ragwitz)