[tapx-dev] [rt.cpan.org #28525] runtests on TAP::Parser tests doesn't remember -I paths?
via RT
bug-TAP-Parser at rt.cpan.org
Sat Jul 28 08:46:00 BST 2007
<URL: http://rt.cpan.org/Ticket/Display.html?id=28525 >
That should have been more precise
On Sat Jul 28 03:33:36 2007, EWILHELM wrote:
> 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
More information about the tapx-dev
mailing list