Description: The example in GnuPG::Interface documentation for the
 list_public_keys functionality adds a mistaken layer of indirection,
 which causes the gpg query to fail.
Origin: vendor
Bug: http://rt.cpan.org/Public/Bug/Display.html?id=57025
Bug-Debian: http://bugs.debian.org/579587
Forwarded: yes
Author: Ansgar Burchardt <ansgar@43-1.org>
Last-Update: 2010-04-29

--- a/lib/GnuPG/Interface.pm
+++ b/lib/GnuPG/Interface.pm
@@ -1136,7 +1136,7 @@
   # and read from our input, because no input is needed!
   my $handles = GnuPG::Handles->new();
   
-  my @ids = [ 'ftobin', '0xABCD1234' ];
+  my @ids = ( 'ftobin', '0xABCD1234' );
 
   # this time we need to specify something for
   # command_args because --list-public-keys takes
