you could install the module into a directory under your home directory, and then add a
use lib '/home/dir/lib'; line to each script. To install the module in a special place can usually be done with the following (if i recall):
perl Makefile.PL PREFIX=/home/dir/lib
make
make test
make install
my own worst enemy
-- MZSanford