X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FCookbook.pod;h=5c8b11dfc21446c7c392700e22992b7c1a089c80;hb=496b74abcda65ed546cc47017d6355cb8f2b48be;hp=bf5e9141bc83898da0710f46221fa2b0b26e0b09;hpb=8bdc7f1391e6064bfda7f81f224d174b506b14d3;p=gitmo%2FMoose.git diff --git a/lib/Moose/Cookbook.pod b/lib/Moose/Cookbook.pod index bf5e914..5c8b11d 100644 --- a/lib/Moose/Cookbook.pod +++ b/lib/Moose/Cookbook.pod @@ -17,6 +17,8 @@ for common questions and problems people have with Moose. =head1 RECIPES +=head2 Basic Moose + =over 4 =item L - The (always classic) B example @@ -29,11 +31,39 @@ for common questions and problems people have with Moose. =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 augment/inner example +=item L - The meta-instance example (TODO) -=item L - The meta-attribute example +=item L - The meta-class example (TODO) =back