http://www.perlmonks.org?node_id=770778


in reply to Re^3: Checking and installing a perl module
in thread Checking and installing a perl module

Off the top of my head, reasons why I might not want to use NFS mounted extra libraries.

• Network latency. The dreaded slow NFS mount problem. Added program startup penalty.
• NFS mount goes away. Whoops. Now your program won't compile.
• Perhaps you don't want the exact same module version on every host.

-- vek --