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 5b499ba commit 2bde4e1Copy full SHA for 2bde4e1
Changes
@@ -1,7 +1,13 @@
1
Version History
2
3
+0.27
4
+
5
+ TBD Update Version and Changes
6
+ 5b499ba Fix test error on OpenBSD 6.8
7
8
0.26-TRIAL 25-Jan-2021
9
10
+ 7416597 Update Changes
11
e43029a Disable -Werror if not author testing and gcc flags if not gcc
12
13
0.25-TRIAL 19-Jan-2021
Verify.pm
@@ -5,7 +5,7 @@ use warnings;
require 5.010;
-our $VERSION = '0.26';
+our $VERSION = '0.27';
use Crypt::OpenSSL::X509;
0 commit comments