X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/9970c600d87568f49903536df93fe39ad6143671..502c7995877be9ece842894d300fc2022467f1df:/lib/CPANPLUS/Selfupdate.pm?ds=sidebyside diff --git a/lib/CPANPLUS/Selfupdate.pm b/lib/CPANPLUS/Selfupdate.pm index da7e944..adcb575 100644 --- a/lib/CPANPLUS/Selfupdate.pm +++ b/lib/CPANPLUS/Selfupdate.pm @@ -134,14 +134,20 @@ CPANPLUS::Selfupdate signature => [ sub { my $cb = shift; - return if can_run('gpg'); - ### leave this out -- Crypt::OpenPGP is fairly - ### painful to install, and broken on some platforms - ### so we'll just always fall back to gpg. It may - ### issue a warning or 2, but that's about it. - ### this change due to this ticket: #26914 - # and $cb->configure_object->get_conf('prefer_bin'); - return { 'Crypt::OpenPGP' => '0.0' }; + return { + 'Module::Signature' => '0.06', + } if can_run('gpg'); + ### leave this out -- Crypt::OpenPGP is fairly + ### painful to install, and broken on some platforms + ### so we'll just always fall back to gpg. It may + ### issue a warning or 2, but that's about it. + ### this change due to this ticket: #26914 + # and $cb->configure_object->get_conf('prefer_bin'); + + return { + 'Crypt::OpenPGP' => '0.0', + 'Module::Signature' => '0.06', + }; }, sub { my $cb = shift;