Skip Menu |

This queue is for tickets about the XML-Twig CPAN distribution.

Report information
The Basics
Id: 91770
Status: open
Priority: 0/
Queue: XML-Twig

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: test_xml_split.t doesn't play well with relocated perl
$Config{perlpath} is set to what perl was set to install to by default, but relocatable perl doesn't change this just because perl isn't there. $^X works better (though is tainted).
On Tue Dec 31 16:34:24 2013, DMCBRIDE wrote: Show quoted text
> $Config{perlpath} is set to what perl was set to install to by > default, but relocatable perl doesn't change this just because perl > isn't there. > > $^X works better (though is tainted).
Oops! I didn't get an email for this bug, sorry for the (very!) late answer. Which relocatable perl are you using? I tried DWIM Perl, but did not manage to run it. __ mirod
On Wed Feb 26 14:28:21 2014, MIROD wrote: Show quoted text
> On Tue Dec 31 16:34:24 2013, DMCBRIDE wrote:
> > $Config{perlpath} is set to what perl was set to install to by > > default, but relocatable perl doesn't change this just because perl > > isn't there. > > > > $^X works better (though is tainted).
> > Oops! I didn't get an email for this bug, sorry for the (very!) late > answer. > > Which relocatable perl are you using? I tried DWIM Perl, but did not > manage to run it.
I'm just using the "regular" perl with the relocatable option turned on during Configure on Linux (and sometimes AIX). I set perl for a given path, compile it, move it ... and perl, cpan, etc. generally works, but a few tweaks here and there are required, such as this one.