From: Stevan Little Date: Sat, 22 Mar 2008 17:05:13 +0000 (+0000) Subject: tweaking the cookbook X-Git-Tag: 0_55~264 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=496b74abcda65ed546cc47017d6355cb8f2b48be;p=gitmo%2FMoose.git tweaking the cookbook --- 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 diff --git a/lib/Moose/Cookbook/Recipe6.pod b/lib/Moose/Cookbook/Recipe10.pod similarity index 99% rename from lib/Moose/Cookbook/Recipe6.pod rename to lib/Moose/Cookbook/Recipe10.pod index 8e5811e..ebdb439 100644 --- a/lib/Moose/Cookbook/Recipe6.pod +++ b/lib/Moose/Cookbook/Recipe10.pod @@ -3,7 +3,7 @@ =head1 NAME -Moose::Cookbook::Recipe6 - The Moose::Role example +Moose::Cookbook::Recipe10 - The Moose::Role example =head1 SYNOPSIS @@ -210,4 +210,3 @@ This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut - \ No newline at end of file diff --git a/lib/Moose/Cookbook/Recipe7.pod b/lib/Moose/Cookbook/Recipe7.pod index c54d39a..6381776 100644 --- a/lib/Moose/Cookbook/Recipe7.pod +++ b/lib/Moose/Cookbook/Recipe7.pod @@ -3,7 +3,7 @@ =head1 NAME -Moose::Cookbook::Recipe7 - The augment/inner example +Moose::Cookbook::Recipe6 - The augment/inner example =head1 SYNOPSIS