[Moose-commits] r7602 - Moose/trunk/lib/Moose/Cookbook/Basics

autarch at code2.0beta.co.uk autarch at code2.0beta.co.uk
Tue Feb 10 04:24:46 GMT 2009


Author: autarch
Date: 2009-02-09 20:24:46 -0800 (Mon, 09 Feb 2009)
New Revision: 7602

Modified:
   Moose/trunk/lib/Moose/Cookbook/Basics/Recipe1.pod
   Moose/trunk/lib/Moose/Cookbook/Basics/Recipe2.pod
Log:
remove statements about the next recipe (which tend to become wrong over time)

Modified: Moose/trunk/lib/Moose/Cookbook/Basics/Recipe1.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Basics/Recipe1.pod	2009-02-10 04:20:55 UTC (rev 7601)
+++ Moose/trunk/lib/Moose/Cookbook/Basics/Recipe1.pod	2009-02-10 04:24:46 UTC (rev 7602)
@@ -182,9 +182,8 @@
 
 =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
 

Modified: Moose/trunk/lib/Moose/Cookbook/Basics/Recipe2.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Basics/Recipe2.pod	2009-02-10 04:20:55 UTC (rev 7601)
+++ Moose/trunk/lib/Moose/Cookbook/Basics/Recipe2.pod	2009-02-10 04:24:46 UTC (rev 7602)
@@ -161,10 +161,8 @@
 
 =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
 




More information about the Moose-commits mailing list