[Moose-commits] r7813 - Moose/trunk/lib/Moose

autarch at code2.0beta.co.uk autarch at code2.0beta.co.uk
Tue Mar 3 16:10:08 GMT 2009


Author: autarch
Date: 2009-03-03 08:10:08 -0800 (Tue, 03 Mar 2009)
New Revision: 7813

Modified:
   Moose/trunk/lib/Moose/Cookbook.pod
Log:
Meta recipe 7 is no longer todo


Modified: Moose/trunk/lib/Moose/Cookbook.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook.pod	2009-03-03 16:08:36 UTC (rev 7812)
+++ Moose/trunk/lib/Moose/Cookbook.pod	2009-03-03 16:10:08 UTC (rev 7813)
@@ -160,9 +160,11 @@
 This recipe shows you how to write extensions which immutabilize
 properly.
 
-=item L<Moose::Cookbook::Meta::Recipe7> - I<meta-instance> (TODO)
+=item L<Moose::Cookbook::Meta::Recipe7> - Using a blessed array reference as an object instance
 
-I<abstract goes here>
+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.
 
 =back
 




More information about the Moose-commits mailing list