Tweak the cookbook intro a little
Dave Rolsky [Thu, 12 Feb 2009 17:06:09 +0000 (17:06 +0000)]
lib/Moose/Cookbook.pod

index 77e50a4..5b1cabd 100644 (file)
@@ -7,13 +7,12 @@ Moose::Cookbook - How to cook a Moose
 
 =head1 DESCRIPTION
 
-The Moose cookbook is a series of recipes taken from the Moose 
-test suite. Each recipe presents some code, which demonstrates 
-some of the features of Moose, and then proceeds to explain the 
-details of the code. 
+The Moose cookbook is a series of recipes showing various Moose
+features. Most recipes present some code demonstrating some feature,
+and then explain the details of the code.
 
-We also provide a L<Moose::Cookbook::FAQ> and a L<Moose::Cookbook::WTF>
-for common questions and problems people have with Moose. 
+You should probably read the L<Moose::Manual> first. The manual
+explains Moose concepts without being too code-heavy.
 
 =head1 RECIPES