Subject: | Dry runs and dep tree |
Date: | Thu, 10 May 2007 14:47:03 +0300 |
To: | bug-CPANPLUS [...] rt.cpan.org |
From: | Ilmari Vacklin <ilmari.vacklin [...] cs.helsinki.fi> |
It would be very useful for debugging CPANPLUS and modules if we had a
flag on selfupdate to not actually do any updating but just show what it
would update, and *why*. This is relevant with broken modules like
Crypt::OpenPGP, because we never want to install it, but some other dep
of CPANPLUS might want it, which needs fixing, but is hard to see
without the aforementioned flag.
Crack: Add the flag to all install commands.
(Doesn't need to be a flag. I just want some easy method to get the dep
tree.)