http://www.perlmonks.org?node_id=332894


in reply to Re: inheritance turns back and bites
in thread inheritance turns back and bites

Always use SUPER instead of the parent-class-name; so in the case of changeing the parent-class, you won't have to replace all the "SomeData::" stuff to the new parent-class-name.
SUPER is pretty super.