On Feb 13, 2008 9:01 PM, Marvin Humphrey <[EMAIL PROTECTED]> wrote: > > 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
M::B supports running individual test files, you can do: ./Build test --verbose 1 --test_files t/compat.t I actually use a shell alias t="./Build test --test_files" for quick running of tests. -Ken