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.
GNU autotools (Score:2)
I built a few small-scale applications for distribution to different machines at my last job using GNU autoutils (autoconf and automake). I put needed modules (usually locally created modules, but could just as well be .pms extracted from module distributions) in a private lib/ directory, and used autoconf to preprocess my program, adding a use lib pragma and other things to insure all the right libraries got used. This would also be a nice way to avoid version conflicts.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Reply to This