Rename Basics::Recipe6 to Basics::Document_AugmentAndInner
[gitmo/Moose.git] / lib / Moose / Cookbook.pod
index 9a04743..2b59923 100644 (file)
@@ -47,14 +47,9 @@ Introduces the creation and use of custom types, a C<BUILD> method, and the
 use of C<override> in a subclass. This recipe also shows how to model a set of
 classes that could be used to model companies, people, employees, etc.
 
-=item L<Moose::Cookbook::Basics::Recipe5> - More subtypes, coercion in a B<Request> class
+=item L<Moose::Cookbook::Basics::HTTP_SubtypesAndCoercion>
 
-More type examples, including the use of type coercions.
-
-=item L<Moose::Cookbook::Basics::Recipe6> - The augment/inner example
-
-Demonstrates the use of C<augment> method modifiers, a way of turning
-the usual method overriding style "inside-out".
+This recipe covers more subtype creation, including the use of type coercions.
 
 =item L<Moose::Cookbook::Basics::Recipe7> - Making Moose fast with immutable
 
@@ -81,6 +76,11 @@ into object construction.
 In this recipe, we make a Moose-based subclass of L<DateTime>, a
 module which does not use Moose itself.
 
+=item L<Moose::Cookbook::Basics::Document_AugmentAndInner>
+
+Demonstrates the use of C<augment> method modifiers, a way of turning
+the usual method overriding style "inside-out".
+
 =back
 
 =head2 Moose Roles