Subject: | Can't locate object method "bless_pointer" via package "Crypt::OpenSSL::Bignum" |
I see the following failure on my smokers:
...
PERL_DL_NONLAZY=1 "/usr/perl5.22.4d/bin/perl5.22.4" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Can't locate object method "bless_pointer" via package "Crypt::OpenSSL::Bignum" at blib/lib/Crypt/OpenSSL/RSA.pm (autosplit into blib/lib/auto/Crypt/OpenSSL/RSA/get_key_parameters.al) line 300.
# Looks like your test exited with 22 just after 1.
t/001_load.t .........
Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 1/2 subtests
... (etc) ...