remove statements about the next recipe (which tend to become wrong over time)
Dave Rolsky [Tue, 10 Feb 2009 04:24:46 +0000 (04:24 +0000)]
lib/Moose/Cookbook/Basics/Recipe1.pod
lib/Moose/Cookbook/Basics/Recipe2.pod

index f90d5bf..9c1bf6e 100644 (file)
@@ -182,9 +182,8 @@ C<MooseX::InsideOut>.
 
 =head1 CONCLUSION
 
-This recipe demonstrates some basic Moose concepts. The next recipe
-will build upon the basics shown here with more complex attributes and
-methods. Please read on :)
+This recipe demonstrates some basic Moose concepts, attributes,
+subclassing, and a simple method modifier.
 
 =head1 FOOTNOTES
 
index 6acf62d..f3ac9ed 100644 (file)
@@ -161,10 +161,8 @@ the F<t/000_recipes/basics/002_recipe.t> test file.
 
 =head1 CONCLUSION
 
-The aim of this recipe was to take the knowledge gained in the first
-recipe and expand upon it with a more realistic use case. The next
-recipe will expand on Moose attributes to create a behaviorally
-sophisticated class defined almost entirely by its attributes.
+This recipe expanded on the basic concepts from the first recipe with
+a more "real world" use case.
 
 =head1 FOOTNOTES