We don't call DEMOLISH, Perl does
Shawn M Moore [Wed, 22 Sep 2010 19:58:50 +0000 (12:58 -0700)]
moose-class/slides/index.html

index ca21a08..63baef5 100644 (file)
@@ -977,6 +977,7 @@ sub BUILD {
   <ul>
     <li>Like <code>DESTROY</code>, but Moose makes sure all <code>DEMOLISH</code> methods in a hierarchy are called</li>
     <li>Called in normal inheritance order, children to parents</li>
+    <li><em>Never</em> called by you, only by Perl itself</li>
   </ul>
 </div>