* Johan Vromans <[EMAIL PROTECTED]> [2006-08-04 19:05]: > Because the next module that you build will not let you know > that it requires modules that you have already installed on > your build system as part of the build-time dependencies of > (yet another) module.
That seems wrong. Every module you install contains lists of dependencies, one list for runtime, one for build-time. The CPAN shell won’t ask questions about missing dependencies, that is true. But why does that matter? You have the dependency lists anyway. And why would build-time dependencies be a problem by that token, but not runtime dependencies? If you rely on the shell, wouldn’t you have to install each module in a pristine Perl install so the shell will notify you of its dependencies? Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>