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 376bc77 commit 7c1023aCopy full SHA for 7c1023a
3 files changed
Changes
@@ -1,5 +1,7 @@
1
Release history for LWP-Protocol-https
2
3
+{{$NEXT}}
4
+
5
6.16 2026-07-23 03:48:07Z
6
- Remove undeclared Try::Tiny dependency from t/diag.t, which could cause
7
the test suite to fail to install on minimal perls (GH#96) (Olaf Alders)
Makefile.PL
@@ -41,7 +41,7 @@ my %WriteMakefileArgs = (
41
"Test::RequiresInternet" => 0,
42
"warnings" => 0
43
},
44
- "VERSION" => "6.16",
+ "VERSION" => "6.17",
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.16';
+our $VERSION = '6.17';
8
use parent qw(LWP::Protocol::http);
9
require Net::HTTPS;
0 commit comments