projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c2b256b
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Class/MOP/Class.pm
b/lib/Class/MOP/Class.pm
index
2cbf3cc
..
d35f959
100644
(file)
--- a/
lib/Class/MOP/Class.pm
+++ b/
lib/Class/MOP/Class.pm
@@
-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;