in reply to Installing Date-Calc to alternate directory

you can if you have shell access.
when you run the make file you'll tell where you want the module files
perl Makefile.PL LIB=/path/to/module PREFIX=/path/to/module
tells your script where to find the module
use lib qw(/path/to/module);