in reply to Re^6: private recursive subroutines
in thread private recursive subroutines
Yes, via mro::get_linear_isa('Foo'). This and other related calls are docced in bleadperl's "perldoc mro". There's also MRO::Compat on CPAN, so you can start using those interfaces today and be forward/backward compat between 5.6/5.8/5.10.