From: Dave Rolsky Date: Thu, 24 Sep 2009 22:19:57 +0000 (-0500) Subject: One more slide on curried delegations X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f51d05cfeb9122c2cfde8fdbe60333c43f3b1a3;p=gitmo%2Fmoose-presentations.git One more slide on curried delegations A few other random tweaks for clarity --- diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html index 70bdfc6..7108b3f 100644 --- a/moose-class/slides/index.html +++ b/moose-class/slides/index.html @@ -3429,6 +3429,14 @@ has account => (
+

Curried Delegation

+ +
$person->receive_100;
+# really is
+$person->account->deposit(100);
+
+ +

Traits and Metaclasses

-

Notable Moose Extensions on CPAN

+

Notable MX Modules on CPAN