From: Dave Rolsky Date: Wed, 2 Sep 2009 19:31:32 +0000 (-0500) Subject: Add delta docs for Native Code trait X-Git-Tag: 0.90~62 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4f0d448892220cb911c88c138bcd4676d1785d10;p=gitmo%2FMoose.git Add delta docs for Native Code trait --- diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index fb92b79..0dc8c6b 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -20,6 +20,8 @@ send us a patch. =over 4 +=over + =item New Native delegation methods from L and L In particular, we now have C, C, C, and C. @@ -45,6 +47,10 @@ C 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 for details. + =back