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.
Proper dependency specification (Score:2)
To do this properly, we probably need (1) to distinguish between pre-requirements and requirements. The first ones are necessary for installation, the second ones for usage (or for "make test"). And (2) transactional installations, that is, detect dependency cycles and install/upgrade sets of dependent packages as a whole. (Rolling back everything, of course, if one of the make-tests in the transaction fails.)
That's what proper package management systems and
Use the CPAN Luke (Score:2)
Whatever you think you need to try, nearly always someone has got there before you....
Re:Use the CPAN Luke (Score:1)
Anyway, recursive dependency is only the first version of what I want to try, so my two modules (or at least one of them) will eventually see another version with another test. At some point, when I'm satisfied, I'll probably delete them.
use CPANPLUS instead then :) (Score:1)
Re:use CPANPLUS instead then :) (Score:1)