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