Skip to content

Commit 199506d

Browse files
authored
Merge pull request #169 from timlegge/bignum
Make Crypt::OpenSSL::Bignum a hard requirement
2 parents e07dea9 + e1c9975 commit 199506d

3 files changed

Lines changed: 2 additions & 16 deletions

File tree

Makefile.PL

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ WriteMakefile(
2626
'PL_FILES' => {},
2727
'LICENSE' => 'perl',
2828
'PREREQ_PM' => {
29+
'Crypt::OpenSSL::Bignum' => 0,
2930
'Crypt::OpenSSL::Random' => 0,
3031
},
3132
'TEST_REQUIRES' => {
@@ -46,9 +47,6 @@ WriteMakefile(
4647
version => MM->parse_version('RSA.pm'),
4748
},
4849
},
49-
recommends => {
50-
'Crypt::OpenSSL::Bignum' => 0,
51-
},
5250
configure_requires => {
5351
'Crypt::OpenSSL::Guess' => '0.11',
5452
},

RSA.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ use strict;
44
use warnings;
55

66
use Carp; # Removing carp will break the XS code.
7+
use Crypt::OpenSSL::Bignum;
78

89
our $VERSION = '0.37';
910

t/sig_die.t

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)