X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=91f5e56549f0e247b680caa7a22f1a2d7627cd65;hb=b26fab6dadbb855db6c465b976dd965088499b65;hp=2bfa20112360259e4f7839d49e042f7bcb02ce0a;hpb=37f3c8751fededef5b4e8401180d5b43da6f90db;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index 2bfa201..91f5e56 100644 --- a/Changes +++ b/Changes @@ -2,13 +2,15 @@ Revision history for Perl extension Class-MOP. [ENHANCEMENTS] - * It's now possible to tell the metaclass pragma to not install a 'meta' - method into classes that use it. (doy) + * 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) [OTHER] * Use get_or_add_package_symbol when we intend for it to autovivify, in preparation for changes in Package::Stash. (doy) + * We now use Module::Install::AuthorRequires to force authors to run + all tests, just like we do for Moose. (sartak) 1.08 Mon, Sep 13, 2010