Skip Menu |

This queue is for tickets about the App-PFT CPAN distribution.

Report information
The Basics
Id: 130122
Status: new
Priority: 0/
Queue: App-PFT

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

Bug Information
Severity: (no value)
Broken in:
  • v1.3.0
  • v1.4.0
  • v1.4.1
Fixed in: (no value)



Subject: System perl used in tests (v1.3.0)
It seems that the tests call the wrong interpreter: the first perl in the user's PATH and not the perl used for building & testing. This usually shows up in strange dependency errors. A sample fail report: http://www.cpantesters.org/cpan/report/fa5654f6-aae6-11e9-80b1-b1d9c81360c6 A possible fix is to use $^X when calling perl scripts from test scripts, or to use the blib/script version which should have the correct shebang.