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.
1 parent 6c402c3 commit b14022bCopy full SHA for b14022b
Makefile.PL
@@ -78,7 +78,7 @@ my %WriteMakefileArgs = (
78
"TEST_REQUIRES" => {
79
"File::Slurper" => "0.012"
80
},
81
- "VERSION" => "0.19",
+ "VERSION" => "0.20",
82
"test" => {
83
"TESTS" => "t/*.t"
84
}
VerifyX509.pm
@@ -5,7 +5,7 @@ use warnings;
5
6
require 5.008_001;
7
8
-our $VERSION = '0.19';
+our $VERSION = '0.20';
9
10
use Crypt::OpenSSL::X509;
11
0 commit comments