We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb24c7b commit 128b06fCopy full SHA for 128b06f
Changes
@@ -1,5 +1,7 @@
1
Release history for LWP-Protocol-https
2
3
+{{$NEXT}}
4
+
5
6.15 2026-02-23 20:36:42Z
6
- Make TLS enabled proxy work (proxy URL https:// not http://) (GH#89)
7
(Steffen Ullrich)
Makefile.PL
@@ -41,7 +41,7 @@ my %WriteMakefileArgs = (
41
"Test::RequiresInternet" => 0,
42
"warnings" => 0
43
},
44
- "VERSION" => "6.15",
+ "VERSION" => "6.16",
45
"test" => {
46
"TESTS" => "t/*.t"
47
}
lib/LWP/Protocol/https.pm
@@ -3,7 +3,7 @@ package LWP::Protocol::https;
use strict;
use warnings;
-our $VERSION = '6.15';
+our $VERSION = '6.16';
8
use parent qw(LWP::Protocol::http);
9
require Net::HTTPS;
0 commit comments