From: Dave Rolsky Date: Sat, 2 Aug 2008 22:25:25 +0000 (+0000) Subject: Add link to extending recipe 2 X-Git-Tag: 0_55~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=80837fe11467770c4311bd8e0851985932914e71;p=gitmo%2FMoose.git Add link to extending recipe 2 --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 293a452..8858750 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -816,6 +816,8 @@ sets your baseclass to Moose::Object or the value you pass in unless you already have one. This is all done via C which takes the name of your class and optionally a baseclass and a metaclass as arguments. +For more detail on this topic, see L. + =head1 CAVEATS =over 4