Subject: | Incorrect use of the GnuPG interface |
Crypt::GPG is using output from the stderr to GnuPG:
$x =~ /Signature made (\S+ \S+ \S+ \S+ \S+ \S+).*(GOOD|BAD)SIG
(\S{16}).*(TRUST_(\S+))?/sg;
Crypt::GPG should not be using that output as that is not the
GnuPG specification and can change in future GnuPG versions and cause
lots of problems. Only "[GNUPG:]" lines should be used as input of
Crypt::GPG