X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c84348d61972869c20d424430f7c2d6d601a1f76;hb=e347ce3fe9e40dc060e73e07f282729f4191c878;hp=b204afb2835d394c53b985842ed5224e54d29e42;hpb=7716a8f9e4be04083165acaa98b71b7d0ce9134c;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index b204afb..c84348d 100644 --- a/Changes +++ b/Changes @@ -5,10 +5,11 @@ Next - Applied an MS VC++ compilation fix from Taro Nishino. RT #48072 * Class::MOP - - The load_class function no longer returns a value, since it's return - value was confusing (either a metaclass object or a class name). It - either loads a class or dies trying. Addresses RT #45883. (Dave - Rolsky) + - 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, 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