From: Stevan Little Date: Fri, 4 Apr 2008 20:29:29 +0000 (+0000) Subject: doc fix X-Git-Tag: 0_55~245 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2be554285c23734684e266746a8775a282d41cf7;p=gitmo%2FMoose.git doc fix --- diff --git a/lib/Moose/Cookbook.pod b/lib/Moose/Cookbook.pod index 70f4294..c23632a 100644 --- a/lib/Moose/Cookbook.pod +++ b/lib/Moose/Cookbook.pod @@ -54,10 +54,12 @@ the usual method overriding style "inside-out". I -=item L - ?? +=item L - Managing complex relations with trigger (TODO) I +Work off of this http://code2.0beta.co.uk/moose/svn/Moose/trunk/t/200_examples/007_Child_Parent_attr_inherit.t + =item L - ?? I diff --git a/lib/Moose/Cookbook/Recipe3.pod b/lib/Moose/Cookbook/Recipe3.pod index fb34ad9..9d49f0c 100644 --- a/lib/Moose/Cookbook/Recipe3.pod +++ b/lib/Moose/Cookbook/Recipe3.pod @@ -84,7 +84,7 @@ is automatically created for us by Moose. The next attribute option is new, though: the C option. This option creates a method which can be used to check whether -a given slot (in this case C) contains a defined value. In +a given slot (in this case C) has been initialized. In this case it will create a method called C. Quite simple, and quite handy too.