Add warnings when calling CMOP::Class->{compute_all_applicable_method,alias_method}.
authorDave Rolsky <autarch@houseabsolute.urth.org>
Mon, 16 Mar 2009 16:13:43 +0000 (11:13 -0500)
committerDave Rolsky <autarch@houseabsolute.urth.org>
Mon, 16 Mar 2009 16:13:43 +0000 (11:13 -0500)
commit070cb0d65405aca6c6b275cb05d06cabd4bc0c81
treee973260b9cc726d642295ac6fce745923b76c570
parentd379f5520acc9526a77f184a929d8a06add2184a
Add warnings when calling CMOP::Class->{compute_all_applicable_method,alias_method}.

These were both deprecated a while back, but didn't warn when called.
lib/Class/MOP/Class.pm
t/003_methods.t
t/004_advanced_methods.t
t/016_class_errors_and_edge_cases.t
t/050_scala_style_mixin_composition.t
t/073_make_mutable.t