From: Shawn M Moore Date: Tue, 25 Nov 2008 06:28:08 +0000 (+0000) Subject: Document the small refactor I did X-Git-Tag: 0.71~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d652fbd50611e493a8785f2fd1a4ef6ed3ef2667;p=gitmo%2FClass-MOP.git Document the small refactor I did --- diff --git a/Changes b/Changes index 8a10105..222ac54 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ Revision history for Perl extension Class-MOP. +0.71 + * Class::MOP::Class + * Class::MOP::Module + - Actual package creation has moved upward from + Class to Module so that Moose roles can share + the code (Sartak) + 0.70_01 Mon, November 19, 2008 * Class::MOP - Fixes for failures with blead (Florian Ragwitz)