# from my $max_fd = POSIX::sysconf( POSIX::_SC_OPEN_MAX ) || 256; # to my $max_fd = POSIX::sysconf( POSIX::_SC_OPEN_MAX() ) || 256; #### protocol error: expected DECRYPTION_OKAY got PLAINTEXT: #### # from # $self->abort_gnupg( "protocol error: expected DECRYPTION_OKAY got $cmd: \n" ) # unless $cmd =~ /DECRYPTION_OKAY/; # to $self->abort_gnupg( "protocol error: expected PLAINTEXT got $cmd: \n" ) unless $cmd =~ /PLAINTEXT/;