Skip to content

Commit 2315324

Browse files
committed
v6.44
- Made the Clone module a hard requirement, so we don't have to provide a fallback function for HTTP::Headers::clone(). We require at least Clone 0.46, as that release now supports Perl back to 5.8.1, just like us. (GH#184) (Neil Bowers) - Import clone from Clone rather than inheriting (GH#189) (Graham Knop) - Made the Compress::Raw::Zlib 2.062 module minimal required version. (GH#190) (Jakub 'q84fh' Skory)
1 parent a4c9013 commit 2315324

File tree

5 files changed

+38
-56
lines changed

5 files changed

+38
-56
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for HTTP-Message
22

3-
{{$NEXT}}
3+
6.44 2022-10-26 20:49:00Z
44
- Made the Clone module a hard requirement, so we don't have to
55
provide a fallback function for HTTP::Headers::clone().
66
We require at least Clone 0.46, as that release now supports

META.json

Lines changed: 30 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
},
3333
"develop" : {
3434
"requires" : {
35-
"Clone" : "0",
3635
"File::Spec" : "0",
3736
"IO::Handle" : "0",
3837
"IPC::Open3" : "0",
@@ -52,8 +51,9 @@
5251
},
5352
"requires" : {
5453
"Carp" : "0",
54+
"Clone" : "0.46",
5555
"Compress::Raw::Bzip2" : "0",
56-
"Compress::Raw::Zlib" : "0",
56+
"Compress::Raw::Zlib" : "2.062",
5757
"Encode" : "3.01",
5858
"Encode::Locale" : "1",
5959
"Exporter" : "5.57",
@@ -73,9 +73,6 @@
7373
"perl" : "5.008001",
7474
"strict" : "0",
7575
"warnings" : "0"
76-
},
77-
"suggests" : {
78-
"Clone" : "0"
7976
}
8077
},
8178
"test" : {
@@ -114,10 +111,10 @@
114111
"x_IRC" : "irc://irc.perl.org/#lwp",
115112
"x_MailingList" : "mailto:libwww@perl.org"
116113
},
117-
"version" : "6.43",
114+
"version" : "6.44",
118115
"x_Dist_Zilla" : {
119116
"perl" : {
120-
"version" : "5.028000"
117+
"version" : "5.036000"
121118
},
122119
"plugins" : [
123120
{
@@ -321,82 +318,82 @@
321318
{
322319
"class" : "Pod::Weaver::Plugin::EnsurePod5",
323320
"name" : "@CorePrep/EnsurePod5",
324-
"version" : "4.015"
321+
"version" : "4.018"
325322
},
326323
{
327324
"class" : "Pod::Weaver::Plugin::H1Nester",
328325
"name" : "@CorePrep/H1Nester",
329-
"version" : "4.015"
326+
"version" : "4.018"
330327
},
331328
{
332329
"class" : "Pod::Weaver::Plugin::SingleEncoding",
333330
"name" : "@Default/SingleEncoding",
334-
"version" : "4.015"
331+
"version" : "4.018"
335332
},
336333
{
337334
"class" : "Pod::Weaver::Section::Name",
338335
"name" : "@Default/Name",
339-
"version" : "4.015"
336+
"version" : "4.018"
340337
},
341338
{
342339
"class" : "Pod::Weaver::Section::Version",
343340
"name" : "@Default/Version",
344-
"version" : "4.015"
341+
"version" : "4.018"
345342
},
346343
{
347344
"class" : "Pod::Weaver::Section::Region",
348345
"name" : "@Default/prelude",
349-
"version" : "4.015"
346+
"version" : "4.018"
350347
},
351348
{
352349
"class" : "Pod::Weaver::Section::Generic",
353350
"name" : "SYNOPSIS",
354-
"version" : "4.015"
351+
"version" : "4.018"
355352
},
356353
{
357354
"class" : "Pod::Weaver::Section::Generic",
358355
"name" : "DESCRIPTION",
359-
"version" : "4.015"
356+
"version" : "4.018"
360357
},
361358
{
362359
"class" : "Pod::Weaver::Section::Generic",
363360
"name" : "OVERVIEW",
364-
"version" : "4.015"
361+
"version" : "4.018"
365362
},
366363
{
367364
"class" : "Pod::Weaver::Section::Collect",
368365
"name" : "ATTRIBUTES",
369-
"version" : "4.015"
366+
"version" : "4.018"
370367
},
371368
{
372369
"class" : "Pod::Weaver::Section::Collect",
373370
"name" : "METHODS",
374-
"version" : "4.015"
371+
"version" : "4.018"
375372
},
376373
{
377374
"class" : "Pod::Weaver::Section::Collect",
378375
"name" : "FUNCTIONS",
379-
"version" : "4.015"
376+
"version" : "4.018"
380377
},
381378
{
382379
"class" : "Pod::Weaver::Section::Leftovers",
383380
"name" : "@Default/Leftovers",
384-
"version" : "4.015"
381+
"version" : "4.018"
385382
},
386383
{
387384
"class" : "Pod::Weaver::Section::Region",
388385
"name" : "@Default/postlude",
389-
"version" : "4.015"
386+
"version" : "4.018"
390387
},
391388
{
392389
"class" : "Pod::Weaver::Section::Authors",
393390
"name" : "@Default/Authors",
394-
"version" : "4.015"
391+
"version" : "4.018"
395392
},
396393
{
397394
"class" : "Pod::Weaver::Section::Legal",
398395
"name" : "@Default/Legal",
399-
"version" : "4.015"
396+
"version" : "4.018"
400397
}
401398
]
402399
}
@@ -479,7 +476,7 @@
479476
"changelog" : "Changes"
480477
},
481478
"Dist::Zilla::Role::Git::Repo" : {
482-
"git_version" : "2.34.1",
479+
"git_version" : "2.38.1",
483480
"repo_root" : "."
484481
}
485482
},
@@ -490,7 +487,7 @@
490487
"class" : "Dist::Zilla::Plugin::Git::Contributors",
491488
"config" : {
492489
"Dist::Zilla::Plugin::Git::Contributors" : {
493-
"git_version" : "2.34.1",
490+
"git_version" : "2.38.1",
494491
"include_authors" : 0,
495492
"include_releaser" : 1,
496493
"order_by" : "name",
@@ -599,7 +596,7 @@
599596
"changelog" : "Changes"
600597
},
601598
"Dist::Zilla::Role::Git::Repo" : {
602-
"git_version" : "2.34.1",
599+
"git_version" : "2.38.1",
603600
"repo_root" : "."
604601
},
605602
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -616,12 +613,12 @@
616613
"branch" : null,
617614
"changelog" : "Changes",
618615
"signed" : 0,
619-
"tag" : "v6.43",
616+
"tag" : "v6.44",
620617
"tag_format" : "v%V",
621618
"tag_message" : "v%V"
622619
},
623620
"Dist::Zilla::Role::Git::Repo" : {
624-
"git_version" : "2.34.1",
621+
"git_version" : "2.38.1",
625622
"repo_root" : "."
626623
},
627624
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -672,7 +669,7 @@
672669
"changelog" : "Changes"
673670
},
674671
"Dist::Zilla::Role::Git::Repo" : {
675-
"git_version" : "2.34.1",
672+
"git_version" : "2.38.1",
676673
"repo_root" : "."
677674
},
678675
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -692,30 +689,13 @@
692689
"remotes_must_exist" : 1
693690
},
694691
"Dist::Zilla::Role::Git::Repo" : {
695-
"git_version" : "2.34.1",
692+
"git_version" : "2.38.1",
696693
"repo_root" : "."
697694
}
698695
},
699696
"name" : "@Author::OALDERS/Git::Push",
700697
"version" : "2.048"
701698
},
702-
{
703-
"class" : "Dist::Zilla::Plugin::Prereqs::Soften",
704-
"config" : {
705-
"Dist::Zilla::Plugin::Prereqs::Soften" : {
706-
"copy_to" : [
707-
"develop.requires"
708-
],
709-
"modules" : [
710-
"Clone"
711-
],
712-
"modules_from_features" : null,
713-
"to_relationship" : "suggests"
714-
}
715-
},
716-
"name" : "Prereqs::Soften",
717-
"version" : "0.006003"
718-
},
719699
{
720700
"class" : "Dist::Zilla::Plugin::Prereqs::Soften",
721701
"config" : {
@@ -860,6 +840,7 @@
860840
"Hans-H. Froehlich <hfroehlich@co-de-co.de>",
861841
"Ian Kilgore <iank@cpan.org>",
862842
"Jacob J <waif@chaos2.org>",
843+
"Jakub Skory <jakub.skory@atos.net>",
863844
"Jakub Wilk <jwilk@jwilk.net>",
864845
"James Raspass <jraspass@gmail.com>",
865846
"jefflee <shaohua@gmail.com>",
@@ -917,8 +898,8 @@
917898
"Zakariyya Mughal <zaki.mughal@gmail.com>",
918899
"Zefram <zefram@fysh.org>"
919900
],
920-
"x_generated_by_perl" : "v5.28.0",
921-
"x_serialization_backend" : "Cpanel::JSON::XS version 4.04",
901+
"x_generated_by_perl" : "v5.36.0",
902+
"x_serialization_backend" : "Cpanel::JSON::XS version 4.29",
922903
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
923904
"x_static_install" : 1
924905
}

