- or download this
perl Makefile.PL INSTALLBASE=~
make
make test
make install
- or download this
perl Build.PL --install_base ~
./Build
./Build test
./Build install
- or download this
o conf makepl_arg 'INSTALLBASE=~'
o conf mbuildpl_arg '--install_base ~'
o conf commit # To use these settings in future sessions too.