Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 103133
Status: resolved
Priority: 0/
Queue: Test-Differences

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

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



Subject: column-headers test fails when using relocatable perl
Using $Config{perlpath} finds where perl will eventually be installed to, or once was installed to, but doesn't tell you where perl actually is. Using $^X tells you where perl actually is right now. I'm installing perl and a bunch of modules to a temporary directory on system A before deploying it to systems B-Z, on A I'm running as non-root, but will install as root on B-Z, so I don't have access to the final path on A where I'm building and testing, this creates a test failure
On Thu Mar 26 12:36:55 2015, DMCBRIDE wrote: Show quoted text
> Using $Config{perlpath} finds where perl will eventually be installed > to, or once was installed to, but doesn't tell you where perl actually > is. Using $^X tells you where perl actually is right now. > > I'm installing perl and a bunch of modules to a temporary directory on > system A before deploying it to systems B-Z, on A I'm running as non- > root, but will install as root on B-Z, so I don't have access to the > final path on A where I'm building and testing, this creates a test > failure
Thanks, fixed in 0.64