Skip to content

Commit fa253ec

Browse files
committed
v6.14
- Inherit with 'use parent' instead of 'use base' (GH#78) (Marin Tsanov)
1 parent 0b61c62 commit fa253ec

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Release history for LWP-Protocol-https
22

3-
{{$NEXT}}
3+
6.14 2024-03-11 01:08:33Z
44
- Inherit with 'use parent' instead of 'use base' (GH#78) (Marin Tsanov)
55

66
6.13 2024-02-06 01:00:50Z

META.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@
9292
"provides" : {
9393
"LWP::Protocol::https" : {
9494
"file" : "lib/LWP/Protocol/https.pm",
95-
"version" : "6.13"
95+
"version" : "6.14"
9696
},
9797
"LWP::Protocol::https::Socket" : {
9898
"file" : "lib/LWP/Protocol/https.pm",
99-
"version" : "6.13"
99+
"version" : "6.14"
100100
}
101101
},
102102
"release_status" : "stable",
@@ -113,7 +113,7 @@
113113
"x_IRC" : "irc://irc.perl.org/#lwp",
114114
"x_MailingList" : "mailto:[email protected]"
115115
},
116-
"version" : "6.13",
116+
"version" : "6.14",
117117
"x_Dist_Zilla" : {
118118
"perl" : {
119119
"version" : "5.034000"
@@ -344,7 +344,7 @@
344344
"branch" : null,
345345
"changelog" : "Changes",
346346
"signed" : 0,
347-
"tag" : "v6.13",
347+
"tag" : "v6.14",
348348
"tag_format" : "v%V",
349349
"tag_message" : "v%V"
350350
},
@@ -723,6 +723,7 @@
723723
"Jon Jensen <[email protected]>",
724724
"Karen Etheridge <[email protected]>",
725725
"Leo Lapworth <[email protected]>",
726+
"Marin Tsanov <[email protected]>",
726727
"Mark Stosberg <[email protected]>",
727728
"Michael G. Schwern <[email protected]>",
728729
"Mike Schilli <[email protected]>",

0 commit comments

Comments
 (0)