From: Dave Rolsky Date: Tue, 10 Feb 2009 04:24:46 +0000 (+0000) Subject: remove statements about the next recipe (which tend to become wrong over time) X-Git-Tag: 0.69~33 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ec6df2e6d65a0dd6edb94c5f4645ff8cc8f5af4a;p=gitmo%2FMoose.git remove statements about the next recipe (which tend to become wrong over time) --- diff --git a/lib/Moose/Cookbook/Basics/Recipe1.pod b/lib/Moose/Cookbook/Basics/Recipe1.pod index f90d5bf..9c1bf6e 100644 --- a/lib/Moose/Cookbook/Basics/Recipe1.pod +++ b/lib/Moose/Cookbook/Basics/Recipe1.pod @@ -182,9 +182,8 @@ C. =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 diff --git a/lib/Moose/Cookbook/Basics/Recipe2.pod b/lib/Moose/Cookbook/Basics/Recipe2.pod index 6acf62d..f3ac9ed 100644 --- a/lib/Moose/Cookbook/Basics/Recipe2.pod +++ b/lib/Moose/Cookbook/Basics/Recipe2.pod @@ -161,10 +161,8 @@ the F 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