in reply to Re^3: A unit-test script that causes remorse
in thread A unit-test script that causes remorse
copy lib/Module.pm to lib/ModuleWithoutTests.pm without changing the package name within the copied file.
You nailed it. Cover includes modules from blib and not lib, and it seems to keep them ALL in one process to get coverage.
Perhaps I should just skip modules already loaded. I'll do when I get some round tuits for this. (Gonna find some time to work, too...).
|
|---|