in reply to Re^5: RFC: Acme::ExceptionEater (all pkgs)
in thread RFC: Acme::ExceptionEater

I think you want to avoid defining Child::DESTROY() if Child->can("DESTROY") but ! defined &Child::DESTROY so that Parent::DESTROY() continues to get called (which you will have replaced with an exception-eating wrapper).

- tye