Add a reference to the cookbook very early in the Moose.pm docs
Dave Rolsky [Tue, 12 Aug 2008 22:59:19 +0000 (22:59 +0000)]
lib/Moose.pm

index dcab6ed..1910a4f 100644 (file)
@@ -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<Moose::Cookbook>. 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<MooseX::> namespace is the official place to find Moose extensions.