tweaking the cookbook
Stevan Little [Sat, 22 Mar 2008 17:05:13 +0000 (17:05 +0000)]
lib/Moose/Cookbook.pod
lib/Moose/Cookbook/Recipe10.pod [moved from lib/Moose/Cookbook/Recipe6.pod with 99% similarity]
lib/Moose/Cookbook/Recipe7.pod

index bf5e914..5c8b11d 100644 (file)
@@ -17,6 +17,8 @@ for common questions and problems people have with Moose.
 
 =head1 RECIPES
 
+=head2 Basic Moose
+
 =over 4
 
 =item L<Moose::Cookbook::Recipe1> - The (always classic) B<Point> example
@@ -29,11 +31,39 @@ for common questions and problems people have with Moose.
 
 =item L<Moose::Cookbook::Recipe5> - More subtypes, coercion in a B<Request> class
 
-=item L<Moose::Cookbook::Recipe6> - The Moose::Role example
+=item L<Moose::Cookbook::Recipe6> - The augment/inner example
+
+=item L<Moose::Cookbook::Recipe7> - Making Moose fast with immutable (TODO)
+
+=item L<Moose::Cookbook::Recipe8> - ??
+
+=item L<Moose::Cookbook::Recipe9> - ?? 
+
+=back
+
+=head2 Moose Roles
+
+=over 4
+
+=item L<Moose::Cookbook::Recipe10> - The Moose::Role example
+
+=item L<Moose::Cookbook::Recipe11> - Advanced Role Composition (TODO)
+
+=back
+
+=head2 Meta Moose
+
+=over 4
+
+=item L<Moose::Cookbook::Recipe20> - Welcome to the meta-world (TODO)
+
+=item L<Moose::Cookbook::Recipe21> - The meta-attribute example
+
+=item L<Moose::Cookbook::Recipe22> - The meta-attribute trait example (TODO)
 
-=item L<Moose::Cookbook::Recipe7> - The augment/inner example
+=item L<Moose::Cookbook::Recipe23> - The meta-instance example (TODO)
 
-=item L<Moose::Cookbook::Recipe11> - The meta-attribute example
+=item L<Moose::Cookbook::Recipe24> - The meta-class example (TODO)
 
 =back
 
similarity index 99%
rename from lib/Moose/Cookbook/Recipe6.pod
rename to lib/Moose/Cookbook/Recipe10.pod
index 8e5811e..ebdb439 100644 (file)
@@ -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
index c54d39a..6381776 100644 (file)
@@ -3,7 +3,7 @@
 
 =head1 NAME
 
-Moose::Cookbook::Recipe7 - The augment/inner example
+Moose::Cookbook::Recipe6 - The augment/inner example
 
 =head1 SYNOPSIS