X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c84348d61972869c20d424430f7c2d6d601a1f76;hb=e347ce3fe9e40dc060e73e07f282729f4191c878;hp=394a67288a6c165689e93f9cd71c28b7db2c2e08;hpb=ca2126106133419088523aefe7cf5d0c91524086;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index 394a672..c84348d 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,13 @@ Next * mop.c - Applied an MS VC++ compilation fix from Taro Nishino. RT #48072 + * Class::MOP + - 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 - Backwards compatibility tweaks to XS for 5.8.1. (Goro Fuji)