From: Dave Rolsky Date: Sat, 11 Feb 2012 20:38:20 +0000 (-0600) Subject: There is no extending recipe3 any more X-Git-Tag: 2.0500~57 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6b189268e591fee3311f35ef489720dc1e7d880b;hp=97da20ef3707567e7aef8fa52598b2934a832de9;p=gitmo%2FMoose.git There is no extending recipe3 any more --- diff --git a/lib/Moose/Cookbook.pod b/lib/Moose/Cookbook.pod index 74fd35f..0209af6 100644 --- a/lib/Moose/Cookbook.pod +++ b/lib/Moose/Cookbook.pod @@ -183,13 +183,6 @@ example shows how to provide a base object class debugging role that is applied to any class that uses a notional C module. -=item L - Providing an alternate base object class - -You may find that you want to provide an alternate base object class -along with a meta extension, or maybe you just want to add some -functionality to all your classes without typing C over and over. - =item L - Acting like Moose.pm and providing sugar Moose-style This recipe shows how to provide a replacement for C. You