From: Dave Rolsky <autarch@urth.org> Date: Thu, 17 Jun 2010 20:06:52 +0000 (-0500) Subject: Add summary line about native delegations X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8a912ad048c7854f72e47d8862747d1ff558a561;p=gitmo%2Fmoose-presentations.git Add summary line about native delegations --- diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html index 8e7aa65..53a0b1c 100644 --- a/moose-class/slides/index.html +++ b/moose-class/slides/index.html @@ -3576,6 +3576,7 @@ print <span class="highlight">Person->meta <li>Use <code>weak_ref</code> to avoid circular references</li> <li>Use trigger to do an action post-attribute write</li> <li>Use delegations to hide "internal" objects</li> + <li>Use native delegations to treat Perl types as objects</li> <li>Traits and metaclasses let you extend Moose's core attribute features</li> </ul> </div>