Metaclass has does_role method, not does
Dave Rolsky [Thu, 17 Jun 2010 19:26:20 +0000 (14:26 -0500)]
moose-class/slides/index.html

index a88be31..ee16333 100644 (file)
@@ -1370,7 +1370,7 @@ sub print {
 
 # or ...
 
-Person-&gt;meta-&gt;does('Printable')</code></pre>
+Person-&gt;meta-&gt;does_role('Printable')</code></pre>
 
 </div>