in reply to Re^4: Redesigning distribution with Module::Starter
in thread Redesigning distribution with Module::Starter

My author tests load Makfile.PL and call the function get_module_data() from it (well, main::get_module_data()), which returns the hash used to initialize ExtUtils::MakeMaker. From there, they can find the "main" module name if such is needed.

The module specific tests use the module, but I'm not sure where Module::Starter comes into play with tests specific to a single module.