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 2eb8613 commit 3e233b5Copy full SHA for 3e233b5
Changes
@@ -1,5 +1,7 @@
1
Release history for LWP-Protocol-https
2
3
+{{$NEXT}}
4
+
5
6.13 2024-02-06 01:00:50Z
6
- Fix ssl upgrade for regular host names (GH#77) (Axel Burri)
7
Makefile.PL
@@ -41,7 +41,7 @@ my %WriteMakefileArgs = (
41
"Test::RequiresInternet" => 0,
42
"warnings" => 0
43
},
44
- "VERSION" => "6.13",
+ "VERSION" => "6.14",
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.13';
+our $VERSION = '6.14';
8
use base qw(LWP::Protocol::http);
9
require Net::HTTPS;
0 commit comments