Doh, had the wrong method name in the deprecation warning
[gitmo/Class-MOP.git] / lib / Class / MOP / Class.pm
index 2cbf3cc..d35f959 100644 (file)
@@ -926,7 +926,7 @@ sub get_all_attributes {
 }
 
 sub compute_all_applicable_attributes {
-    warn 'The construct_class_instance method has been deprecated.'
+    warn 'The compute_all_applicable_attributes method has been deprecated.'
         . " Use get_all_attributes instead.\n";
 
     shift->get_all_attributes;