in reply to perlbrew copy to system
I'm just started using perlbrew and I want to use it to deploy a perl upgrade. Typically on systems I install perl and all modules to /opt/perl/ I'm interested in using perlbrew to do all the compiling, module install, and testing in home and then move that to /opt/perl If there a documented method to do this?
No, it isn't documented, and its really not worth the hassle to try to figure it out :) userelocatableinc is no longer default. Meanwhile PERLBREW_CONFIGURE_FLAGS can still be used.
Once you've got a tarball, installing perl is ./Configure -des -Dprefix=/opt/perl && make install
If you're not switching machines Relocatable @INC isn't that useful ... Re: How to create relocatable perl 5.20.1 ? ( Portable.pm)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perlbrew copy to system
by Anonymous Monk on Dec 04, 2014 at 02:07 UTC | |
by Anonymous Monk on Dec 04, 2014 at 03:24 UTC |