From: Dave Rolsky Date: Sun, 5 Apr 2009 16:32:17 +0000 (-0500) Subject: Remove mention of compute_all_applicable_attributes X-Git-Tag: 0.80_01~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1d63737e083d7c1f6a3f44e4021998ddc4bda1a2;p=gitmo%2FClass-MOP.git Remove mention of compute_all_applicable_attributes --- diff --git a/lib/Class/MOP/Immutable.pm b/lib/Class/MOP/Immutable.pm index 9b96087..b7246a0 100644 --- a/lib/Class/MOP/Immutable.pm +++ b/lib/Class/MOP/Immutable.pm @@ -383,10 +383,10 @@ Class::MOP::Immutable - A class to transform Class::MOP::Class metaclasses remove_package_symbol /], memoize => { - class_precedence_list => 'ARRAY', - compute_all_applicable_attributes => 'ARRAY', - get_meta_instance => 'SCALAR', - get_method_map => 'SCALAR', + class_precedence_list => 'ARRAY', + get_all_attributes => 'ARRAY', + get_meta_instance => 'SCALAR', + get_method_map => 'SCALAR', } });