[Moose-commits] r7635 - Moose/trunk/lib/Moose
autarch at code2.0beta.co.uk
autarch at code2.0beta.co.uk
Thu Feb 12 17:06:09 GMT 2009
Author: autarch
Date: 2009-02-12 09:06:09 -0800 (Thu, 12 Feb 2009)
New Revision: 7635
Modified:
Moose/trunk/lib/Moose/Cookbook.pod
Log:
Tweak the cookbook intro a little
Modified: Moose/trunk/lib/Moose/Cookbook.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook.pod 2009-02-12 17:03:14 UTC (rev 7634)
+++ Moose/trunk/lib/Moose/Cookbook.pod 2009-02-12 17:06:09 UTC (rev 7635)
@@ -7,13 +7,12 @@
=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
More information about the Moose-commits
mailing list