From: Dave Rolsky Date: Sun, 3 May 2009 18:29:45 +0000 (-0500) Subject: Remove link to nonexistent recipe X-Git-Tag: 0.78~37 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=19768d67213574bfa4a1dfd5eba1bdc06374a688;p=gitmo%2FMoose.git Remove link to nonexistent recipe --- diff --git a/lib/Moose/Cookbook.pod b/lib/Moose/Cookbook.pod index 67ccc15..c11f068 100644 --- a/lib/Moose/Cookbook.pod +++ b/lib/Moose/Cookbook.pod @@ -154,7 +154,7 @@ 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. -=item L - Hooking into immutabilization (TODO) +=item Moose::Cookbook::Meta::Recipe8 - Hooking into immutabilization (TODO) Moose has a feature known as "immutabilization". By calling C<< __PACKAGE__->meta()->make_immutable() >> after defining your class