X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=ba3fc1e0a71c3c1c5facdc2cfaca78946694a8e2;hb=b4b5d65ac894e44ec070e7a1b827a80c87123ad4;hp=02c34aa3991bc1a11b8f5fd99cf79068f0dd85d5;hpb=1377b5060e67aa51b914f38fbccc29b96d688b84;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index 02c34aa..ba3fc1e 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,33 @@ Revision history for Perl extension Class-MOP. -0.62 +0.65 + * Makefile.PL + - We now check to see if you have a compiler. If you don't, the + module installs without some XS bits, but will work the same + as with XS. This should make it easier to install on platforms + without a compiler (like Windows). (Dave Rolsky) + +0.64 Sun August 3, 2008 + * Class::MOP::Immutable + - fixing subtle edge case in immutable when you + call ->meta (stevan) + - clean up option processing (nothingmuch) + + * Class::MOP::Instance + - inlined initialize slot didn't match + non-inlined (nothingmuch) + +0.63 Mon July 7, 2008 + * Class::MOP + - load_class will initialize a metaclass even if + the class is already loaded (sartak) + - load_class now returns the metaclass instance + instead of just 1 (sartak) + + * elsewhere + - better error messages (sartak and Dave Rolsky) + +0.62 Wed June 18, 2008 - in is_class_loaded, recognize scalar references (as opposed to globs) in the symbol table as methods (these are optimized constant subs)