Clarify binding of super() to parent method
Dave Rolsky [Thu, 3 Feb 2011 21:16:38 +0000 (15:16 -0600)]
moose-class/slides/index.html

index 8c2da01..1dd1a48 100644 (file)
@@ -1069,7 +1069,7 @@ use Moose;
   <ul>
     <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>Binds the parent's method <strong>correctly</strong> at compile time</li>
     <li>Parent determined by checking <code>Child-&gt;meta()-&gt;superclasses()</code></li>
   </ul>
 </div>