libclass-isa-perl

Report the search path for a class's isa tree
  http://search.cpan.org/dist/Class-ISA/
  0
  no reviews



Class::isa returns the list of classes that the current class inherits from, listed in the order that perl would search for a method not implemented in the current class. the list contains no duplicates.