Add clarification on how Moose binds super()
Dave Rolsky [Tue, 2 Feb 2010 18:15:50 +0000 (12:15 -0600)]
moose-class/slides/index.html

index 973b825..f0bea94 100644 (file)
@@ -1066,6 +1066,7 @@ use Moose;
     <li>Mostly like <code>$self-&gt;SUPER::work(@_)</code></li>
     <li><strong>But</strong> cannot change <code>@_</code>!</li>
     <li>Binds the parent's method at compile time</li>
+    <li>Parent determined by checking <code>Child-&gt;meta()-&gt;superclasses()</code></li>
   </ul>
 </div>