Skip to content

Commit 7c1023a

Browse files
committed
increment $VERSION after 6.16 release
1 parent 376bc77 commit 7c1023a

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Release history for LWP-Protocol-https
22

3+
{{$NEXT}}
4+
35
6.16 2026-07-23 03:48:07Z
46
- Remove undeclared Try::Tiny dependency from t/diag.t, which could cause
57
the test suite to fail to install on minimal perls (GH#96) (Olaf Alders)

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ my %WriteMakefileArgs = (
4141
"Test::RequiresInternet" => 0,
4242
"warnings" => 0
4343
},
44-
"VERSION" => "6.16",
44+
"VERSION" => "6.17",
4545
"test" => {
4646
"TESTS" => "t/*.t"
4747
}

lib/LWP/Protocol/https.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package LWP::Protocol::https;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '6.16';
6+
our $VERSION = '6.17';
77

88
use parent qw(LWP::Protocol::http);
99
require Net::HTTPS;

0 commit comments

Comments
 (0)