From: Dave Rolsky 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 Person->meta
  • Use weak_ref to avoid circular references
  • Use trigger to do an action post-attribute write
  • Use delegations to hide "internal" objects
  • +
  • Use native delegations to treat Perl types as objects
  • Traits and metaclasses let you extend Moose's core attribute features