in reply to How to CPAN dry run ?

"How do I perform a dry run of a module installation ?

Use cpanm, cpanm --test-only DBI.

Replies are listed 'Best First'.
Re^2: How to CPAN dry run ?
by Danny (Chaplain) on Aug 30, 2024 at 17:04 UTC
    Note that cpanm --test-only will install any unsatisfied dependencies.