for, noteworthy changes.
* 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)
+ - 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)
0.94
* Moose::Cookbook::Basics::Recipe4