From: Dave Rolsky Date: Sun, 13 Sep 2009 15:28:44 +0000 (-0500) Subject: Add a little more to changes for load_class X-Git-Tag: 0.93~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=17fae1a94bce19dd97409e2d7a93174dd1973903;p=gitmo%2FClass-MOP.git Add a little more to changes for load_class --- diff --git a/Changes b/Changes index 90f0b99..c84348d 100644 --- a/Changes +++ b/Changes @@ -8,7 +8,8 @@ Next - The load_class function just returns true, since it's return value was confusing (either a metaclass object or a class name). It either loads a class or dies trying. In the future, this may change to not return - anything. Addresses RT #45883. (Dave Rolsky) + anything, since there's no point in checking its return + value. Addresses RT #45883. (Dave Rolsky) 0.92_01 Thu, Sep 10, 2009 * Class::MOP::Package