Excluding a conflicting method is a certainly valid resolution (Ovid++)
[gitmo/Moose.git] / lib / Moose / Meta / Role / Application / ToClass.pm
index 6b25811..7409a6f 100644 (file)
@@ -84,7 +84,7 @@ sub check_required_methods {
             .  $roles
             . ", the method '"
             . $conflict->name
-            . "' must be implemented by '"
+            . "' must be implemented or excluded by '"
             . $class->name
             . q{'};
     }