On 21/08/06, Thomas Hartman <[EMAIL PROTECTED]> wrote: > > > I'm having trouble installing SQL::Translator with CPAN. It's complaining > about a bad signature. > > (FWIW, my ultimate goal is to install DBIx::Class::DigestColumns, but this > seems to rely on SQL::Translator for the CPAN install.) > > I tried both a CPANPLUS and a CPAN install. Both seemed to fail similarly, > but the CPAN fail was a lot more verbose, whereas CPANPLUS just got to the > point. Can anyone advise? > > I originally posted at perlmonks, and there's more details about the error I > got there as well. > > http://www.perlmonks.org/?node_id=568511
gpg: Can't check signature: public key not found ==> BAD/TAMPERED signature detected! <== The bad/tampered error message isn't very accurate, as the preceeding line says it couldn't even find the public key to check it. Module::Signature was recently removed from Bundle::CPAN because it doesn't work properly. I would suggest removing Module/Signature.pm from your perl lib directory. Carl _______________________________________________ List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class Wiki: http://dbix-class.shadowcatsystems.co.uk/ IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/ Searchable Archive: http://www.mail-archive.com/[email protected]/
