From: Dave Rolsky Date: Thu, 2 Apr 2009 21:58:29 +0000 (-0500) Subject: wrote basics recipe 12 - extending a non-Moose class X-Git-Tag: 0.73_01~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5f9e373dfecb6ef7c3b0f1c23032170a21560ad1;p=gitmo%2FMoose.git wrote basics recipe 12 - extending a non-Moose class --- diff --git a/lib/Moose/Cookbook.pod b/lib/Moose/Cookbook.pod index d4a649f..6163c85 100644 --- a/lib/Moose/Cookbook.pod +++ b/lib/Moose/Cookbook.pod @@ -79,6 +79,11 @@ model how eye color is determined during reproduction. This recipe demonstrates the use of C and C to hook into object construction. +=item L - Extending a non-Moose base class + +In this recipe, we make a Moose-based subclass of L, a +module which does not use Moose itself. + =back =head2 Moose Roles