sure we inline properly for classes that have their own DEMOLISH
|| $self->throw_error(
"The is_needed method expected a metaclass object as its arugment");
- return $metaclass->find_next_method_by_name('DEMOLISH');
+ return $metaclass->find_method_by_name('DEMOLISH');
}
sub initialize_body {