From: Stevan Little Date: Sat, 30 Sep 2006 19:28:53 +0000 (+0000) Subject: tweak changes X-Git-Tag: 0_36~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3e86c902bd60e41955760c3e5742160c3a5accde;p=gitmo%2FClass-MOP.git tweak changes --- diff --git a/Changes b/Changes index e78ae34..65e6585 100644 --- a/Changes +++ b/Changes @@ -8,11 +8,9 @@ Revision history for Perl extension Class-MOP. very much welcome. * Class::MOP - - accessors are no longer generated, instead + - All Class::MOP::* accessors are no longer + re-generated in the bootstrap, instead they are aliased from the originals - - this means that the bootstrap will no longer - re-compiles accessors so as to keep the MOP - compile-time fast - fixed tests to reflect - added Class::MOP::Method (and its subclasses) to the bootstrap