in reply to cpanp install, gpg: Can't check signature: No public key

It appears that CPAN is configured to check module signing signatures, and that it expects to do so with key-id 93B84C15, but that key has not been imported into your GPG key-ring. When you say "exported a key to the default server," exactly what did you do?
  • Comment on Re: cpanp install, gpg: Can't check signature: No public key

Replies are listed 'Best First'.
Re^2: cpanp install, gpg: Can't check signature: No public key
by QM (Parson) on Sep 28, 2012 at 09:04 UTC
    I installed Gpg4win, and went through the certificate creation steps in Kleopatra, including exporting to a server.

    Do I have to import the key for each module or author? Is there some way to automate this?

    I don't see the point of installing more than the odd module if I have to track down the public keys for each one. I suppose the whole distributed key thing is a real pain, as I'll have to find trusted authorities who host the public keys of the entities I want to communicate with.

    -QM
    --
    Quantum Mechanics: The dreams stuff is made of

      You can always disable that signature checking stuff in cpanp
      $conf->set_conf( signature => 0 );