Skip Menu |

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

Report information
The Basics
Id: 103123
Status: open
Priority: 0/
Queue: App-EventStreamr

People
Owner: techman [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 0.3
  • 0.5
Fixed in: (no value)



Subject: System perl used in tests
Sample fail report: http://www.cpantesters.org/cpan/report/3d0db340-d2ea-11e4-a389-cccfac73c5ef The existence of /etc/perl in @INC indicates that Debian's system perl is used in the test, not the perl which is used for calling Makefile.PL or Build.PL. Usually the fix is to either use $^X when calling external scripts, or to make sure that scripts are called only from blib/scripts (where the correct shebang is already set, at least on Unix systems).
Hi, Thanks for the report! I had issues with system perl and travis, but thought adding: #!/usr/bin/env perl Using blib/scripts would prevent being to run it with prove I would have thought? Though it looks like I'm calling plackup, which might call the system plackup? I'll take a further look and appreciate your bug report. Thanks, Leon