If I'm compiling and running various versions of Perl, what is the best way to relocate its directory if needed? For example, if I compile Perl 5.22.0 with:
./Configure -des -Dprefix=$HOME/perl522 make all make test make install But later realize I'd like to move it (and future builds) to a directory called $HOME/perls/perl522/ -- can it be done merely using a mv perl522 ~/perls/ command, or does the -Dprefix= command used during the initial Configure process intrinsically link that location, thus require a full re-configuration, make, test, etc...?
Is there a best practice / streamlined process for such a circumstance?
@INCwas correctly updated (it's shown byperl -V) by comparing the new values with the old ones. If that's correct, you should be ok.perlbrewthat fails your criteria