From: Dave Rolsky Date: Tue, 3 Mar 2009 16:10:08 +0000 (+0000) Subject: Meta recipe 7 is no longer todo X-Git-Tag: 0.72_01~89 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=de53c4dae6de2b06e5cdd060f4d627ec27a55d0e;p=gitmo%2FMoose.git Meta recipe 7 is no longer todo --- diff --git a/lib/Moose/Cookbook.pod b/lib/Moose/Cookbook.pod index 138c68a..16a8933 100644 --- a/lib/Moose/Cookbook.pod +++ b/lib/Moose/Cookbook.pod @@ -160,9 +160,11 @@ meta-instance class as well. This recipe shows you how to write extensions which immutabilize properly. -=item L - I (TODO) +=item L - Using a blessed array reference as an object instance -I +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