From: Dave Rolsky <autarch@urth.org>
Date: Sat, 11 Feb 2012 20:34:56 +0000 (-0600)
Subject: Remove reference to not-yet-written Meta::Recipe8
X-Git-Tag: 2.0500~60
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bb6c371e2482bea4e3927e582ef2c3132836e516;p=gitmo%2FMoose.git

Remove reference to not-yet-written Meta::Recipe8
---

diff --git a/lib/Moose/Cookbook.pod b/lib/Moose/Cookbook.pod
index 19be00f..d834eb2 100644
--- a/lib/Moose/Cookbook.pod
+++ b/lib/Moose/Cookbook.pod
@@ -146,7 +146,7 @@ instances and provide access to attribute slots.
 In this particular instance, we use a blessed glob reference as the instance
 instead of a blessed hash reference.
 
-=item Moose::Cookbook::Meta::Recipe8 - Hooking into immutabilization (TODO)
+=item Hooking into immutabilization (TODO)
 
 Moose has a feature known as "immutabilization". By calling C<<
 __PACKAGE__->meta()->make_immutable() >> after defining your class