![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Re: How to create relocatable perl 5.20.1 ? ( Portable.pm)by Anonymous Monk |
on Sep 26, 2014 at 00:26 UTC ( #1102061=note: print w/replies, xml ) | Need Help?? |
I think you need to load Portable.pm FWIW, IIRC, "relocatable perl" means @INC gets automatically updated, @INC is relative to $^X ... @INC not all of %Config Moving the perl always mean %Config had to be updated ... Portable does that updating on the fly citrusperl provides a relocateperl which updates %Config permanently activestate provides a Installer.bat Strawberryperl just does it with Portable (there is a chance there is an updated but who cares :)
In Section
Seekers of Perl Wisdom
|
|