There is no extending recipe3 any more
Dave Rolsky [Sat, 11 Feb 2012 20:38:20 +0000 (14:38 -0600)]
lib/Moose/Cookbook.pod

index 74fd35f..0209af6 100644 (file)
@@ -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<MooseX::Debugging>
 module.
 
-=item L<Moose::Cookbook::Extending::Recipe3> - 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<extends
-'MyApp::Base'> over and over.
-
 =item L<Moose::Cookbook::Extending::Recipe4> - Acting like Moose.pm and providing sugar Moose-style
 
 This recipe shows how to provide a replacement for C<Moose.pm>. You