- 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)