From: Stevan Little Date: Sat, 22 Mar 2008 17:20:29 +0000 (+0000) Subject: cookbook plans X-Git-Tag: 0_55~261 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cb2478d4e10225a0942ff38b638c87611ae8374a;p=gitmo%2FMoose.git cookbook plans --- diff --git a/lib/Moose/Cookbook.pod b/lib/Moose/Cookbook.pod index 541c5bf..811c5fb 100644 --- a/lib/Moose/Cookbook.pod +++ b/lib/Moose/Cookbook.pod @@ -23,22 +23,40 @@ for common questions and problems people have with Moose. =item L - The (always classic) B example +I + =item L - A simple B example +I + =item L - A lazy B example +I + =item L - Subtypes, and modeling a simple B class hierarchy +I + =item L - More subtypes, coercion in a B class +I + =item L - The augment/inner example +I + =item L - Making Moose fast with immutable (TODO) +I + =item L - ?? +I + =item L - ?? +I + =back =head2 Moose Roles @@ -47,10 +65,16 @@ for common questions and problems people have with Moose. =item L - The Moose::Role example +I + =item L - Advanced Role Composition (TODO) +I + =item L - Runtime Role Composition (TODO) +I + =back =head2 Meta Moose @@ -59,14 +83,32 @@ for common questions and problems people have with Moose. =item L - Welcome to the meta-world (TODO) +I + =item L - The meta-attribute example +I + =item L - The meta-attribute trait example (TODO) +I + =item L - The meta-instance example (TODO) +I + =item L - The meta-class example (TODO) +I + +=back + +=head1 SNACKS + +=over 4 + +=item L + =back =head1 SEE ALSO