Hi,
Don't know what kind of linux cluster you're using, but for sure it won't work that easily : each script is running on one node, and expects to be able to reach everything it needs from there.
So you have several solutions :
- Either you install localy each module
- Or you manage to share (through nfs for example) data you do not want to duplicate. Beware : each node of the cluster have to be exactly the same.
I'd advise you the former solution, and it seems to be your choice.
So, could be give us more information about why you couldn't install
Bundle::CPAN ?