From: Dave Rolsky Date: Sun, 3 Aug 2008 17:55:26 +0000 (+0000) Subject: Add a reference to Extending recipe 1 here, since this one is a X-Git-Tag: 0_55~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9a8b19be25ba742b28556e5ebe7252a85e258eca;p=gitmo%2FMoose.git Add a reference to Extending recipe 1 here, since this one is a continuation of said recipe. --- diff --git a/lib/Moose/Cookbook/Extending/Recipe2.pod b/lib/Moose/Cookbook/Extending/Recipe2.pod index a69db26..80dbfff 100644 --- a/lib/Moose/Cookbook/Extending/Recipe2.pod +++ b/lib/Moose/Cookbook/Extending/Recipe2.pod @@ -61,7 +61,10 @@ Moose::Cookbook::Extending::Recipe2 - Acting like Moose.pm and providing sugar M =head1 DESCRIPTION The code above shows what it takes to provide an import-based -interface just like C. +interface just like C. This recipe builds on +L. Instead of providing our own +object base class, we provide our own metaclass class, and we also +export a sugar subroutine C. Given the above code, you can now replace all instances of C with C. Similarly, C is now