From: Dave Rolsky Date: Thu, 28 Aug 2008 15:39:15 +0000 (+0000) Subject: add changes for next release X-Git-Tag: 0.64_07~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=400982e326773ff82d27abdb3174b86b48c13086;p=gitmo%2FClass-MOP.git add changes for next release --- diff --git a/Changes b/Changes index 4a7aa43..74d36fa 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ Revision history for Perl extension Class-MOP. +0.6? + * Class::MOP + - Class::MOP::load_class loaded modules by turning them into + paths, now we just use eval "require $module". This appears to + fix some subtle bugs related to load order in Moose. (Dave + Rolsky) + 0.64_06 Mon August 25, 2008 * Class::MOP (MOP.xs) - Another MS VC++ fix, cannot declare a variable in the middle