Add delta docs for Native Code trait
Dave Rolsky [Wed, 2 Sep 2009 19:31:32 +0000 (14:31 -0500)]
lib/Moose/Manual/Delta.pod

index fb92b79..0dc8c6b 100644 (file)
@@ -20,6 +20,8 @@ send us a patch.
 
 =over 4
 
+=over
+
 =item New Native delegation methods from L<List::Util> and L<List::MoreUtils>
 
 In particular, we now have C<reduce>, C<shuffle>, C<uniq>, and C<natatime>.
@@ -45,6 +47,10 @@ C<allow_mutable_ancestors> option to make_immutable to silence the warning
 (but be aware that modifying those mutable ancestors can still lead to
 incorrect behavior in your subclass).
 
+=item Added Native delegation for Code refs
+
+See L<Moose::Meta::Attribute::Native::Trait::Code> for details.
+
 =back