On Feb 11, 2008 6:52 PM, brian d foy <[EMAIL PROTECTED]> wrote: > That's not really true. Although I use CPAN::Shell for some things, > cpan isn't just passing things along. My program is a different > interface using the same backend.
Right -- you're not handing off all arguments to CPAN::Shell at once. However, I think he wanted CPAN.pm to halt if any *dependencies* failed as well as anything specified to the "cpan" script -- that requires a change to CPAN.pm, not just the queue in "cpan". David