From: Dave Rolsky Date: Thu, 28 Aug 2008 16:56:09 +0000 (+0000) Subject: add a comment about package cache flags X-Git-Tag: 0.55_02~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d1c3ed67cb740b13b603259d05c6d831b003497b;p=gitmo%2FMoose.git add a comment about package cache flags --- diff --git a/lib/Moose/Meta/Role.pm b/lib/Moose/Meta/Role.pm index 96b5d45..4496b67 100644 --- a/lib/Moose/Meta/Role.pm +++ b/lib/Moose/Meta/Role.pm @@ -439,6 +439,10 @@ 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! } ## ------------------------------------------------------------------