From: Dave Rolsky Date: Sat, 2 Aug 2008 03:41:47 +0000 (+0000) Subject: Document cookbook stuff in Changes X-Git-Tag: 0_55~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f254fa035274cf29e56e1c382838b35023f4d863;p=gitmo%2FMoose.git Document cookbook stuff in Changes --- diff --git a/Changes b/Changes index 0d2f073..fccb2e7 100644 --- a/Changes +++ b/Changes @@ -15,16 +15,23 @@ Revision history for Perl extension Moose - fix coerce to accept anon types like subtype can * Moose::Cookbook - - reorganized the recipes into sections - Basics, Roles, Meta - (Dave Rolsky) + - reorganized the recipes into sections - Basics, Roles, Meta, + Extending - and wrote abstracts for each section (Dave Rolsky) + + * Moose::Cookbook::Basics::Recipe10 + - A new recipe that demonstrates operator overloading + in combination with Moose. (bluefeet) * 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) + * Moose::Cookbook::Meta::Recipe4 + - a very simple metaclass example (Dave Rolsky) + + * Moose::Cookbook::Extending::Recipe2 + - how to write modules with an API just like C (Dave + Rolsky) 0.54 Thurs. July 3, 2008 ... this is not my day today ...