That should have been more precise
On Sat Jul 28 03:33:36 2007, EWILHELM wrote:
Show quoted text> It doesn't work to run the tests...
It doesn't work to run the *TAP::Parser* tests with
perl -Iblib/lib bin/runtests
(Most of the tests simply don't run.)
This will work though.
perl -Iblib/lib bin/runtests -Iblib/lib
Essentially, if TAP::Parser is not in the @INC paths, `perl -Isomedir
path/to/runtests` will fail.
--Eric