From: Dave Rolsky Date: Thu, 17 Jun 2010 19:37:38 +0000 (-0500) Subject: Make delayed role conflict slightly more semantically sane X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b515ca454467f3399fadd456b7ed0945b30d618;p=gitmo%2Fmoose-presentations.git Make delayed role conflict slightly more semantically sane --- diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html index 6e8415c..979bbfa 100644 --- a/moose-class/slides/index.html +++ b/moose-class/slides/index.html @@ -1546,11 +1546,11 @@ with 'HasSubProcess';

Delayed Conflict

-
package StateOfTexas;
+  
package SysadminAssassin;
 with 'Killer';
    -
  • StateOfTexas must implement its own execute
  • +
  • SysadminAssassin must implement its own execute
  • But loading the Killer role by itself does not cause an error