Subject: | get_keys does not know about record type "grp" |
When I compile GnuPG::Interface with gpg 2.1.0, I get the following error during tests:
[ 73s] t/detach_sign.t ............
[ 73s] Failed 2/2 subtests
[ 74s] unknown record type grp at /home/abuild/rpmbuild/BUILD/GnuPG-Interface-0.51/blib/lib/GnuPG/Interface.pm line 599, <GEN27> line 5.
[ 74s] unknown record type grp at /home/abuild/rpmbuild/BUILD/GnuPG-Interface-0.51/blib/lib/GnuPG/Interface.pm line 599, <GEN27> line 14.
[ 74s] t/encrypt.t ................ ok
[ 76s] t/encrypt_symmetrically.t .. ok
[ 76s] t/export_keys.t ............ ok
[ 76s] t/Fingerprint.t ............ ok
[ 77s] unknown record type grp at /home/abuild/rpmbuild/BUILD/GnuPG-Interface-0.51/blib/lib/GnuPG/Interface.pm line 599, <GEN14> line 5.
[ 77s] unknown record type grp at /home/abuild/rpmbuild/BUILD/GnuPG-Interface-0.51/blib/lib/GnuPG/Interface.pm line 599, <GEN14> line 22.
[ 77s] t/get_public_keys.t ........
[ 77s] Failed 1/3 subtests
[ 77s] unknown record type grp at /home/abuild/rpmbuild/BUILD/GnuPG-Interface-0.51/blib/lib/GnuPG/Interface.pm line 599, <GEN14> line 4.
[ 77s] unknown record type grp at /home/abuild/rpmbuild/BUILD/GnuPG-Interface-0.51/blib/lib/GnuPG/Interface.pm line 599, <GEN14> line 13.
...and indeed there is no handling for record "grp" in sub get_keys() as far as I can see.
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob_plain;f=doc/DETAILS shows some information about the grp records, but I have no clue how this should be handled inside lib/GnuPG/Interface.pm ...