in reply to Maintaining CPAN sources for later installation across multiple servers

Perhaps you have too many modules for this to be efficient, but source code control can be used to deal with this problem. During the development phase you keep everything new or added under source control, and later for install all you do is run the standard perl install (for me this means installing a given version of AS perl) and then a "get latest version" into the approprate location and presto your done. Source control also gives you the easy ability to look for unauthorized changes, snap shots, etc. For instance config files and the like can be kept under source control to make tracking errors and changes easier.


---
demerphq


  • Comment on Re: Maintaining CPAN sources for later installation across multiple servers
  • Download Code