From: Dave Rolsky Date: Tue, 29 Jul 2008 18:06:33 +0000 (+0000) Subject: Add new Meta::Recipe1 to changes X-Git-Tag: 0_55~25 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7c36d1d593e32bbdc716dc574432663012ca07b6;p=gitmo%2FMoose.git Add new Meta::Recipe1 to changes --- diff --git a/Changes b/Changes index 0a785c0..4502108 100644 --- a/Changes +++ b/Changes @@ -15,6 +15,10 @@ Revision history for Perl extension Moose - reorganized the recipes into sections - Basics, Roles, Meta (Dave Rolsky) + * Moose::Cookbook::Meta::Recipe1 + - an introduction to what meta is and why you'd want to make + your own metaclass extensions (Dave Rolsky) + * Moose::Cookbook::Basics::Recipe10 - A new recipe that demonstrates operator overloading in combination with Moose. (bluefeet)