Re: managing CPAN across the network
[email protected] (Tim Bunce) Wed, 21 Apr 2010 17:27:12 +0100
| Newsgroups | perl.cpan.discuss |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Apr 21, 2010 at 09:53:01AM -0400, Alan McKay wrote: > > The basic problem is this : how to keep numerous machines with the > same CPAN installation? i.e. same modules installed across all boxes. > What are you all doing for this? We use something like local::lib to keep all our cpan modules in a directory tree that's kept in subversion (currently, git soon) along with our code. That allows branches to branch both our code and which versions of cpan modules are installed. Tim.