Subject: | should not ask about install mandatory modules under CPANPLUS |
Under CPANPLUS/CPAN asking about autoinstalling mandatory modules is
meaningless. Result is the same - they are installed by shell.
I propose to skip this question when it does not serve any purpose.
Patch is attached for review.
--
Alexandr Ciornii, http://chorny.net
Subject: | AutoInstall.pm.patch |
--- AutoInstall.pm.dist 2008-08-08 19:55:14.000000000 +0300
+++ AutoInstall.pm 2008-10-31 21:34:24.218750000 +0200
@@ -183,6 +183,7 @@
!$SkipInstall
and (
$CheckOnly
+ or ($mandatory and $UnderCPAN)
or _prompt(
qq{==> Auto-install the }
. ( @required / 2 )