From: Dave Rolsky Date: Mon, 4 Jan 2010 17:28:10 +0000 (-0600) Subject: Reorder changes to put most interesting ones first X-Git-Tag: 0.93_01~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9cc63d26de0a01ed924d60d4e11a3f59909bf946;p=gitmo%2FMoose.git Reorder changes to put most interesting ones first --- diff --git a/Changes b/Changes index 8c3d73c..34000a8 100644 --- a/Changes +++ b/Changes @@ -11,22 +11,22 @@ for, noteworthy changes. from substr et al, again. (sorear) - Sped up the type constraint parsing regex. (Sam Vilain) - * Makefile.PL - - Use Module::Install extensions explicitly to avoid confusing errors if - they're not installed - - Use Module::Install::AuthorRequires to stop test extraction and general - failures if you don't have the author side dependencies installed - - * Test::Moose - - Added a with_immutable test function, to run a block of tests with and - without certain classes being immutable. (doy) + * Moose::Cookbook::Extending::Recipe2 + - This recipe was broken. Fix suggested by jrey. * oose.pm - Add Moose::Util::TypeConstraints exports to allow easier testing of TypeConsraints from the command line. (perigrin) - * Moose::Cookbook::Extending::Recipe2 - - This recipe was broken. Fix suggested by jrey. + * Test::Moose + - Added a with_immutable test function, to run a block of tests with and + without certain classes being immutable. (doy) + + * Makefile.PL + - Use Module::Install extensions explicitly to avoid confusing errors if + they're not installed + - Use Module::Install::AuthorRequires to stop test extraction and general + failures if you don't have the author side dependencies installed * Moose::Cookbook::Basics::Recipe4 - Grammar error [rt.cpan.org #51791] (Amir E. Aharoni)