File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -76,9 +76,10 @@ my %WriteMakefileArgs = (
76
76
" Crypt::OpenSSL::X509" => 0
77
77
},
78
78
" TEST_REQUIRES" => {
79
- " File::Slurper" => " 0.012"
79
+ " File::Slurper" => " 0.012" ,
80
+ " Test::Exception" => 0
80
81
},
81
- " VERSION" => " 0.30 " ,
82
+ " VERSION" => " 0.31 " ,
82
83
" test" => {
83
84
" TESTS" => " t/*.t t/author/*.t"
84
85
}
@@ -91,7 +92,8 @@ my %WriteMakefileArgs = (
91
92
92
93
my %FallbackPrereqs = (
93
94
" Crypt::OpenSSL::X509" => 0,
94
- " File::Slurper" => " 0.012"
95
+ " File::Slurper" => " 0.012" ,
96
+ " Test::Exception" => 0
95
97
);
96
98
97
99
unless ( eval { ExtUtils::MakeMaker-> VERSION(' 6.63_03' ) } ) {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
5
5
6
6
require 5.010;
7
7
8
- our $VERSION = ' 0.30 ' ;
8
+ our $VERSION = ' 0.31 ' ;
9
9
10
10
use Crypt::OpenSSL::X509;
11
11
You can’t perform that action at this time.
0 commit comments