I<abstract goes here>
-=item L<Moose::Cookbook::Recipe8> - ??
+=item L<Moose::Cookbook::Recipe8> - Managing complex relations with trigger (TODO)
I<abstract goes here>
+Work off of this http://code2.0beta.co.uk/moose/svn/Moose/trunk/t/200_examples/007_Child_Parent_attr_inherit.t
+
=item L<Moose::Cookbook::Recipe9> - ??
I<abstract goes here>
The next attribute option is new, though: the C<predicate> option.
This option creates a method which can be used to check whether
-a given slot (in this case C<parent>) contains a defined value. In
+a given slot (in this case C<parent>) has been initialized. In
this case it will create a method called C<has_parent>. Quite simple,
and quite handy too.