test-more

How do I change the default Module::Build / Test::More directory from “lib” to something else?

笑着哭i 提交于 2019-12-06 10:35:57
问题 Using the directory and file architecture in this Post on Perl Unit testing and Code Coverage (which btw was VERY helpful), I copied the files I'll be running unit tests and code coverage on into a new "lib" directory and it works like a charm! However, I need the module to look in an existing "scripts" directory.. I have combed through the Module::Build documentation on CPAN, but I still get a Can't find file lib/processBuildSubs.pm error Here's what I have thus far... use strict; use Module