X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=1457769d39c706af006bbf1228a6b70c086086a0;hb=46fccbab1ce2ee3a115b69e05a383f42dbf78890;hp=f9d7223b56ecd8c92312bff6e532cc956822640a;hpb=91343595d9c6b01d4745a1f1720e10855d8e2b2d;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index f9d7223..1457769 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,21 @@ Revision history for Perl extension Class-MOP. -NEXT +1.11 Sun, Oct 31, 2010 + + * Replace use of Test::Exception with Test::Fatal. (Karen Etheridge and Dave + Rolsky) + +1.10 Mon, Oct 18, 2010 + + * Lots of fixes for edge cases with anon classes. (doy) + +1.09 Tue, Oct 5, 2010 [ENHANCEMENTS] * It's now possible to tell Class::MOP::Class->create and the metaclass - pragma to not install a 'meta' method into classes they manipulate. (doy) + pragma to not install a 'meta' method into classes they manipulate, + or to install one under a different name. (doy) * Reinitializing a metaclass no longer removes the existing method and attribute objects (it instead fixes them so they are correct for the