From: Shawn M Moore Date: Thu, 19 Feb 2009 07:00:34 +0000 (+0000) Subject: Bring Changes up to date X-Git-Tag: 0.71~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5fc565fe745733bcc2b7c6c2813d862d83ac8f12;p=gitmo%2FMoose.git Bring Changes up to date --- diff --git a/Changes b/Changes index f2c62bf..926a83c 100644 --- a/Changes +++ b/Changes @@ -9,6 +9,18 @@ Revision history for Perl extension Moose - A new recipe, applying a role to an object instance. (Dave Rolsky) + * Moose::Util::TypeConstraints::Optimized + - Just use Class::MOP for the optimized ClassName check (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 desync (Dave Rolsky) + - Many fixes, small and large (Dave Rolsky) + 0.70 Sat, February 14, 2009 * Moose::Util::TypeConstraints - Added the RoleName type (stevan)