We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e07dea9 + e1c9975 commit 199506dCopy full SHA for 199506d
3 files changed
Makefile.PL
@@ -26,6 +26,7 @@ WriteMakefile(
26
'PL_FILES' => {},
27
'LICENSE' => 'perl',
28
'PREREQ_PM' => {
29
+ 'Crypt::OpenSSL::Bignum' => 0,
30
'Crypt::OpenSSL::Random' => 0,
31
},
32
'TEST_REQUIRES' => {
@@ -46,9 +47,6 @@ WriteMakefile(
46
47
version => MM->parse_version('RSA.pm'),
48
49
- recommends => {
50
- 'Crypt::OpenSSL::Bignum' => 0,
51
- },
52
configure_requires => {
53
'Crypt::OpenSSL::Guess' => '0.11',
54
RSA.pm
@@ -4,6 +4,7 @@ use strict;
4
use warnings;
5
6
use Carp; # Removing carp will break the XS code.
7
+use Crypt::OpenSSL::Bignum;
8
9
our $VERSION = '0.37';
10
t/sig_die.t
0 commit comments