We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b083e3 commit e60d7cfCopy full SHA for e60d7cf
Changes
@@ -1,7 +1,16 @@
1
Version History
2
3
+0.24-TRIAL 19-Jan-2021
4
+
5
+ TBD Update Version and Changes
6
+ 3b083e3 Fix some dist issues with extra files
7
+ 9794729 Attempt to fix solaris issue by disabling inline optimization
8
+ 0ab1b9f Fixes #15 - openssl-detection fails for w10/cygwin
9
10
0.23 03-Dec-2020
11
12
+ b34cabb (tag: 0.23) Roll version 0.23
13
+ 5e5bb90 Merge pull request #12 from fastmailops/ConfigurableLibPth
14
2243383 Respect PERL_LIBPATH if set
15
16
0.22 03-Jul-2020
Verify.pm
@@ -5,7 +5,7 @@ use warnings;
require 5.010;
-our $VERSION = '0.23';
+our $VERSION = '0.24';
use Crypt::OpenSSL::X509;
0 commit comments