Mailing List Archive

perl interface
I wrote a perl module to sign and verify text with GNUPG.
I don't plan working much on it because it does all I need, so I urge
some more competent programmer to adopt it and make it a real module
for CPAN.

It has the same flushing problem of PGP::Sign: when redirecting the
output of the perl program stdout is flushed both in the child and in
the parent. I don't know how to fix that.

--
ciao,
Marco
Re: perl interface [ In reply to ]
Marco d'Itri <md@linux.it> writes:

> I wrote a perl module to sign and verify text with GNUPG. I don't plan
> working much on it because it does all I need, so I urge some more
> competent programmer to adopt it and make it a real module for CPAN.

Looks close to what I have but with some of the interface options that I
need to add to PGP::Sign to let things like whether to generate detached
signatures be configurable.

> It has the same flushing problem of PGP::Sign: when redirecting the
> output of the perl program stdout is flushed both in the child and in
> the parent. I don't know how to fix that.

Can you give me more information on the symptoms here?

--
Russ Allbery (rra@stanford.edu) <URL:http://www.eyrie.org/~eagle/>