Bareword "POSIX::_SC_OPEN_MAX" not allowed while "strict subs" in use at blib/lib/GnuPG.pm line 267.
BEGIN failed--compilation aborted at test.pl line 18.
Running make install
make test had returned bad status, won't install without force
####
#! /usr/bin/perl
use GnuPG qw(:algo);
my $gpg=new GnuPG();
$gpg->gen_key(name=>"dReKurCe";
comment=>"Test Key";
passphrase=>$secret;
);
####
Bareword "POSIX::_SC_OPEN_MAX" not allowed while "strict subs" in use at /usr/l line 267.
Compilation failed in require at keygen line 3.
BEGIN failed--compilation aborted at keygen line 3.