in reply to What package is the method in?
from reading the code you can determine which package the method is used from :-
perl looks in the list of classes (packages) in the @ISA array (in the order used in the @ISA array)and uses the first one it finds. Subpackages of the 1st entry are checked before the 2nd package.