From: Dave Rolsky Date: Tue, 12 Aug 2008 22:59:19 +0000 (+0000) Subject: Add a reference to the cookbook very early in the Moose.pm docs X-Git-Tag: 0_55_01~33 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f5909dcae024798b4136ea24405df3040ee123ad;p=gitmo%2FMoose.git Add a reference to the cookbook very early in the Moose.pm docs --- diff --git a/lib/Moose.pm b/lib/Moose.pm index dcab6ed..1910a4f 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -268,6 +268,14 @@ metaclass system for Perl 5. This means that Moose not only makes building normal Perl 5 objects better, but it provides the power of metaclass programming as well. +=head2 New to Moose? + +If you're new to Moose, the best place to start reading it the +L. Reading through the recipes on Moose basics will +get you up to speed with many of Moose's features quickly. Then you +can use the Moose API documentation to get more detail on features +you're interested in. + =head2 Moose Extensions The C namespace is the official place to find Moose extensions.