summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2007-04-20 16:43:30 +0000
committerJesse Vincent <jesse@bestpractical.com>2007-04-20 16:43:30 +0000
commit06f0bab8cd7ed1d55be3ae4ccde529dccea0d524 (patch)
tree4c20ae5911c48aca6f312bb1148a8e0214e737d2 /lib
parent01e700b9eab22b9b6211d49aab091a692921429c (diff)
Fixes to support 'tru' record types. (See Changelog)
Diffstat (limited to 'lib')
-rw-r--r--lib/GnuPG/Interface.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/GnuPG/Interface.pm b/lib/GnuPG/Interface.pm
index 852a02e..e72c465 100644
--- a/lib/GnuPG/Interface.pm
+++ b/lib/GnuPG/Interface.pm
@@ -28,7 +28,7 @@ use IO::Handle;
use GnuPG::Options;
use GnuPG::Handles;
-$VERSION = '0.34';
+$VERSION = '0.35';
use Class::MethodMaker
get_set => [ qw( call passphrase ) ],
@@ -543,7 +543,7 @@ sub get_keys
$current_key->push_subkeys( $current_signed_item );
}
- else
+ elsif ( $record_type ne 'tru' )
{
warn "unknown record type $record_type";
}