Doh, had the wrong method name in the deprecation warning
Dave Rolsky [Sun, 5 Apr 2009 16:31:35 +0000 (11:31 -0500)]
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;