Skip Menu |

This queue is for tickets about the PPI-Xref CPAN distribution.

Report information
The Basics
Id: 111115
Status: resolved
Priority: 0/
Queue: PPI-Xref

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: System perl used in tests (0.001, 0.002)
It seems that the system perl is used in t/31_ppixref.t: Can't locate PPI.pm in @INC (@INC contains: lib /tmpfs/.cpan-build/2016011203/PPI-Xref-0.002-etPVRc/blib/lib /tmpfs/.cpan-build/2016011203/PPI-Xref-0.002-etPVRc/blib/arch /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at lib/PPI/Xref.pm line 10. ... t/31_ppixref.t .............. Dubious, test returned 8 (wstat 2048, 0x800) Failed 8/9 subtests Probably $^X should be used here, or the script in blib/scripts with the corrected shebang line.
On 2016-01-12 01:10:28, SREZIC wrote: Show quoted text
> It seems that the system perl is used in t/31_ppixref.t: > > Can't locate PPI.pm in @INC (@INC contains: lib /tmpfs/.cpan- > build/2016011203/PPI-Xref-0.002-etPVRc/blib/lib /tmpfs/.cpan- > build/2016011203/PPI-Xref-0.002-etPVRc/blib/arch /etc/perl > /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 > /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 > /usr/local/lib/site_perl .) at lib/PPI/Xref.pm line 10. > ... > t/31_ppixref.t .............. > Dubious, test returned 8 (wstat 2048, 0x800) > Failed 8/9 subtests > > Probably $^X should be used here, or the script in blib/scripts with > the corrected shebang line.
Seems to be fixed in 0.003 (they may be other test failures here, but this is another story).