Skip Menu |

This queue is for tickets about the File-Unpack CPAN distribution.

Report information
The Basics
Id: 102745
Status: new
Priority: 0/
Queue: File-Unpack

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

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



Subject: Tests run with system perl (0.69, 0.70)
The test suite seems to run with the perl found in user's PATH (usually the system perl) or with a hardcoded /usr/bin/perl, and not with $^X, the perl that's currently used for building the module. This explains the 100% FAILs (see here http://matrix.cpantesters.org/?dist=File-Unpack%200.69 , and 0.70 looks the same). Probably you have to use explicitly $^X when calling scripts, or call scripts from blib/scripts, where the correct shebang is usually already replaced.