in reply to Re^2: How to get Module::Install to follow dependencies in extensions?
in thread How to get Module::Install to follow dependencies in extensions?

I was cruising through the other modules in Module::Install, and I noticed "$self->include_deps('Foo')" in an extension. So, in every method in an Module::Install::Bar extension, call include_deps explicitly to tell Module::Install that the dependency must be in inc/ in order for that method to work.

Cool!