From: Florian Ragwitz Date: Fri, 17 Oct 2008 04:03:36 +0000 (+0000) Subject: Changelogging. X-Git-Tag: 0.68~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dfbc4d4cea9c24883e2da3b8c39f35271c0f0b2f;p=gitmo%2FClass-MOP.git Changelogging. --- diff --git a/Changes b/Changes index 98c2eef..9f311e5 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension Class-MOP. + * Class::MOP + - Make load_class require by file name instead of module name. + This stops confusing error messages when loading '__PACKAGE__'. + (Florian Ragwitz) + 0.67 Tue October 14, 2008 * Class::MOP::Class - Call a method on the class after setting the superclass list