Remove reference to not-yet-written Meta::Recipe8
Dave Rolsky [Sat, 11 Feb 2012 20:34:56 +0000 (14:34 -0600)]
lib/Moose/Cookbook.pod

index 19be00f..d834eb2 100644 (file)
@@ -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