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 90e2edd commit a5a91d7Copy full SHA for a5a91d7
Makefile.PL
@@ -79,7 +79,7 @@ my %WriteMakefileArgs = (
79
"File::Slurper" => "0.012",
80
"Test::Exception" => 0
81
},
82
- "VERSION" => "0.34",
+ "VERSION" => "0.35",
83
"test" => {
84
"TESTS" => "t/*.t t/author/*.t"
85
}
Verify.pm
@@ -5,7 +5,7 @@ use warnings;
5
6
require 5.010;
7
8
-our $VERSION = '0.34';
+our $VERSION = '0.35';
9
10
use Crypt::OpenSSL::X509;
11
0 commit comments