in reply to Re^5: Module::Build users -- please use the "traditional" create_makefile_pl option
in thread Module::Build users -- please use the "traditional" create_makefile_pl option

Many modules on CPAN have inappropriate tests for many enviornments such as asking questions or connecting to remote hosts. An automated enviornment would need additional knowledge for each module to handle the test questions, behind "make; make install".

Of course, that gets me going into the route of remote connection tests shouldn't be part of the default test suite, and that is a battle left for another day.

  • Comment on Re^6: Module::Build users -- please use the "traditional" create_makefile_pl option