Skip Menu |

This queue is for tickets about the Test-Continuous CPAN distribution.

Report information
The Basics
Id: 105609
Status: open
Priority: 0/
Queue: Test-Continuous

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

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



Subject: System perl used in tests
See subject. A sample fail report because of this problem: http://www.cpantesters.org/cpan/report/2ab58a98-2055-11e5-99d1-5ebc1ad7484d The usual fix is to explicitly use $^X in system/exec/qx calls, or to use the script in blib/scripts/, which should already have the correct shebang replaced.
On Thu Jul 02 00:58:55 2015, SREZIC wrote: Show quoted text
> The usual fix is to explicitly use $^X in system/exec/qx calls, or to > use the script in blib/scripts/, which should already have the correct > shebang replaced.
I just sent the maintainer a pull request for this, with one possible solution: https://github.com/gugod/Test-Continuous/pull/11