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 20b26ec commit a9f9883Copy full SHA for a9f9883
Changes
@@ -1,3 +1,6 @@
1
+2.095 2025/07/10
2
+- regression: make sysread set buffer to empty string again when returning
3
+ EOf. Fixes #171
4
2.094 2025/06/18
5
- fixed memory leak introduced in 2.092
6
2.093 2025/06/17
lib/IO/Socket/SSL.pm
@@ -13,7 +13,7 @@
13
14
package IO::Socket::SSL;
15
16
-our $VERSION = '2.094';
+our $VERSION = '2.095';
17
18
use IO::Socket;
19
use Net::SSLeay 1.46;
0 commit comments