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 fa253ec commit b5925e0Copy full SHA for b5925e0
Changes
@@ -1,5 +1,7 @@
1
Release history for LWP-Protocol-https
2
3
+{{$NEXT}}
4
+
5
6.14 2024-03-11 01:08:33Z
6
- Inherit with 'use parent' instead of 'use base' (GH#78) (Marin Tsanov)
7
Makefile.PL
@@ -41,7 +41,7 @@ my %WriteMakefileArgs = (
41
"Test::RequiresInternet" => 0,
42
"warnings" => 0
43
},
44
- "VERSION" => "6.14",
+ "VERSION" => "6.15",
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.14';
+our $VERSION = '6.15';
8
use parent qw(LWP::Protocol::http);
9
require Net::HTTPS;
0 commit comments