For pure perl modules how about creating a directory on each machine ( e.g.
/<whatever>/perl) and mounting your NFS share there. If you add that to @INC then everyone will see it in the same place. Make the same directory on the development machine as a symbolic link to the real directory. Do the install to
/<whatever>/perl.
--traveler