Package: libgnupg-perl
Version: 0.9-9

This is an up-to-date stable lenny i386 box with gnupg 1.4.9-3+lenny1.
code sample:

use GnuPG;

my $gpg = new GnuPG();

## var defs here ##

$gpg->encrypt(
   plaintext  => $fn,
   passphrase => $passphrase,
   sign       => 1,
   recipient  => $recipient,
   output     => "${fn}.pgp"
);

I get the following error:

wrong response from gnupg (expected SHM_INFO)




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to