From: Stevan Little Date: Sat, 19 Aug 2006 14:09:12 +0000 (+0000) Subject: cleaned up the package problem X-Git-Tag: 0_33~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e3a2c885ef0f593153a42f12b585158c4b0edbaa;p=gitmo%2FClass-MOP.git cleaned up the package problem --- diff --git a/Changes b/Changes index c955d5f..f16a150 100644 --- a/Changes +++ b/Changes @@ -9,12 +9,13 @@ Revision history for Perl extension Class-MOP. - reference values (other than CODE refs) are no longer allowed for defaults - added tests for this - - ~ lots of misc. documentation cleanup * Class::MOP::Package - fixed an issue with perl 5.8.1 and how it deals - with symbol tables. + with symbol tables. The namespace hash is now + always reloaded from the symbol table. + + ~ lots of misc. documentation cleanup 0.32 Sat. Aug. 12, 2006 + added Class::MOP::Object so that the