Class::ISA::super_path(class)
Returns an ordered list of names of classes that Perl would search
through to find a method. Note that no duplicates will be allowed in
the list; nor will class be included in
the list. UNIVERSAL is not included in the list, but if you need it,
you should add it to the end of the list.