NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
This is what we're doing at work. (Score:1)
There's one distribution that acts like a Task::* distribution, i.e. it doesn't do anything but depend upon other distributions and runs some overall sanity checks.
Every six hours an integration build kicks off. It creates a new, isolated directory, copies some bootstrap files and distributions (CPAN, Module::Build, etc.) and uses a custom wrapper around CPAN.pm to install the task distribution. The standard dependency mechanisms pull in all the rest of our code plus the third party distributions we use. We end up with one output tarball containing everything we use.
This was all set up by Jeff Thalhammer.
Reply to This