Remove comment about updating the package cache flag, that's a red
Dave Rolsky [Fri, 29 Aug 2008 15:28:55 +0000 (15:28 +0000)]
herring (this whole method map thing is a big of a mess).

lib/Moose/Meta/Role.pm

index 40c19f7..756a086 100644 (file)
@@ -440,10 +440,6 @@ sub alias_method {
         { sigil => '&', type => 'CODE', name => $method_name },
         $body
     );
-
-    # Class::MOP::Class calls update_package_cache_flag here, but if
-    # we add it then a test in
-    # t/030_roles/012_method_exclusion_in_composition.t fails!
 }
 
 ## ------------------------------------------------------------------