X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FCookbook.pod;h=5c8b11dfc21446c7c392700e22992b7c1a089c80;hb=496b74abcda65ed546cc47017d6355cb8f2b48be;hp=bbf5afdb6d726ab42a9f627426e949cb5e3a15d9;hpb=b77fdbed20f583feab7a3990da4ebc04898217fc;p=gitmo%2FMoose.git diff --git a/lib/Moose/Cookbook.pod b/lib/Moose/Cookbook.pod index bbf5afd..5c8b11d 100644 --- a/lib/Moose/Cookbook.pod +++ b/lib/Moose/Cookbook.pod @@ -7,13 +7,18 @@ Moose::Cookbook - How to cook a Moose =head1 DESCRIPTION -The Moose cookbook is a series of recipies taken from the Moose +The Moose cookbook is a series of recipes taken from the Moose test suite. Each recipe presents some code, which demonstrates some of the features of Moose, and then proceeds to explain the details of the code. +We also provide a L and a L +for common questions and problems people have with Moose. + =head1 RECIPES +=head2 Basic Moose + =over 4 =item L - The (always classic) B example @@ -26,7 +31,39 @@ details of the code. =item L - More subtypes, coercion in a B class -=item L - The Moose::Role example +=item L - The augment/inner example + +=item L - Making Moose fast with immutable (TODO) + +=item L - ?? + +=item L - ?? + +=back + +=head2 Moose Roles + +=over 4 + +=item L - The Moose::Role example + +=item L - Advanced Role Composition (TODO) + +=back + +=head2 Meta Moose + +=over 4 + +=item L - Welcome to the meta-world (TODO) + +=item L - The meta-attribute example + +=item L - The meta-attribute trait example (TODO) + +=item L - The meta-instance example (TODO) + +=item L - The meta-class example (TODO) =back @@ -34,7 +71,7 @@ details of the code. =over 4 -=item L +=item L =back @@ -44,7 +81,7 @@ Stevan Little Estevan@iinteractive.comE =head1 COPYRIGHT AND LICENSE -Copyright 2006, 2007 by Infinity Interactive, Inc. +Copyright 2006-2008 by Infinity Interactive, Inc. L