From: Dave Rolsky Date: Mon, 27 Sep 2010 00:58:27 +0000 (-0500) Subject: Add some whitespace and NEXT X-Git-Tag: 1.09~26 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-MOP.git;a=commitdiff_plain;h=697799c3eedcca446d79c88676136fe2d0c81a87 Add some whitespace and NEXT --- diff --git a/Changes b/Changes index 99f1981..43df66c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Perl extension Class-MOP. +NEXT + [ENHANCEMENTS] * It's now possible to tell Class::MOP::Class->create and the metaclass @@ -13,8 +15,9 @@ Revision history for Perl extension Class-MOP. * 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) + + * 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