From: Dave Rolsky Date: Thu, 12 Feb 2009 17:06:09 +0000 (+0000) Subject: Tweak the cookbook intro a little X-Git-Tag: 0.69~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ad248e00365db1ee7daec8862d7e3e2c1d6d7192;p=gitmo%2FMoose.git Tweak the cookbook intro a little --- diff --git a/lib/Moose/Cookbook.pod b/lib/Moose/Cookbook.pod index 77e50a4..5b1cabd 100644 --- a/lib/Moose/Cookbook.pod +++ b/lib/Moose/Cookbook.pod @@ -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 and a L -for common questions and problems people have with Moose. +You should probably read the L first. The manual +explains Moose concepts without being too code-heavy. =head1 RECIPES