From: Dave Rolsky Date: Fri, 29 Aug 2008 15:28:55 +0000 (+0000) Subject: Remove comment about updating the package cache flag, that's a red X-Git-Tag: 0.55_02~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=01bf0dbcc287048f7e88070fdfe484d573840e57;p=gitmo%2FMoose.git Remove comment about updating the package cache flag, that's a red herring (this whole method map thing is a big of a mess). --- diff --git a/lib/Moose/Meta/Role.pm b/lib/Moose/Meta/Role.pm index 40c19f7..756a086 100644 --- a/lib/Moose/Meta/Role.pm +++ b/lib/Moose/Meta/Role.pm @@ -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! } ## ------------------------------------------------------------------