Package: libgnupg-interface-perl Version: 0.50-3 Hi,
A change between 0.45 and 0.50 seems to have broken devotee. As a result I now get: gpg: can't open `--verify' gpg: verify signatures failed: file open error In /usr/share/perl5/GnuPG/Interface.pm there is: my @command_args = ref $args{command_args} ? @{ $args{command_args} } : ( $args{command_args} || () ); unshift @command_args, "--" if @command_args and $command_args[0] ne "--"; Where the last 2 lines have been added. That unshift doesn't seem to make sense to me. Kurt