Makefile.PL

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ my %WriteMakefileArgs = (
1818
"NAME" => "HTTP::Message",
1919
"PREREQ_PM" => {
2020
"Carp" => 0,
21+
"Clone" => "0.46",
2122
"Compress::Raw::Bzip2" => 0,
22-
"Compress::Raw::Zlib" => 0,
23+
"Compress::Raw::Zlib" => "2.062",
2324
"Encode" => "3.01",
2425
"Encode::Locale" => 1,
2526
"Exporter" => "5.57",
@@ -61,8 +62,9 @@ my %WriteMakefileArgs = (
6162

6263
my %FallbackPrereqs = (
6364
"Carp" => 0,
65+
"Clone" => "0.46",
6466
"Compress::Raw::Bzip2" => 0,
65-
"Compress::Raw::Zlib" => 0,
67+
"Compress::Raw::Zlib" => "2.062",
6668
"Encode" => "3.01",
6769
"Encode::Locale" => 1,
6870
"Exporter" => "5.57",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ HTTP::Message - HTTP style message (base class)
44

55
# VERSION
66

7-
version 6.43
7+
version 6.44
88

99
# SYNOPSIS
1010

cpanfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
# Do not edit this file directly. To change prereqs, edit the `dist.ini` file.
33

44
requires "Carp" => "0";
5+
requires "Clone" => "0.46";
56
requires "Compress::Raw::Bzip2" => "0";
6-
requires "Compress::Raw::Zlib" => "0";
7+
requires "Compress::Raw::Zlib" => "2.062";
78
requires "Encode" => "3.01";
89
requires "Encode::Locale" => "1";
910
requires "Exporter" => "5.57";
@@ -25,7 +26,6 @@ requires "strict" => "0";
2526
requires "warnings" => "0";
2627
recommends "IO::Compress::Brotli" => "0.004001";
2728
recommends "IO::Uncompress::Brotli" => "0.004001";
28-
suggests "Clone" => "0";
2929

3030
on 'test' => sub {
3131
requires "ExtUtils::MakeMaker" => "0";
@@ -58,7 +58,6 @@ on 'configure' => sub {
5858
};
5959

6060
on 'develop' => sub {
61-
requires "Clone" => "0";
6261
requires "File::Spec" => "0";
6362
requires "IO::Handle" => "0";
6463
requires "IPC::Open3" => "0";

0 commit comments

Comments
 (0)