Skip Menu |

This queue is for tickets about the Serge CPAN distribution.

Report information
The Basics
Id: 128003
Status: resolved
Priority: 0/
Queue: Serge

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

Bug Information
Severity: (no value)
Broken in: v1.3.2
Fixed in: (no value)



Subject: Wrong perl used in t/compile.t
Using a hardcoded "perl" in t/compile.t in this line is wrong if for building+testing another perl than the first perl in user's PATH is used: $output = `perl -I "$libpath" -c $_ `; Better to use $^X instead.