Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-HTTP-Message for openSUSE:Factory checked in at 2023-09-29 21:12:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Message (Old) and /work/SRC/openSUSE:Factory/.perl-HTTP-Message.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-HTTP-Message" Fri Sep 29 21:12:54 2023 rev:37 rq:1114110 version:6.450.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-HTTP-Message/perl-HTTP-Message.changes 2022-11-10 14:21:33.806104823 +0100 +++ /work/SRC/openSUSE:Factory/.perl-HTTP-Message.new.28202/perl-HTTP-Message.changes 2023-09-29 21:13:24.113376388 +0200 @@ -1,0 +2,12 @@ +Thu Sep 28 03:06:30 UTC 2023 - Tina Müller <timueller+p...@suse.de> + +- updated to 6.45 + see /usr/share/doc/packages/perl-HTTP-Message/Changes + + 6.45 2023-09-27 14:27:31Z + - Allow for file ownership conflicts with Docker and GitHub Actions + (GH#193) (Olaf Alders) + - Add the 'status_code' function for getting all status codes as hash + (GH#194) (Dai Okabayashi) + +------------------------------------------------------------------- Old: ---- HTTP-Message-6.44.tar.gz New: ---- HTTP-Message-6.45.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-HTTP-Message.spec ++++++ --- /var/tmp/diff_new_pack.LOMwK5/_old 2023-09-29 21:13:25.161414201 +0200 +++ /var/tmp/diff_new_pack.LOMwK5/_new 2023-09-29 21:13:25.161414201 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-HTTP-Message # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,13 @@ %define cpan_name HTTP-Message Name: perl-HTTP-Message -Version: 6.44 +Version: 6.450.0 Release: 0 +%define cpan_version 6.45 License: Artistic-1.0 OR GPL-1.0-or-later Summary: HTTP style message (base class) URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl @@ -62,8 +63,19 @@ Requires: perl(LWP::MediaTypes) >= 6 Requires: perl(URI) >= 1.10 Requires: perl(parent) -Recommends: perl(IO::Compress::Brotli) >= 0.004001 -Recommends: perl(IO::Uncompress::Brotli) >= 0.004001 +Provides: perl(HTTP::Config) = 6.450.0 +Provides: perl(HTTP::Headers) = 6.450.0 +Provides: perl(HTTP::Headers::Auth) = 6.450.0 +Provides: perl(HTTP::Headers::ETag) = 6.450.0 +Provides: perl(HTTP::Headers::Util) = 6.450.0 +Provides: perl(HTTP::Message) = 6.450.0 +Provides: perl(HTTP::Request) = 6.450.0 +Provides: perl(HTTP::Request::Common) = 6.450.0 +Provides: perl(HTTP::Response) = 6.450.0 +Provides: perl(HTTP::Status) = 6.450.0 +%define __perllib_provides /bin/true +Recommends: perl(IO::Compress::Brotli) >= 0.4.1 +Recommends: perl(IO::Uncompress::Brotli) >= 0.4.1 %{perl_requires} %description @@ -381,7 +393,7 @@ $mess->proxy_authorization_basic %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} %build perl Makefile.PL INSTALLDIRS=vendor ++++++ HTTP-Message-6.44.tar.gz -> HTTP-Message-6.45.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.44/CONTRIBUTORS new/HTTP-Message-6.45/CONTRIBUTORS --- old/HTTP-Message-6.44/CONTRIBUTORS 2022-10-26 22:49:20.000000000 +0200 +++ new/HTTP-Message-6.45/CONTRIBUTORS 2023-09-27 16:27:40.000000000 +0200 @@ -13,6 +13,7 @@ * amire80 * Andreas J. Koenig * Andrei Grechkin + * bayashi * Bill Mann * Brendan Byrd * Bron Gondwana diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.44/Changes new/HTTP-Message-6.45/Changes --- old/HTTP-Message-6.44/Changes 2022-10-26 22:49:20.000000000 +0200 +++ new/HTTP-Message-6.45/Changes 2023-09-27 16:27:40.000000000 +0200 @@ -1,5 +1,11 @@ Revision history for HTTP-Message +6.45 2023-09-27 14:27:31Z + - Allow for file ownership conflicts with Docker and GitHub Actions + (GH#193) (Olaf Alders) + - Add the 'status_code' function for getting all status codes as hash + (GH#194) (Dai Okabayashi) + 6.44 2022-10-26 20:49:00Z - Made the Clone module a hard requirement, so we don't have to provide a fallback function for HTTP::Headers::clone(). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.44/LICENSE new/HTTP-Message-6.45/LICENSE --- old/HTTP-Message-6.44/LICENSE 2022-10-26 22:49:20.000000000 +0200 +++ new/HTTP-Message-6.45/LICENSE 2023-09-27 16:27:40.000000000 +0200 @@ -270,110 +270,143 @@ That's all there is to it! ---- The Artistic License 1.0 --- +--- The Perl Artistic License 1.0 --- This software is Copyright (c) 1994 by Gisle Aas. This is free software, licensed under: - The Artistic License 1.0 + The Perl Artistic License 1.0 -The Artistic License -Preamble -The intent of this document is to state the conditions under which a Package -may be copied, such that the Copyright Holder maintains some semblance of -artistic control over the development of the package, while giving the users of -the package the right to use and distribute the Package in a more-or-less -customary fashion, plus the right to make reasonable modifications. + + + The "Artistic License" + + Preamble + +The intent of this document is to state the conditions under which a +Package may be copied, such that the Copyright Holder maintains some +semblance of artistic control over the development of the package, +while giving the users of the package the right to use and distribute +the Package in a more-or-less customary fashion, plus the right to make +reasonable modifications. Definitions: - - "Package" refers to the collection of files distributed by the Copyright - Holder, and derivatives of that collection of files created through - textual modification. - - "Standard Version" refers to such a Package if it has not been modified, - or has been modified in accordance with the wishes of the Copyright - Holder. - - "Copyright Holder" is whoever is named in the copyright or copyrights for - the package. - - "You" is you, if you're thinking about copying or distributing this Package. - - "Reasonable copying fee" is whatever you can justify on the basis of media - cost, duplication charges, time of people involved, and so on. (You will - not be required to justify it to the Copyright Holder, but only to the - computing community at large as a market that must bear the fee.) - - "Freely Available" means that no fee is charged for the item itself, though - there may be fees involved in handling the item. It also means that - recipients of the item may redistribute it under the same conditions they - received it. + "Package" refers to the collection of files distributed by the + Copyright Holder, and derivatives of that collection of files + created through textual modification. + + "Standard Version" refers to such a Package if it has not been + modified, or has been modified in accordance with the wishes + of the Copyright Holder as specified below. + + "Copyright Holder" is whoever is named in the copyright or + copyrights for the package. + + "You" is you, if you're thinking about copying or distributing + this Package. + + "Reasonable copying fee" is whatever you can justify on the + basis of media cost, duplication charges, time of people involved, + and so on. (You will not be required to justify it to the + Copyright Holder, but only to the computing community at large + as a market that must bear the fee.) + + "Freely Available" means that no fee is charged for the item + itself, though there may be fees involved in handling the item. + It also means that recipients of the item may redistribute it + under the same conditions they received it. 1. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. -2. You may apply bug fixes, portability fixes and other modifications derived -from the Public Domain or from the Copyright Holder. A Package modified in such -a way shall still be considered the Standard Version. - -3. You may otherwise modify your copy of this Package in any way, provided that -you insert a prominent notice in each changed file stating how and when you -changed that file, and provided that you do at least ONE of the following: - - a) place your modifications in the Public Domain or otherwise make them - Freely Available, such as by posting said modifications to Usenet or an - equivalent medium, or placing the modifications on a major archive site - such as ftp.uu.net, or by allowing the Copyright Holder to include your - modifications in the Standard Version of the Package. - - b) use the modified Package only within your corporation or organization. - - c) rename any non-standard executables so the names do not conflict with - standard executables, which must also be provided, and provide a separate - manual page for each non-standard executable that clearly documents how it - differs from the Standard Version. - - d) make other distribution arrangements with the Copyright Holder. - -4. You may distribute the programs of this Package in object code or executable -form, provided that you do at least ONE of the following: - - a) distribute a Standard Version of the executables and library files, - together with instructions (in the manual page or equivalent) on where to - get the Standard Version. - - b) accompany the distribution with the machine-readable source of the Package - with your modifications. - - c) accompany any non-standard executables with their corresponding Standard - Version executables, giving the non-standard executables non-standard - names, and clearly documenting the differences in manual pages (or - equivalent), together with instructions on where to get the Standard - Version. +2. You may apply bug fixes, portability fixes and other modifications +derived from the Public Domain or from the Copyright Holder. A Package +modified in such a way shall still be considered the Standard Version. - d) make other distribution arrangements with the Copyright Holder. +3. You may otherwise modify your copy of this Package in any way, provided +that you insert a prominent notice in each changed file stating how and +when you changed that file, and provided that you do at least ONE of the +following: -5. You may charge a reasonable copying fee for any distribution of this -Package. You may charge any fee you choose for support of this Package. You -may not charge a fee for this Package itself. However, you may distribute this -Package in aggregate with other (possibly commercial) programs as part of a -larger (possibly commercial) software distribution provided that you do not -advertise this Package as a product of your own. - -6. The scripts and library files supplied as input to or produced as output -from the programs of this Package do not automatically fall under the copyright -of this Package, but belong to whomever generated them, and may be sold -commercially, and may be aggregated with this Package. + a) place your modifications in the Public Domain or otherwise make them + Freely Available, such as by posting said modifications to Usenet or + an equivalent medium, or placing the modifications on a major archive + site such as uunet.uu.net, or by allowing the Copyright Holder to include + your modifications in the Standard Version of the Package. + + b) use the modified Package only within your corporation or organization. + + c) rename any non-standard executables so the names do not conflict + with standard executables, which must also be provided, and provide + a separate manual page for each non-standard executable that clearly + documents how it differs from the Standard Version. -7. C or perl subroutines supplied by you and linked into this Package shall not -be considered part of this Package. + d) make other distribution arrangements with the Copyright Holder. + +4. You may distribute the programs of this Package in object code or +executable form, provided that you do at least ONE of the following: + + a) distribute a Standard Version of the executables and library files, + together with instructions (in the manual page or equivalent) on where + to get the Standard Version. + + b) accompany the distribution with the machine-readable source of + the Package with your modifications. + + c) give non-standard executables non-standard names, and clearly + document the differences in manual pages (or equivalent), together + with instructions on where to get the Standard Version. + + d) make other distribution arrangements with the Copyright Holder. + +5. You may charge a reasonable copying fee for any distribution of this +Package. You may charge any fee you choose for support of this +Package. You may not charge a fee for this Package itself. However, +you may distribute this Package in aggregate with other (possibly +commercial) programs as part of a larger (possibly commercial) software +distribution provided that you do not advertise this Package as a +product of your own. You may embed this Package's interpreter within +an executable of yours (by linking); this shall be construed as a mere +form of aggregation, provided that the complete Standard Version of the +interpreter is so embedded. + +6. The scripts and library files supplied as input to or produced as +output from the programs of this Package do not automatically fall +under the copyright of this Package, but belong to whoever generated +them, and may be sold commercially, and may be aggregated with this +Package. If such scripts or library files are aggregated with this +Package via the so-called "undump" or "unexec" methods of producing a +binary executable image, then distribution of such an image shall +neither be construed as a distribution of this Package nor shall it +fall under the restrictions of Paragraphs 3 and 4, provided that you do +not represent such an executable image as a Standard Version of this +Package. + +7. C subroutines (or comparably compiled subroutines in other +languages) supplied by you and linked into this Package in order to +emulate subroutines and variables of the language defined by this +Package shall not be considered part of this Package, but are the +equivalent of input as in Paragraph 6, provided these subroutines do +not change the language in any way that would cause it to fail the +regression tests for the language. + +8. Aggregation of this Package with a commercial distribution is always +permitted provided that the use of this Package is embedded; that is, +when no overt attempt is made to make this Package's interfaces visible +to the end user of the commercial distribution. Such use shall not be +construed as a distribution of this Package. -8. The name of the Copyright Holder may not be used to endorse or promote +9. The name of the Copyright Holder may not be used to endorse or promote products derived from this software without specific prior written permission. -9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. -The End + The End diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.44/MANIFEST new/HTTP-Message-6.45/MANIFEST --- old/HTTP-Message-6.44/MANIFEST 2022-10-26 22:49:20.000000000 +0200 +++ new/HTTP-Message-6.45/MANIFEST 2023-09-27 16:27:40.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.025. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.030. CONTRIBUTING.md CONTRIBUTORS Changes diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.44/META.json new/HTTP-Message-6.45/META.json --- old/HTTP-Message-6.44/META.json 2022-10-26 22:49:20.000000000 +0200 +++ new/HTTP-Message-6.45/META.json 2023-09-27 16:27:40.000000000 +0200 @@ -4,7 +4,7 @@ "Gisle Aas <gi...@activestate.com>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -111,16 +111,16 @@ "x_IRC" : "irc://irc.perl.org/#lwp", "x_MailingList" : "mailto:lib...@perl.org" }, - "version" : "6.44", + "version" : "6.45", "x_Dist_Zilla" : { "perl" : { - "version" : "5.036000" + "version" : "5.038000" }, "plugins" : [ { "class" : "Dist::Zilla::Plugin::MetaResources", "name" : "MetaResources", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -131,7 +131,7 @@ } }, "name" : "Prereqs", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::PromptIfStale", @@ -148,7 +148,7 @@ } }, "name" : "@Author::OALDERS/stale modules, build", - "version" : "0.057" + "version" : "0.058" }, { "class" : "Dist::Zilla::Plugin::PromptIfStale", @@ -163,12 +163,12 @@ } }, "name" : "@Author::OALDERS/stale modules, release", - "version" : "0.057" + "version" : "0.058" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@Author::OALDERS/AutoPrereqs", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::CheckChangesHasContent", @@ -183,12 +183,12 @@ } }, "name" : "@Author::OALDERS/MakeMaker", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::CPANFile", "name" : "@Author::OALDERS/CPANFile", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::ContributorsFile", @@ -198,37 +198,37 @@ { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Author::OALDERS/MetaJSON", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@Author::OALDERS/MetaYAML", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Author::OALDERS/Manifest", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::MetaNoIndex", "name" : "@Author::OALDERS/MetaNoIndex", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Author::OALDERS/MetaConfig", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::MetaResources", "name" : "@Author::OALDERS/MetaResources", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@Author::OALDERS/License", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::InstallGuide", @@ -244,7 +244,7 @@ { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "@Author::OALDERS/ExecDir", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::MojibakeTests", @@ -254,7 +254,7 @@ { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Author::OALDERS/PodSyntaxTests", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes", @@ -279,12 +279,12 @@ { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@Author::OALDERS/TestRelease", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs", "name" : "@Author::OALDERS/Test::ReportPrereqs", - "version" : "0.028" + "version" : "0.029" }, { "class" : "Dist::Zilla::Plugin::Test::Version", @@ -312,99 +312,99 @@ "Dist::Zilla::Plugin::PodWeaver" : { "finder" : [ ":InstallModules", - ":ExecFiles" + ":PerlExecFiles" ], "plugins" : [ { "class" : "Pod::Weaver::Plugin::EnsurePod5", "name" : "@CorePrep/EnsurePod5", - "version" : "4.018" + "version" : "4.019" }, { "class" : "Pod::Weaver::Plugin::H1Nester", "name" : "@CorePrep/H1Nester", - "version" : "4.018" + "version" : "4.019" }, { "class" : "Pod::Weaver::Plugin::SingleEncoding", "name" : "@Default/SingleEncoding", - "version" : "4.018" + "version" : "4.019" }, { "class" : "Pod::Weaver::Section::Name", "name" : "@Default/Name", - "version" : "4.018" + "version" : "4.019" }, { "class" : "Pod::Weaver::Section::Version", "name" : "@Default/Version", - "version" : "4.018" + "version" : "4.019" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Default/prelude", - "version" : "4.018" + "version" : "4.019" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "SYNOPSIS", - "version" : "4.018" + "version" : "4.019" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "DESCRIPTION", - "version" : "4.018" + "version" : "4.019" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "OVERVIEW", - "version" : "4.018" + "version" : "4.019" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "ATTRIBUTES", - "version" : "4.018" + "version" : "4.019" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "METHODS", - "version" : "4.018" + "version" : "4.019" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "FUNCTIONS", - "version" : "4.018" + "version" : "4.019" }, { "class" : "Pod::Weaver::Section::Leftovers", "name" : "@Default/Leftovers", - "version" : "4.018" + "version" : "4.019" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Default/postlude", - "version" : "4.018" + "version" : "4.019" }, { "class" : "Pod::Weaver::Section::Authors", "name" : "@Default/Authors", - "version" : "4.018" + "version" : "4.019" }, { "class" : "Pod::Weaver::Section::Legal", "name" : "@Default/Legal", - "version" : "4.018" + "version" : "4.019" } ] } }, "name" : "@Author::OALDERS/PodWeaver", - "version" : "4.009" + "version" : "4.010" }, { "class" : "Dist::Zilla::Plugin::PruneCruft", "name" : "@Author::OALDERS/PruneCruft", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::CopyFilesFromBuild", @@ -476,7 +476,7 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.38.1", + "git_version" : "2.42.0", "repo_root" : "." } }, @@ -487,7 +487,7 @@ "class" : "Dist::Zilla::Plugin::Git::Contributors", "config" : { "Dist::Zilla::Plugin::Git::Contributors" : { - "git_version" : "2.38.1", + "git_version" : "2.42.0", "include_authors" : 0, "include_releaser" : 1, "order_by" : "name", @@ -521,7 +521,7 @@ { "class" : "Dist::Zilla::Plugin::ShareDir", "name" : "@Author::OALDERS/ShareDir", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::CheckIssues", @@ -531,12 +531,12 @@ { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Author::OALDERS/ConfirmRelease", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Author::OALDERS/UploadToCPAN", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional", @@ -596,7 +596,7 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.38.1", + "git_version" : "2.42.0", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -613,12 +613,12 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "v6.44", + "tag" : "v6.45", "tag_format" : "v%V", "tag_message" : "v%V" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.38.1", + "git_version" : "2.42.0", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -647,7 +647,7 @@ { "class" : "Dist::Zilla::Plugin::NextRelease", "name" : "@Author::OALDERS/@Git::VersionManager/NextRelease", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", @@ -669,7 +669,7 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.38.1", + "git_version" : "2.42.0", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -689,7 +689,7 @@ "remotes_must_exist" : 1 }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.38.1", + "git_version" : "2.42.0", "repo_root" : "." } }, @@ -745,57 +745,57 @@ { "class" : "Dist::Zilla::Plugin::Substitute", "name" : "Substitute", - "version" : "0.006" + "version" : "0.007" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExtraTestFiles", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":PerlExecFiles", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "6.025" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "6.025" + "version" : "6.030" } ], "zilla" : { @@ -803,7 +803,7 @@ "config" : { "is_trial" : 0 }, - "version" : "6.025" + "version" : "6.030" } }, "x_contributors" : [ @@ -814,6 +814,7 @@ "amire80 <amir.ahar...@gmail.com>", "Andreas J. Koenig <andreas.koe...@anima.de>", "Andrei Grechkin <andrei.grech...@booking.com>", + "bayashi <baya...@cpan.org>", "Bill Mann <wfm...@alum.mit.edu>", "Brendan Byrd <git...@resonatorsoft.org>", "Bron Gondwana <br...@fastmail.fm>", @@ -898,8 +899,8 @@ "Zakariyya Mughal <zaki.mug...@gmail.com>", "Zefram <zef...@fysh.org>" ], - "x_generated_by_perl" : "v5.36.0", - "x_serialization_backend" : "Cpanel::JSON::XS version 4.29", + "x_generated_by_perl" : "v5.38.0", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.37", "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later", "x_static_install" : 1 } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.44/META.yml new/HTTP-Message-6.45/META.yml --- old/HTTP-Message-6.44/META.yml 2022-10-26 22:49:20.000000000 +0200 +++ new/HTTP-Message-6.45/META.yml 2023-09-27 16:27:40.000000000 +0200 @@ -19,7 +19,7 @@ ExtUtils::MakeMaker: '0' perl: '5.006' dynamic_config: 0 -generated_by: 'Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010' +generated_by: 'Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -63,15 +63,15 @@ bugtracker: https://github.com/libwww-perl/HTTP-Message/issues homepage: https://github.com/libwww-perl/HTTP-Message repository: https://github.com/libwww-perl/HTTP-Message.git -version: '6.44' +version: '6.45' x_Dist_Zilla: perl: - version: '5.036000' + version: '5.038000' plugins: - class: Dist::Zilla::Plugin::MetaResources name: MetaResources - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::Prereqs config: @@ -79,7 +79,7 @@ phase: runtime type: requires name: Prereqs - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::PromptIfStale config: @@ -92,7 +92,7 @@ run_under_travis: 0 skip: [] name: '@Author::OALDERS/stale modules, build' - version: '0.057' + version: '0.058' - class: Dist::Zilla::Plugin::PromptIfStale config: @@ -104,11 +104,11 @@ run_under_travis: 0 skip: [] name: '@Author::OALDERS/stale modules, release' - version: '0.057' + version: '0.058' - class: Dist::Zilla::Plugin::AutoPrereqs name: '@Author::OALDERS/AutoPrereqs' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::CheckChangesHasContent name: '@Author::OALDERS/CheckChangesHasContent' @@ -119,11 +119,11 @@ Dist::Zilla::Role::TestRunner: default_jobs: '8' name: '@Author::OALDERS/MakeMaker' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::CPANFile name: '@Author::OALDERS/CPANFile' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::ContributorsFile name: '@Author::OALDERS/ContributorsFile' @@ -131,31 +131,31 @@ - class: Dist::Zilla::Plugin::MetaJSON name: '@Author::OALDERS/MetaJSON' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::MetaYAML name: '@Author::OALDERS/MetaYAML' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::Manifest name: '@Author::OALDERS/Manifest' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::MetaNoIndex name: '@Author::OALDERS/MetaNoIndex' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::MetaConfig name: '@Author::OALDERS/MetaConfig' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::MetaResources name: '@Author::OALDERS/MetaResources' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::License name: '@Author::OALDERS/License' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::InstallGuide config: @@ -167,7 +167,7 @@ - class: Dist::Zilla::Plugin::ExecDir name: '@Author::OALDERS/ExecDir' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::MojibakeTests name: '@Author::OALDERS/MojibakeTests' @@ -175,7 +175,7 @@ - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@Author::OALDERS/PodSyntaxTests' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::Test::CPAN::Changes config: @@ -193,11 +193,11 @@ - class: Dist::Zilla::Plugin::TestRelease name: '@Author::OALDERS/TestRelease' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::Test::ReportPrereqs name: '@Author::OALDERS/Test::ReportPrereqs' - version: '0.028' + version: '0.029' - class: Dist::Zilla::Plugin::Test::Version name: '@Author::OALDERS/Test::Version' @@ -219,78 +219,78 @@ Dist::Zilla::Plugin::PodWeaver: finder: - ':InstallModules' - - ':ExecFiles' + - ':PerlExecFiles' plugins: - class: Pod::Weaver::Plugin::EnsurePod5 name: '@CorePrep/EnsurePod5' - version: '4.018' + version: '4.019' - class: Pod::Weaver::Plugin::H1Nester name: '@CorePrep/H1Nester' - version: '4.018' + version: '4.019' - class: Pod::Weaver::Plugin::SingleEncoding name: '@Default/SingleEncoding' - version: '4.018' + version: '4.019' - class: Pod::Weaver::Section::Name name: '@Default/Name' - version: '4.018' + version: '4.019' - class: Pod::Weaver::Section::Version name: '@Default/Version' - version: '4.018' + version: '4.019' - class: Pod::Weaver::Section::Region name: '@Default/prelude' - version: '4.018' + version: '4.019' - class: Pod::Weaver::Section::Generic name: SYNOPSIS - version: '4.018' + version: '4.019' - class: Pod::Weaver::Section::Generic name: DESCRIPTION - version: '4.018' + version: '4.019' - class: Pod::Weaver::Section::Generic name: OVERVIEW - version: '4.018' + version: '4.019' - class: Pod::Weaver::Section::Collect name: ATTRIBUTES - version: '4.018' + version: '4.019' - class: Pod::Weaver::Section::Collect name: METHODS - version: '4.018' + version: '4.019' - class: Pod::Weaver::Section::Collect name: FUNCTIONS - version: '4.018' + version: '4.019' - class: Pod::Weaver::Section::Leftovers name: '@Default/Leftovers' - version: '4.018' + version: '4.019' - class: Pod::Weaver::Section::Region name: '@Default/postlude' - version: '4.018' + version: '4.019' - class: Pod::Weaver::Section::Authors name: '@Default/Authors' - version: '4.018' + version: '4.019' - class: Pod::Weaver::Section::Legal name: '@Default/Legal' - version: '4.018' + version: '4.019' name: '@Author::OALDERS/PodWeaver' - version: '4.009' + version: '4.010' - class: Dist::Zilla::Plugin::PruneCruft name: '@Author::OALDERS/PruneCruft' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::CopyFilesFromBuild name: '@Author::OALDERS/CopyFilesFromBuild' @@ -347,7 +347,7 @@ allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: - git_version: 2.38.1 + git_version: 2.42.0 repo_root: . name: '@Author::OALDERS/Git::Check' version: '2.048' @@ -355,7 +355,7 @@ class: Dist::Zilla::Plugin::Git::Contributors config: Dist::Zilla::Plugin::Git::Contributors: - git_version: 2.38.1 + git_version: 2.42.0 include_authors: 0 include_releaser: 1 order_by: name @@ -380,7 +380,7 @@ - class: Dist::Zilla::Plugin::ShareDir name: '@Author::OALDERS/ShareDir' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::CheckIssues name: '@Author::OALDERS/CheckIssues' @@ -388,11 +388,11 @@ - class: Dist::Zilla::Plugin::ConfirmRelease name: '@Author::OALDERS/ConfirmRelease' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::UploadToCPAN name: '@Author::OALDERS/UploadToCPAN' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::RewriteVersion::Transitional config: @@ -439,7 +439,7 @@ allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: - git_version: 2.38.1 + git_version: 2.42.0 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local @@ -452,11 +452,11 @@ branch: ~ changelog: Changes signed: 0 - tag: v6.44 + tag: v6.45 tag_format: v%V tag_message: v%V Dist::Zilla::Role::Git::Repo: - git_version: 2.38.1 + git_version: 2.42.0 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local @@ -477,7 +477,7 @@ - class: Dist::Zilla::Plugin::NextRelease name: '@Author::OALDERS/@Git::VersionManager/NextRelease' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::Git::Commit config: @@ -494,7 +494,7 @@ - (?^:^lib/.*\.pm$) changelog: Changes Dist::Zilla::Role::Git::Repo: - git_version: 2.38.1 + git_version: 2.42.0 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local @@ -508,7 +508,7 @@ - origin remotes_must_exist: 1 Dist::Zilla::Role::Git::Repo: - git_version: 2.38.1 + git_version: 2.42.0 repo_root: . name: '@Author::OALDERS/Git::Push' version: '2.048' @@ -550,52 +550,52 @@ - class: Dist::Zilla::Plugin::Substitute name: Substitute - version: '0.006' + version: '0.007' - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::FinderCode name: ':ExtraTestFiles' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::FinderCode name: ':PerlExecFiles' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '6.025' + version: '6.030' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '6.025' + version: '6.030' zilla: class: Dist::Zilla::Dist::Builder config: is_trial: 0 - version: '6.025' + version: '6.030' x_contributors: - 'Adam Kennedy <ad...@cpan.org>' - 'Adam Sjogren <a...@koldfront.dk>' @@ -604,6 +604,7 @@ - 'amire80 <amir.ahar...@gmail.com>' - 'Andreas J. Koenig <andreas.koe...@anima.de>' - 'Andrei Grechkin <andrei.grech...@booking.com>' + - 'bayashi <baya...@cpan.org>' - 'Bill Mann <wfm...@alum.mit.edu>' - 'Brendan Byrd <git...@resonatorsoft.org>' - 'Bron Gondwana <br...@fastmail.fm>' @@ -687,7 +688,7 @@ - 'Yuri Karaban <t...@askold.net>' - 'Zakariyya Mughal <zaki.mug...@gmail.com>' - 'Zefram <zef...@fysh.org>' -x_generated_by_perl: v5.36.0 -x_serialization_backend: 'YAML::Tiny version 1.73' +x_generated_by_perl: v5.38.0 +x_serialization_backend: 'YAML::Tiny version 1.74' x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later' x_static_install: 1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.44/Makefile.PL new/HTTP-Message-6.45/Makefile.PL --- old/HTTP-Message-6.44/Makefile.PL 2022-10-26 22:49:20.000000000 +0200 +++ new/HTTP-Message-6.45/Makefile.PL 2023-09-27 16:27:40.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.025. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.030. use strict; use warnings; @@ -53,7 +53,7 @@ "lib" => 0, "overload" => 0 }, - "VERSION" => "6.44", + "VERSION" => "6.45", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.44/README.md new/HTTP-Message-6.45/README.md --- old/HTTP-Message-6.44/README.md 2022-10-26 22:49:20.000000000 +0200 +++ new/HTTP-Message-6.45/README.md 2023-09-27 16:27:40.000000000 +0200 @@ -4,7 +4,7 @@ # VERSION -version 6.44 +version 6.45 # SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.44/cpanfile new/HTTP-Message-6.45/cpanfile --- old/HTTP-Message-6.44/cpanfile 2022-10-26 22:49:20.000000000 +0200 +++ new/HTTP-Message-6.45/cpanfile 2023-09-27 16:27:40.000000000 +0200 @@ -1,4 +1,4 @@ -# This file is generated by Dist::Zilla::Plugin::CPANFile v6.025 +# This file is generated by Dist::Zilla::Plugin::CPANFile v6.030 # Do not edit this file directly. To change prereqs, edit the `dist.ini` file. requires "Carp" => "0"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.44/lib/HTTP/Config.pm new/HTTP-Message-6.45/lib/HTTP/Config.pm --- old/HTTP-Message-6.44/lib/HTTP/Config.pm 2022-10-26 22:49:20.000000000 +0200 +++ new/HTTP-Message-6.45/lib/HTTP/Config.pm 2023-09-27 16:27:40.000000000 +0200 @@ -3,7 +3,7 @@ use strict; use warnings; -our $VERSION = '6.44'; +our $VERSION = '6.45'; use URI; @@ -249,7 +249,7 @@ =head1 VERSION -version 6.44 +version 6.45 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.44/lib/HTTP/Headers/Auth.pm new/HTTP-Message-6.45/lib/HTTP/Headers/Auth.pm --- old/HTTP-Message-6.44/lib/HTTP/Headers/Auth.pm 2022-10-26 22:49:20.000000000 +0200 +++ new/HTTP-Message-6.45/lib/HTTP/Headers/Auth.pm 2023-09-27 16:27:40.000000000 +0200 @@ -3,7 +3,7 @@ use strict; use warnings; -our $VERSION = '6.44'; +our $VERSION = '6.45'; use HTTP::Headers; @@ -111,7 +111,7 @@ =head1 VERSION -version 6.44 +version 6.45 =head1 AUTHOR diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.44/lib/HTTP/Headers/ETag.pm new/HTTP-Message-6.45/lib/HTTP/Headers/ETag.pm --- old/HTTP-Message-6.44/lib/HTTP/Headers/ETag.pm 2022-10-26 22:49:20.000000000 +0200 +++ new/HTTP-Message-6.45/lib/HTTP/Headers/ETag.pm 2023-09-27 16:27:40.000000000 +0200 @@ -3,7 +3,7 @@ use strict; use warnings; -our $VERSION = '6.44'; +our $VERSION = '6.45'; require HTTP::Date; @@ -107,7 +107,7 @@ =head1 VERSION -version 6.44 +version 6.45 =head1 AUTHOR diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.44/lib/HTTP/Headers/Util.pm new/HTTP-Message-6.45/lib/HTTP/Headers/Util.pm --- old/HTTP-Message-6.44/lib/HTTP/Headers/Util.pm 2022-10-26 22:49:20.000000000 +0200 +++ new/HTTP-Message-6.45/lib/HTTP/Headers/Util.pm 2023-09-27 16:27:40.000000000 +0200 @@ -3,7 +3,7 @@ use strict; use warnings; -our $VERSION = '6.44'; +our $VERSION = '6.45'; use Exporter 5.57 'import'; @@ -103,7 +103,7 @@ =head1 VERSION -version 6.44 +version 6.45 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.44/lib/HTTP/Headers.pm new/HTTP-Message-6.45/lib/HTTP/Headers.pm --- old/HTTP-Message-6.44/lib/HTTP/Headers.pm 2022-10-26 22:49:20.000000000 +0200 +++ new/HTTP-Message-6.45/lib/HTTP/Headers.pm 2023-09-27 16:27:40.000000000 +0200 @@ -3,7 +3,7 @@ use strict; use warnings; -our $VERSION = '6.44'; +our $VERSION = '6.45'; use Clone qw(clone); use Carp (); @@ -463,7 +463,7 @@ =head1 VERSION -version 6.44 +version 6.45 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.44/lib/HTTP/Message.pm new/HTTP-Message-6.45/lib/HTTP/Message.pm --- old/HTTP-Message-6.44/lib/HTTP/Message.pm 2022-10-26 22:49:20.000000000 +0200 +++ new/HTTP-Message-6.45/lib/HTTP/Message.pm 2023-09-27 16:27:40.000000000 +0200 @@ -3,7 +3,7 @@ use strict; use warnings; -our $VERSION = '6.44'; +our $VERSION = '6.45'; require HTTP::Headers; require Carp; @@ -884,7 +884,7 @@ =head1 VERSION -version 6.44 +version 6.45 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.44/lib/HTTP/Request/Common.pm new/HTTP-Message-6.45/lib/HTTP/Request/Common.pm --- old/HTTP-Message-6.44/lib/HTTP/Request/Common.pm 2022-10-26 22:49:20.000000000 +0200 +++ new/HTTP-Message-6.45/lib/HTTP/Request/Common.pm 2023-09-27 16:27:40.000000000 +0200 @@ -3,7 +3,7 @@ use strict; use warnings; -our $VERSION = '6.44'; +our $VERSION = '6.45'; our $DYNAMIC_FILE_UPLOAD ||= 0; # make it defined (don't know why) our $READ_BUFFER_SIZE = 8192; @@ -315,7 +315,7 @@ =head1 VERSION -version 6.44 +version 6.45 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.44/lib/HTTP/Request.pm new/HTTP-Message-6.45/lib/HTTP/Request.pm --- old/HTTP-Message-6.44/lib/HTTP/Request.pm 2022-10-26 22:49:20.000000000 +0200 +++ new/HTTP-Message-6.45/lib/HTTP/Request.pm 2023-09-27 16:27:40.000000000 +0200 @@ -3,7 +3,7 @@ use strict; use warnings; -our $VERSION = '6.44'; +our $VERSION = '6.45'; use parent 'HTTP::Message'; @@ -155,7 +155,7 @@ =head1 VERSION -version 6.44 +version 6.45 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.44/lib/HTTP/Response.pm new/HTTP-Message-6.45/lib/HTTP/Response.pm --- old/HTTP-Message-6.44/lib/HTTP/Response.pm 2022-10-26 22:49:20.000000000 +0200 +++ new/HTTP-Message-6.45/lib/HTTP/Response.pm 2023-09-27 16:27:40.000000000 +0200 @@ -3,7 +3,7 @@ use strict; use warnings; -our $VERSION = '6.44'; +our $VERSION = '6.45'; use parent 'HTTP::Message'; @@ -350,7 +350,7 @@ =head1 VERSION -version 6.44 +version 6.45 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.44/lib/HTTP/Status.pm new/HTTP-Message-6.45/lib/HTTP/Status.pm --- old/HTTP-Message-6.44/lib/HTTP/Status.pm 2022-10-26 22:49:20.000000000 +0200 +++ new/HTTP-Message-6.45/lib/HTTP/Status.pm 2023-09-27 16:27:40.000000000 +0200 @@ -3,12 +3,12 @@ use strict; use warnings; -our $VERSION = '6.44'; +our $VERSION = '6.45'; use Exporter 5.57 'import'; our @EXPORT = qw(is_info is_success is_redirect is_error status_message); -our @EXPORT_OK = qw(is_client_error is_server_error is_cacheable_by_default status_constant_name); +our @EXPORT_OK = qw(is_client_error is_server_error is_cacheable_by_default status_constant_name status_codes); # Note also addition of mnemonics to @EXPORT below @@ -169,6 +169,8 @@ ); } +sub status_codes { %StatusCode; } + 1; =pod @@ -181,7 +183,7 @@ =head1 VERSION -version 6.44 +version 6.45 =head1 SYNOPSIS @@ -350,6 +352,12 @@ This function is B<not> exported by default. +=item status_codes + +Returns a hash mapping numerical HTTP status code (e.g. 200) to text status messages (e.g. "OK") + +This function is B<not> exported by default. + =back =head1 SEE ALSO diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.44/t/00-report-prereqs.t new/HTTP-Message-6.45/t/00-report-prereqs.t --- old/HTTP-Message-6.44/t/00-report-prereqs.t 2022-10-26 22:49:20.000000000 +0200 +++ new/HTTP-Message-6.45/t/00-report-prereqs.t 2023-09-27 16:27:40.000000000 +0200 @@ -3,7 +3,7 @@ use strict; use warnings; -# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.028 +# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.029 use Test::More tests => 1; @@ -109,20 +109,24 @@ my @reports = [qw/Module Want Have/]; for my $mod ( sort keys %{ $req_hash->{$phase}{$type} } ) { - next if $mod eq 'perl'; next if grep { $_ eq $mod } @exclude; - my $file = $mod; - $file =~ s{::}{/}g; - $file .= ".pm"; - my ($prefix) = grep { -e File::Spec->catfile($_, $file) } @INC; - my $want = $req_hash->{$phase}{$type}{$mod}; $want = "undef" unless defined $want; $want = "any" if !$want && $want == 0; + if ($mod eq 'perl') { + push @reports, ['perl', $want, $]]; + next; + } + my $req_string = $want eq 'any' ? 'any version required' : "version '$want' required"; + my $file = $mod; + $file =~ s{::}{/}g; + $file .= ".pm"; + my ($prefix) = grep { -e File::Spec->catfile($_, $file) } @INC; + if ($prefix) { my $have = MM->parse_version( File::Spec->catfile($prefix, $file) ); $have = "undef" unless defined $have; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.44/t/status.t new/HTTP-Message-6.45/t/status.t --- old/HTTP-Message-6.44/t/status.t 2022-10-26 22:49:20.000000000 +0200 +++ new/HTTP-Message-6.45/t/status.t 2023-09-27 16:27:40.000000000 +0200 @@ -2,9 +2,9 @@ use warnings; use Test::More; -plan tests => 52; +plan tests => 53; -use HTTP::Status qw(:constants :is status_message status_constant_name); +use HTTP::Status qw(:constants :is status_message status_constant_name status_codes); is(HTTP_OK, 200); @@ -56,3 +56,6 @@ is(status_constant_name(HTTP_OK), "HTTP_OK"); is(status_constant_name(404), "HTTP_NOT_FOUND"); is(status_constant_name(999), undef); + +my %status_codes = status_codes(); +is($status_codes{200}, status_message(200)); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.44/xt/release/changes_has_content.t new/HTTP-Message-6.45/xt/release/changes_has_content.t --- old/HTTP-Message-6.44/xt/release/changes_has_content.t 2022-10-26 22:49:20.000000000 +0200 +++ new/HTTP-Message-6.45/xt/release/changes_has_content.t 2023-09-27 16:27:40.000000000 +0200 @@ -8,7 +8,7 @@ note 'Checking Changes'; my $changes_file = 'Changes'; -my $newver = '6.44'; +my $newver = '6.45'; my $trial_token = '-TRIAL'; my $encoding = 'UTF-8';