in reply to how to get the parent class method of the parent class itself
my $gp = mro::get_linear_isa(ref $obj)->[1]; [download]
This puts a string to $gp, so you can't dereference it as an array later.