I developed a few tests for a module I was trying to get on to CPAN. They worked when I ran them in the 't' directory.
But under the test harness, they failed... it couldn't find the module files. The test does a chmod +x on the module and runs it as a program. That produced the test output I look for in the Test. When I ran it in 't' , the mod was in "../lib"... but not under the test harness? How do I find out where the module is to use it in my test(s)? Sorry for basics, but first module submission... and getting the tests to work with the test harness has been less than trivial... Thanks. Linda