Skip Menu |

This queue is for tickets about the TAP-Parser CPAN distribution.

Report information
The Basics
Id: 28525
Status: rejected
Priority: 0/
Queue: TAP-Parser

People
Owner: Nobody in particular
Requestors: EWILHELM [...] cpan.org
Cc: tapx-dev [...] hexten.net
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



CC: "TAP::Parser Developers" <tapx-dev [...] hexten.net>
Subject: runtests doesn't remember -I paths?
It doesn't work to run the tests with perl -Iblib/lib bin/runtests Should it? --Eric
Subject: runtests on TAP::Parser tests doesn't remember -I paths?
RT-Send-CC: "Development of TAPx::Parser" <tapx-dev [...] hexten.net>
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
TAP::Parser is no longer supported. It has now been integrated into Test::Harness.