On Feb 13, 2008, at 10:40 AM, Capacio, Paula J wrote:
prove -lv t/compat.t > prove.txt 2>&1 The output showed tests 5, 15, and 25 failing. 5 & 15 because: Can't locate Module/Build/ConfigData.pm in @INC find showed that the module exists here: ./blib/lib/Module/Build/ConfigData.pm but /blib is not in @INC.
Try adding the -b switch instead of the -l switch to prove, which uses blib instead of lib.
./Build code; prove -bv t/compat.t > prove.txt 2>&1 Marvin Humphrey Rectangular Research http://www.rectangular.com/