Re: Perl module development - managing branches

2014-11-10 Thread Bill Moseley
On Fri, Nov 7, 2014 at 1:08 PM, Abigail abig...@abigail.be wrote: - All the modules need to be in @INC -- so we might have to create symlinks to each distribution's lib directory. - But, some code is XS or uses share directories. - Some modules don't exist until make is run

Perl module development - managing branches

2014-11-07 Thread Bill Moseley
I'm looking for ideas to manage our in-house Perl distributions when working with different branches. I'm wondering if anyone here has been though this before and has some suggestions. We are in the process of moving from Subversion to Git and the plan is to make all changes to the code in

Re: Perl module development - managing branches

2014-11-07 Thread Abigail
On Fri, Nov 07, 2014 at 11:58:02AM -0800, Bill Moseley wrote: I'm looking for ideas to manage our in-house Perl distributions when working with different branches. I'm wondering if anyone here has been though this before and has some suggestions. We are in the process of moving from