INSTALLATION一度、Configureをしてからprefixなどを指定を変更したいときには、おなじディレクトリにある
============
If you're using a relatively modern operating system and want to
install this version of Perl locally, run the following commands:
./Configure -des -Dprefix=$HOME/localperl
make test
make install
config.shファイルを削除してから行うほうが無難です。というのは、以前のConfigureの実行結果がconfig.shに残っているためです。
私は、FreeBSD11でprefixを指定せずConfigureを行い、その後、改めて-Dprefix=/DIRとしてConfigure、make installをしたところ、/usr/local/bin/にこのソースコードからコンパイルperlを入れてしまい、既存のperl環境を壊してしまったことがあります。