in reply to Installing Date-Calc to alternate directory

You can probably install it to a directory within your user account. Then, in your script, you'll need to state:
use lib qw( /path/to/user/site/lib );


Dave