File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -76,9 +76,10 @@ my %WriteMakefileArgs = (
7676 " Crypt::OpenSSL::X509" => 0
7777 },
7878 " TEST_REQUIRES" => {
79- " File::Slurper" => " 0.012"
79+ " File::Slurper" => " 0.012" ,
80+ " Test::Exception" => 0
8081 },
81- " VERSION" => " 0.30 " ,
82+ " VERSION" => " 0.31 " ,
8283 " test" => {
8384 " TESTS" => " t/*.t t/author/*.t"
8485 }
@@ -91,7 +92,8 @@ my %WriteMakefileArgs = (
9192
9293my %FallbackPrereqs = (
9394 " Crypt::OpenSSL::X509" => 0,
94- " File::Slurper" => " 0.012"
95+ " File::Slurper" => " 0.012" ,
96+ " Test::Exception" => 0
9597);
9698
9799unless ( eval { ExtUtils::MakeMaker-> VERSION(' 6.63_03' ) } ) {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
55
66require 5.010;
77
8- our $VERSION = ' 0.30 ' ;
8+ our $VERSION = ' 0.31 ' ;
99
1010use Crypt::OpenSSL::X509;
1111
You can’t perform that action at this time.
0 commit comments