Subject: | make test should not use sudo |
(Really testing against 0.83_02, but rt did not let me to chose this
version)
The 20_CPANPLUS-Dist-MM.t test under some circumstances uses sudo. This
makes the use of automated tests or installs difficult. But more
important, just the existance of sudo in the PATH does not necessarily
mean that the user has the right to use sudo. /usr/local/etc/sudoers
might give him only limited or no rights at all. So I think it's best
to remove the test or make it conditional, e.g. by Makefile.PL command
line option or environment variable.
Regards,
Slaven