Subject: | Remove signature test? |
I went to go install a new version of CPAN on a fresh 5.8.8. When I ran
the tests I got...
t/00signature.......1/1 Unknown cipher: SHA1, please install
Digest::SHA, Digest::SHA1, or Digest::SHA::PurePerl
==> UNKNOWN Cipher format! <==
It's annoying that I have to install a module to upgrade the module
installer.
Could that signature test be removed? It doesn't serve any purpose as
the SIGNATURE file could have just as easily been replaced by a
man-in-the-middle. That or put in an exception for CIPHER_UNKNOWN and
CANNOT_VERIFY.
Thanks.