From: Dave Rolsky Date: Sat, 2 Aug 2008 19:49:16 +0000 (+0000) Subject: Better abstract for extending recipe 2 X-Git-Tag: 0_55~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5583dc1c240cdbec628e6e8107a980eb0df3279b;p=gitmo%2FMoose.git Better abstract for extending recipe 2 --- diff --git a/lib/Moose/Cookbook.pod b/lib/Moose/Cookbook.pod index dffa1b3..bd9840f 100644 --- a/lib/Moose/Cookbook.pod +++ b/lib/Moose/Cookbook.pod @@ -162,9 +162,10 @@ functionality to all your classes without typing C - Acting like Moose.pm and providing sugar Moose-style -You'll often find that you want to provide a replacement for -C as part of a meta extension. This is especially true if -you want to write default to your own metaclass or base object class. +This recipe shows how to provide a replacement for C. This +is something that you may want to do as part of a C module, +especially if you want to default to a new metaclass class or base +object class. =back