We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e60d7cf commit 0bd0ec5Copy full SHA for 0bd0ec5
Changes
@@ -1,8 +1,14 @@
1
Version History
2
3
+0.25-TRIAL 19-Jan-2021
4
+
5
+ Same as Version 0.24-TRIAL rename cpan file
6
7
+ TBD Update Version and Changes
8
9
0.24-TRIAL 19-Jan-2021
10
- TBD Update Version and Changes
11
+ e60d7cf Update Version and Changes
12
3b083e3 Fix some dist issues with extra files
13
9794729 Attempt to fix solaris issue by disabling inline optimization
14
0ab1b9f Fixes #15 - openssl-detection fails for w10/cygwin
Verify.pm
@@ -5,7 +5,7 @@ use warnings;
require 5.010;
-our $VERSION = '0.24';
+our $VERSION = '0.25';
use Crypt::OpenSSL::X509;
0 commit comments