Discussion:
[rt.cpan.org #118903] Does not install when '.' is not in @INC
(too old to reply)
Graham Ollis via RT
2016-11-22 20:29:35 UTC
Permalink
Tue Nov 22 15:29:34 2016: Request 118903 was acted upon.
Transaction: Ticket created by PLICEASE
Queue: PAR-Packer
Subject: Does not install when '.' is not in @INC
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: ***@cpan.org
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=118903 >


5.25.7 can be built without '.' in @INC by default. With this configuration the test t/20-pp.t fails:

twin% prove -bv t/20-pp.t
t/20-pp.t .. No subtests run

Test Summary Report
-------------------
t/20-pp.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=1, Tests=0, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.10 cusr 0.00 csys = 0.12 CPU)
Result: FAIL

I am attaching a patch that fixes the problem for me.
Roderich Schupp via RT
2016-12-30 11:15:49 UTC
Permalink
Fri Dec 30 06:15:48 2016: Request 118903 was acted upon.
Transaction: Correspondence added by RSCHUPP
Queue: PAR-Packer
Subject: Does not install when '.' is not in @INC
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: ***@cpan.org
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=118903 >
Post by Graham Ollis via RT
I am attaching a patch that fixes the problem for me.
Applied, thanks!
There were other problems with a dot-less @INC wrt Module::Install,
fixed in PAR::Packer 1.036.

Cheers, Roderich

Loading...