As I was building a
relocatable Perl I bumped into some problems with some of the values in %Config not automatically being updated. A bit of searching led me to this
patch but I could not find anything related to that in the sources of perl 5.20.1.
I described the issue here more in details, but in a nutshell $Config{perlpath} (and a few other entries in %Config) keep pointing to where prefix installed perl, even after I move the installation tree.
Do I need to give some other parameter during the building of perl to change this behavior? Is there some script I need to run after I moved the installation tree?