From: Dave Rolsky Date: Thu, 17 Jun 2010 19:26:20 +0000 (-0500) Subject: Metaclass has does_role method, not does X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=401d796148c9ba3d411a2327f41c574faf086288;p=gitmo%2Fmoose-presentations.git Metaclass has does_role method, not does --- diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html index a88be31..ee16333 100644 --- a/moose-class/slides/index.html +++ b/moose-class/slides/index.html @@ -1370,7 +1370,7 @@ sub print { # or ... -Person->meta->does('Printable') +Person->meta->does_role('Printable')