It seems that the new release does not list any prereqs.
Here's a related test failure from one of my smokers:
# Perl /usr/perl5.27.9p/bin/perl5.27.9 version 5.27.9 / OpenSSL 1.0.2n-freebsd 7 Dec 2017
# Skipping DSA, RSA tests: no support
Bailout called. Further testing stopped: Can't load Crypt::PKCS10
# Failed test 'use Crypt::PKCS10;'
# at t/02_base.t line 95.
# Tried to use 'Crypt::PKCS10'.
# Error: Can't locate Convert/ASN1.pm in @INC (you may need to install the Convert::ASN1 module) (@INC contains: /home/cpansand/.cpan/build/2018030321/Crypt-PKCS10-1.9-2/blib/arch /home/cpansand/.cpan/build/2018030321/Crypt-PKCS10-1.9-2/blib/lib /usr/perl5.27.9p/lib/site_perl/5.27.9/amd64-freebsd /usr/perl5.27.9p/lib/site_perl/5.27.9 /usr/perl5.27.9p/lib/5.27.9/amd64-freebsd /usr/perl5.27.9p/lib/5.27.9 .) at /home/cpansand/.cpan/build/2018030321/Crypt-PKCS10-1.9-2/blib/lib/Crypt/PKCS10.pm line 20.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2018030321/Crypt-PKCS10-1.9-2/blib/lib/Crypt/PKCS10.pm line 20.
# Compilation failed in require at t/02_base.t line 95.
# BEGIN failed--compilation aborted at t/02_base.t line 95.
FAILED--Further testing stopped: Can't load Crypt::PKCS10
It seems that the new release does not list any prereqs.
Here's a related test failure from one of my smokers: