Skip Menu |

This queue is for tickets about the Data-YUID CPAN distribution.

Report information
The Basics
Id: 68215
Status: open
Priority: 0/
Queue: Data-YUID

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

Bug Information
Severity: Normal
Broken in: 0.05
Fixed in: 0.06



Subject: Test referring to 'perl' instead of $^X
I found this line in t/10-client.t: exec 'perl', '-Iblib/lib', '-Ilib', @$cmd or die $!; This explains why the test complains about missing Danga::Socket even though Danga::Socket is installed. Because the perl we are testing is not the first perl in the $PATH. The proper way to run tests with the right perl is to use $^X or in complicated cases Probe::Perl. Best,
Thanks for reporting.