Rename Meta::Recipe7 to Meta::GlobRef_InstanceMetaclass
[gitmo/Moose.git] / lib / Moose / Cookbook.pod
index 0f9ef4e..19be00f 100644 (file)
@@ -137,12 +137,15 @@ and reimplements it as a metaclass trait.
 This recipe shows a custom method metaclass that implements making a
 method private.
 
-=item L<Moose::Cookbook::Meta::Recipe7> - Using a blessed array reference as an object instance
+=item L<Moose::Cookbook::Meta::GlobRef_InstanceMetaclass>
 
 This recipe shows an example of how you create your own meta-instance
 class. The meta-instance determines the internal structure of object
 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)
 
 Moose has a feature known as "immutabilization". By calling C<<