From: Jesse Luehrs Date: Thu, 11 Nov 2010 22:15:01 +0000 (-0600) Subject: this was pushed back to ::HasMethods X-Git-Tag: 1.9900~46 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0af290322f5440e4665067b84843abad95781c7d;p=gitmo%2FMoose.git this was pushed back to ::HasMethods --- diff --git a/lib/Moose/Meta/Role.pm b/lib/Moose/Meta/Role.pm index 1f73a09..ada0a20 100644 --- a/lib/Moose/Meta/Role.pm +++ b/lib/Moose/Meta/Role.pm @@ -382,13 +382,6 @@ sub get_method_modifier_list { keys %{$self->$accessor}; } -sub reset_package_cache_flag { (shift)->{'_package_cache_flag'} = undef } -sub update_package_cache_flag { - my $self = shift; - $self->{'_package_cache_flag'} = Class::MOP::check_package_cache_flag($self->name); -} - - sub _meta_method_class { 'Moose::Meta::Method::Meta' } ## ------------------------------------------------------------------