There was an error while loading. Please reload this page.
1 parent 9561810 commit e4eac87Copy full SHA for e4eac87
3 files changed
Changes
@@ -1,5 +1,7 @@
1
Release history for LWP-Protocol-https
2
3
+{{$NEXT}}
4
+
5
6.17 2026-07-23 14:32:07Z
6
- Move the live httpbin.org test from t/example.t to xt/author/example.t so
7
that a transient outage of the external service (e.g. a 503) can no longer
Makefile.PL
@@ -40,7 +40,7 @@ my %WriteMakefileArgs = (
40
"Test::Needs" => "0.002010",
41
"warnings" => 0
42
},
43
- "VERSION" => "6.17",
+ "VERSION" => "6.18",
44
"test" => {
45
"TESTS" => "t/*.t"
46
}
lib/LWP/Protocol/https.pm
@@ -3,7 +3,7 @@ package LWP::Protocol::https;
use strict;
use warnings;
-our $VERSION = '6.17';
+our $VERSION = '6.18';
8
use parent qw(LWP::Protocol::http);
9
require Net::HTTPS;
0 commit comments