From: Florian Ragwitz Date: Thu, 19 Nov 2009 00:00:41 +0000 (+0100) Subject: Changelogging. X-Git-Tag: 0.95~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eb6a53e8734dcca2af2f5deb7c8b09cab1677849;hp=e58a15b4bd48e46552228d6134eaa83f4f6845d8;p=gitmo%2FClass-MOP.git Changelogging. --- diff --git a/Changes b/Changes index b59ca5a..f6ab14f 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,8 @@ Revision history for Perl extension Class-MOP. * Class::MOP - Make is_class_loaded without any arguments fail loudly (Florian Ragwitz). + - Make load_class throw more standard error messages when loading single + modules (nothingmuch). * Class::MOP::Package - Stop add_method from behaving differently under the debugger