From: Chris Prather Date: Thu, 30 Apr 2009 04:22:55 +0000 (-0400) Subject: update changes X-Git-Tag: 0.84~25 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=42a3fae5edae1ae678dd60f2a19e8ed1dd8fc968;p=gitmo%2FClass-MOP.git update changes --- diff --git a/Changes b/Changes index ea9436a..d1f2418 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension Class-MOP. + * Class::MOP + - Remove in_global_destruction and subname re-exporting (perigrin) + * Class::MOP::Class + - Explicitly use Devel::GlobalDestruction and Sub::Name (perigrin) * Class::MOP::Package - Disable prototype mismatch warnings for add_package_symbol. (Florian Ragwitz)