From: Dave Rolsky Date: Sun, 22 Feb 2009 15:46:11 +0000 (+0000) Subject: Start changes for 0.72 X-Git-Tag: 0.71_01~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b713bc6794ad95216197c63fad483f8f9d3b2f3c;p=gitmo%2FMoose.git Start changes for 0.72 --- diff --git a/Changes b/Changes index 0d0db26..b40a66b 100644 --- a/Changes +++ b/Changes @@ -1,16 +1,9 @@ Revision history for Perl extension Moose -0.71 Thu, February 19, 2009 - * Moose::Cookbook::Basics::Recipe11 - - A new recipe which demonstrates the use of BUILDARGS and - BUILD. (Dave Rolsky) - - * Moose::Cookbook::Roles::Recipe3 - - A new recipe, applying a role to an object instance. (Dave - Rolsky) - - * Moose::Exporter - - Allow overriding specific keywords from "also" packages. (doy) +0.72 + * Moose::Cookbook + - Hopefully fixed some POD errors in a few recipes that caused + them to display weird on search.cpan.org. * Moose::Util::TypeConstraints - Calling type or subtype without the sugar helpers (as, where, @@ -23,6 +16,19 @@ Revision history for Perl extension Moose This caused an error in the past, but now works as you'd expect. + +0.71 Thu, February 19, 2009 + * Moose::Cookbook::Basics::Recipe11 + - A new recipe which demonstrates the use of BUILDARGS and + BUILD. (Dave Rolsky) + + * Moose::Cookbook::Roles::Recipe3 + - A new recipe, applying a role to an object instance. (Dave + Rolsky) + + * Moose::Exporter + - Allow overriding specific keywords from "also" packages. (doy) + * Tests - Replace hardcoded cookbook tests with Test::Inline POD to ensure they don't get out of sync. (Dave Rolsky)