in reply to Re: @ISA, Inheritance, and Class Methods
in thread @ISA, Inheritance, and Class Methods

My solution would be as follows:
*Class::Destroy = \&Class::Finish;
which also has the benefit of being a tad faster.