cd ~/src tar -zxvf ~/downloads/your_module.tar.gz #### perl Makefile.PL make make test make install #### perl Makefile.PL PREFIX=~/lib/ make make test make install