From caf232cc651711b0c71f7994e654e82c5fe93a7e Mon Sep 17 00:00:00 2001 From: TizenOpenSource Date: Fri, 20 Dec 2024 16:06:04 +0900 Subject: [PATCH] Imported Upstream version 6.77 --- Changes | 18 ++++ MANIFEST | 3 +- META.json | 158 ++++++++++++++--------------- META.yml | 166 +++++++++++++++---------------- Makefile.PL | 4 +- bin/lwp-request | 9 +- cpanfile | 2 +- dist.ini | 7 -- lib/LWP.pm | 2 +- lib/LWP/Authen/Basic.pm | 2 +- lib/LWP/Authen/Digest.pm | 2 +- lib/LWP/Authen/Ntlm.pm | 2 +- lib/LWP/ConnCache.pm | 2 +- lib/LWP/Debug.pm | 2 +- lib/LWP/Debug/TraceHTTP.pm | 2 +- lib/LWP/DebugFile.pm | 2 +- lib/LWP/MemberMixin.pm | 2 +- lib/LWP/Protocol.pm | 2 +- lib/LWP/Protocol/cpan.pm | 2 +- lib/LWP/Protocol/data.pm | 2 +- lib/LWP/Protocol/file.pm | 2 +- lib/LWP/Protocol/ftp.pm | 2 +- lib/LWP/Protocol/gopher.pm | 2 +- lib/LWP/Protocol/http.pm | 10 +- lib/LWP/Protocol/loopback.pm | 2 +- lib/LWP/Protocol/mailto.pm | 2 +- lib/LWP/Protocol/nntp.pm | 2 +- lib/LWP/Protocol/nogo.pm | 2 +- lib/LWP/RobotUA.pm | 2 +- lib/LWP/Simple.pm | 2 +- lib/LWP/UserAgent.pm | 21 ++-- t/00-report-prereqs.dd | 2 +- t/base/proxy_request.t | 42 +++++++- xt/author/pod-spell.t | 14 +++ xt/release/changes_has_content.t | 48 --------- 35 files changed, 279 insertions(+), 267 deletions(-) delete mode 100644 xt/release/changes_has_content.t diff --git a/Changes b/Changes index ac3ad76..6889710 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,23 @@ Change history for libwww-perl +6.77 2024-03-11 00:56:14Z + - Documentation updates for GH#448 (GH#457) (Russell Shingleton) + +6.76 2024-01-25 18:31:25Z + - Simplify code slightly for Perl v5.8+ (GH#455) (James Raspass) + - Move HTTP::CookieJar::LWP to test requires (GH#453) (Olaf Alders) + +6.75 2024-01-24 14:29:17Z + - Update lwp-request to suport PATCH HTTP method (GH#452) (Javier Puche) + +6.74 2024-01-22 17:48:18Z + - Making it possible to use IPv6 in https call through https proxy + environment (in case of using CONNECT method to create a tunnel) (GH#450) + (Dmitriy Shamatrin) + +6.73 2024-01-13 20:19:09Z + - Fix no_proxy subdomain matching (GH#447) (Axel Burri) + 6.72 2023-07-17 22:01:19Z - Don't mangle protocol scheme and don't require it to be valid if implementor is already known (GH#436) (mwgamera) diff --git a/MANIFEST b/MANIFEST index d571527..c5fda0d 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.030. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.031. CONTRIBUTING.md Changes INSTALL @@ -102,4 +102,3 @@ xt/author/pod-syntax.t xt/author/portability.t xt/author/test-version.t xt/dependent-modules.t -xt/release/changes_has_content.t diff --git a/META.json b/META.json index e463bb9..bb8a85b 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "Gisle Aas " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Dist::Zilla version 6.031, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -64,7 +64,6 @@ "Getopt::Long" : "0", "HTML::Entities" : "0", "HTML::HeadParser" : "3.71", - "HTTP::CookieJar::LWP" : "0", "HTTP::Cookies" : "6", "HTTP::Date" : "6", "HTTP::Negotiate" : "6", @@ -105,6 +104,7 @@ "ExtUtils::MakeMaker" : "0", "File::Spec" : "0", "FindBin" : "0", + "HTTP::CookieJar::LWP" : "0", "HTTP::Daemon" : "6.12", "Test::Fatal" : "0", "Test::More" : "0.96", @@ -116,96 +116,96 @@ "provides" : { "LWP" : { "file" : "lib/LWP.pm", - "version" : "6.72" + "version" : "6.77" }, "LWP::Authen::Basic" : { "file" : "lib/LWP/Authen/Basic.pm", - "version" : "6.72" + "version" : "6.77" }, "LWP::Authen::Digest" : { "file" : "lib/LWP/Authen/Digest.pm", - "version" : "6.72" + "version" : "6.77" }, "LWP::Authen::Ntlm" : { "file" : "lib/LWP/Authen/Ntlm.pm", - "version" : "6.72" + "version" : "6.77" }, "LWP::ConnCache" : { "file" : "lib/LWP/ConnCache.pm", - "version" : "6.72" + "version" : "6.77" }, "LWP::Debug" : { "file" : "lib/LWP/Debug.pm", - "version" : "6.72", + "version" : "6.77", "x_deprecated" : 1 }, "LWP::Debug::TraceHTTP" : { "file" : "lib/LWP/Debug/TraceHTTP.pm", - "version" : "6.72" + "version" : "6.77" }, "LWP::DebugFile" : { "file" : "lib/LWP/DebugFile.pm", - "version" : "6.72" + "version" : "6.77" }, "LWP::MemberMixin" : { "file" : "lib/LWP/MemberMixin.pm", - "version" : "6.72" + "version" : "6.77" }, "LWP::Protocol" : { "file" : "lib/LWP/Protocol.pm", - "version" : "6.72" + "version" : "6.77" }, "LWP::Protocol::cpan" : { "file" : "lib/LWP/Protocol/cpan.pm", - "version" : "6.72" + "version" : "6.77" }, "LWP::Protocol::data" : { "file" : "lib/LWP/Protocol/data.pm", - "version" : "6.72" + "version" : "6.77" }, "LWP::Protocol::file" : { "file" : "lib/LWP/Protocol/file.pm", - "version" : "6.72" + "version" : "6.77" }, "LWP::Protocol::ftp" : { "file" : "lib/LWP/Protocol/ftp.pm", - "version" : "6.72" + "version" : "6.77" }, "LWP::Protocol::gopher" : { "file" : "lib/LWP/Protocol/gopher.pm", - "version" : "6.72" + "version" : "6.77" }, "LWP::Protocol::http" : { "file" : "lib/LWP/Protocol/http.pm", - "version" : "6.72" + "version" : "6.77" }, "LWP::Protocol::loopback" : { "file" : "lib/LWP/Protocol/loopback.pm", - "version" : "6.72" + "version" : "6.77" }, "LWP::Protocol::mailto" : { "file" : "lib/LWP/Protocol/mailto.pm", - "version" : "6.72" + "version" : "6.77" }, "LWP::Protocol::nntp" : { "file" : "lib/LWP/Protocol/nntp.pm", - "version" : "6.72" + "version" : "6.77" }, "LWP::Protocol::nogo" : { "file" : "lib/LWP/Protocol/nogo.pm", - "version" : "6.72" + "version" : "6.77" }, "LWP::RobotUA" : { "file" : "lib/LWP/RobotUA.pm", - "version" : "6.72" + "version" : "6.77" }, "LWP::Simple" : { "file" : "lib/LWP/Simple.pm", - "version" : "6.72" + "version" : "6.77" }, "LWP::UserAgent" : { "file" : "lib/LWP/UserAgent.pm", - "version" : "6.72" + "version" : "6.77" } }, "release_status" : "stable", @@ -222,10 +222,10 @@ "x_IRC" : "irc://irc.perl.org/#lwp", "x_MailingList" : "mailto:libwww@perl.org" }, - "version" : "6.72", + "version" : "6.77", "x_Dist_Zilla" : { "perl" : { - "version" : "5.036000" + "version" : "5.034000" }, "plugins" : [ { @@ -238,7 +238,6 @@ "README.md" ], "exclude_match" : [], - "follow_symlinks" : 0, "include_dotfiles" : 0, "prefix" : "", "prune_directory" : [], @@ -249,12 +248,12 @@ } }, "name" : "Git::GatherDir", - "version" : "2.048" + "version" : "2.049" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "MetaConfig", - "version" : "6.030" + "version" : "6.031" }, { "class" : "Dist::Zilla::Plugin::MetaProvides::Package", @@ -264,7 +263,7 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "6.030" + "version" : "6.031" } ], "include_underscores" : 0 @@ -286,22 +285,22 @@ { "class" : "Dist::Zilla::Plugin::MetaNoIndex", "name" : "MetaNoIndex", - "version" : "6.030" + "version" : "6.031" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "MetaYAML", - "version" : "6.030" + "version" : "6.031" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "MetaJSON", - "version" : "6.030" + "version" : "6.031" }, { "class" : "Dist::Zilla::Plugin::MetaResources", "name" : "MetaResources", - "version" : "6.030" + "version" : "6.031" }, { "class" : "Dist::Zilla::Plugin::Deprecated", @@ -320,7 +319,7 @@ "class" : "Dist::Zilla::Plugin::Git::Contributors", "config" : { "Dist::Zilla::Plugin::Git::Contributors" : { - "git_version" : "2.41.0", + "git_version" : "2.34.1", "include_authors" : 0, "include_releaser" : 1, "order_by" : "name", @@ -338,12 +337,12 @@ { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "Manifest", - "version" : "6.030" + "version" : "6.031" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "License", - "version" : "6.030" + "version" : "6.031" }, { "class" : "Dist::Zilla::Plugin::InstallGuide", @@ -359,7 +358,7 @@ { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "ExecDir", - "version" : "6.030" + "version" : "6.031" }, { "class" : "Dist::Zilla::Plugin::Prereqs::FromCPANfile", @@ -371,11 +370,11 @@ "config" : { "Dist::Zilla::Plugin::MakeMaker" : { "make_path" : "make", - "version" : "6.030" + "version" : "6.031" }, "Dist::Zilla::Role::TestRunner" : { "default_jobs" : "8", - "version" : "6.030" + "version" : "6.031" } }, "name" : "MakeMaker::Awesome", @@ -450,16 +449,6 @@ "name" : "Test::EOL", "version" : "0.19" }, - { - "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent", - "name" : "Test::ChangesHasContent", - "version" : "0.011" - }, - { - "class" : "Dist::Zilla::Plugin::Substitute", - "name" : "changes_has_content.t", - "version" : "0.007" - }, { "class" : "Dist::Zilla::Plugin::Test::MinimumVersion", "config" : { @@ -473,7 +462,7 @@ { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "PodSyntaxTests", - "version" : "6.030" + "version" : "6.031" }, { "class" : "Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable", @@ -625,12 +614,12 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.41.0", + "git_version" : "2.34.1", "repo_root" : "." } }, "name" : "Git::Check", - "version" : "2.048" + "version" : "2.049" }, { "class" : "Dist::Zilla::Plugin::CheckStrictVersion", @@ -660,12 +649,12 @@ { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "TestRelease", - "version" : "6.030" + "version" : "6.031" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "UploadToCPAN", - "version" : "6.030" + "version" : "6.031" }, { "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod", @@ -700,7 +689,7 @@ } }, "name" : "@Git::VersionManager/pluginbundle version", - "version" : "6.030" + "version" : "6.031" }, { "class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional", @@ -756,7 +745,7 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.41.0", + "git_version" : "2.34.1", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -764,7 +753,7 @@ } }, "name" : "@Git::VersionManager/release snapshot", - "version" : "2.048" + "version" : "2.049" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", @@ -773,12 +762,12 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "v6.72", + "tag" : "v6.77", "tag_format" : "v%V", "tag_message" : "v%V" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.41.0", + "git_version" : "2.34.1", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -786,7 +775,7 @@ } }, "name" : "@Git::VersionManager/Git::Tag", - "version" : "2.048" + "version" : "2.049" }, { "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional", @@ -807,7 +796,7 @@ { "class" : "Dist::Zilla::Plugin::NextRelease", "name" : "@Git::VersionManager/NextRelease", - "version" : "6.030" + "version" : "6.031" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", @@ -829,7 +818,7 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.41.0", + "git_version" : "2.34.1", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -837,7 +826,7 @@ } }, "name" : "@Git::VersionManager/post-release commit", - "version" : "2.048" + "version" : "2.049" }, { "class" : "Dist::Zilla::Plugin::Git::Push", @@ -849,72 +838,72 @@ "remotes_must_exist" : 1 }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.41.0", + "git_version" : "2.34.1", "repo_root" : "." } }, "name" : "Git::Push", - "version" : "2.048" + "version" : "2.049" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "ConfirmRelease", - "version" : "6.030" + "version" : "6.031" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "6.030" + "version" : "6.031" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "6.030" + "version" : "6.031" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "6.030" + "version" : "6.031" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExtraTestFiles", - "version" : "6.030" + "version" : "6.031" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "6.030" + "version" : "6.031" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":PerlExecFiles", - "version" : "6.030" + "version" : "6.031" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "6.030" + "version" : "6.031" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "6.030" + "version" : "6.031" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "6.030" + "version" : "6.031" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "6.030" + "version" : "6.031" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "6.030" + "version" : "6.031" } ], "zilla" : { @@ -922,7 +911,7 @@ "config" : { "is_trial" : 0 }, - "version" : "6.030" + "version" : "6.031" } }, "x_contributors" : [ @@ -936,6 +925,7 @@ "Andrew Hewus Fresh ", "Anirvan Chatterjee ", "Arne Johannessen ", + "Axel Burri ", "BGMNT ", "Bill Mann ", "Bron Gondwana ", @@ -950,7 +940,9 @@ "DAVIDRW ", "David Standish ", "David Steinbrunner ", + "dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", "Desmond Daignault ", + "Dmitriy Shamatrin ", "Doug Bell ", "Eric Johnson ", "Fabian Zeindler ", @@ -972,6 +964,7 @@ "Jakub Wilk ", "James Raspass ", "Jason A Fesler ", + "Javier Puche ", "jefflee ", "Jeremy Mates ", "Joe Atzberger ", @@ -1008,6 +1001,7 @@ "Rolf Grossmann ", "Roman Galeev ", "ruff ", + "Russell Shingleton ", "sasao ", "Sean M. Burke ", "Sebastian Paaske T\u00f8rholm ", @@ -1036,8 +1030,8 @@ "Yves Orton ", "Zefram " ], - "x_generated_by_perl" : "v5.36.0", - "x_serialization_backend" : "Cpanel::JSON::XS version 4.36", + "x_generated_by_perl" : "v5.34.0", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.37", "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later" } diff --git a/META.yml b/META.yml index f25b9b0..ff5d049 100644 --- a/META.yml +++ b/META.yml @@ -6,6 +6,7 @@ build_requires: ExtUtils::MakeMaker: '0' File::Spec: '0' FindBin: '0' + HTTP::CookieJar::LWP: '0' HTTP::Daemon: '6.12' Test::Fatal: '0' Test::More: '0.96' @@ -16,7 +17,7 @@ configure_requires: File::Copy: '0' Getopt::Long: '0' dynamic_config: 0 -generated_by: 'Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010' +generated_by: 'Dist::Zilla version 6.031, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -29,74 +30,74 @@ no_index: provides: LWP: file: lib/LWP.pm - version: '6.72' + version: '6.77' LWP::Authen::Basic: file: lib/LWP/Authen/Basic.pm - version: '6.72' + version: '6.77' LWP::Authen::Digest: file: lib/LWP/Authen/Digest.pm - version: '6.72' + version: '6.77' LWP::Authen::Ntlm: file: lib/LWP/Authen/Ntlm.pm - version: '6.72' + version: '6.77' LWP::ConnCache: file: lib/LWP/ConnCache.pm - version: '6.72' + version: '6.77' LWP::Debug: file: lib/LWP/Debug.pm - version: '6.72' + version: '6.77' x_deprecated: 1 LWP::Debug::TraceHTTP: file: lib/LWP/Debug/TraceHTTP.pm - version: '6.72' + version: '6.77' LWP::DebugFile: file: lib/LWP/DebugFile.pm - version: '6.72' + version: '6.77' LWP::MemberMixin: file: lib/LWP/MemberMixin.pm - version: '6.72' + version: '6.77' LWP::Protocol: file: lib/LWP/Protocol.pm - version: '6.72' + version: '6.77' LWP::Protocol::cpan: file: lib/LWP/Protocol/cpan.pm - version: '6.72' + version: '6.77' LWP::Protocol::data: file: lib/LWP/Protocol/data.pm - version: '6.72' + version: '6.77' LWP::Protocol::file: file: lib/LWP/Protocol/file.pm - version: '6.72' + version: '6.77' LWP::Protocol::ftp: file: lib/LWP/Protocol/ftp.pm - version: '6.72' + version: '6.77' LWP::Protocol::gopher: file: lib/LWP/Protocol/gopher.pm - version: '6.72' + version: '6.77' LWP::Protocol::http: file: lib/LWP/Protocol/http.pm - version: '6.72' + version: '6.77' LWP::Protocol::loopback: file: lib/LWP/Protocol/loopback.pm - version: '6.72' + version: '6.77' LWP::Protocol::mailto: file: lib/LWP/Protocol/mailto.pm - version: '6.72' + version: '6.77' LWP::Protocol::nntp: file: lib/LWP/Protocol/nntp.pm - version: '6.72' + version: '6.77' LWP::Protocol::nogo: file: lib/LWP/Protocol/nogo.pm - version: '6.72' + version: '6.77' LWP::RobotUA: file: lib/LWP/RobotUA.pm - version: '6.72' + version: '6.77' LWP::Simple: file: lib/LWP/Simple.pm - version: '6.72' + version: '6.77' LWP::UserAgent: file: lib/LWP/UserAgent.pm - version: '6.72' + version: '6.77' requires: Digest::MD5: '0' Encode: '2.12' @@ -107,7 +108,6 @@ requires: Getopt::Long: '0' HTML::Entities: '0' HTML::HeadParser: '3.71' - HTTP::CookieJar::LWP: '0' HTTP::Cookies: '6' HTTP::Date: '6' HTTP::Negotiate: '6' @@ -137,10 +137,10 @@ resources: bugtracker: https://github.com/libwww-perl/libwww-perl/issues homepage: https://github.com/libwww-perl/libwww-perl repository: https://github.com/libwww-perl/libwww-perl.git -version: '6.72' +version: '6.77' x_Dist_Zilla: perl: - version: '5.036000' + version: '5.034000' plugins: - class: Dist::Zilla::Plugin::Git::GatherDir @@ -151,7 +151,6 @@ x_Dist_Zilla: - META.json - README.md exclude_match: [] - follow_symlinks: 0 include_dotfiles: 0 prefix: '' prune_directory: [] @@ -159,11 +158,11 @@ x_Dist_Zilla: Dist::Zilla::Plugin::Git::GatherDir: include_untracked: 0 name: Git::GatherDir - version: '2.048' + version: '2.049' - class: Dist::Zilla::Plugin::MetaConfig name: MetaConfig - version: '6.030' + version: '6.031' - class: Dist::Zilla::Plugin::MetaProvides::Package config: @@ -172,13 +171,13 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::FinderCode name: MetaProvides::Package/AUTOVIV/:InstallModulesPM - version: '6.030' + version: '6.031' include_underscores: 0 Dist::Zilla::Role::MetaProvider::Provider: $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004' - inherit_missing: 1 - inherit_version: 1 - meta_noindex: 1 + inherit_missing: '1' + inherit_version: '1' + meta_noindex: '1' Dist::Zilla::Role::ModuleMetadata: Module::Metadata: '1.000037' version: '0.006' @@ -187,19 +186,19 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::MetaNoIndex name: MetaNoIndex - version: '6.030' + version: '6.031' - class: Dist::Zilla::Plugin::MetaYAML name: MetaYAML - version: '6.030' + version: '6.031' - class: Dist::Zilla::Plugin::MetaJSON name: MetaJSON - version: '6.030' + version: '6.031' - class: Dist::Zilla::Plugin::MetaResources name: MetaResources - version: '6.030' + version: '6.031' - class: Dist::Zilla::Plugin::Deprecated config: @@ -213,7 +212,7 @@ x_Dist_Zilla: class: Dist::Zilla::Plugin::Git::Contributors config: Dist::Zilla::Plugin::Git::Contributors: - git_version: 2.41.0 + git_version: 2.34.1 include_authors: 0 include_releaser: 1 order_by: name @@ -227,11 +226,11 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::Manifest name: Manifest - version: '6.030' + version: '6.031' - class: Dist::Zilla::Plugin::License name: License - version: '6.030' + version: '6.031' - class: Dist::Zilla::Plugin::InstallGuide config: @@ -243,7 +242,7 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::ExecDir name: ExecDir - version: '6.030' + version: '6.031' - class: Dist::Zilla::Plugin::Prereqs::FromCPANfile name: Prereqs::FromCPANfile @@ -253,10 +252,10 @@ x_Dist_Zilla: config: Dist::Zilla::Plugin::MakeMaker: make_path: make - version: '6.030' + version: '6.031' Dist::Zilla::Role::TestRunner: default_jobs: '8' - version: '6.030' + version: '6.031' name: MakeMaker::Awesome version: '0.49' - @@ -312,14 +311,6 @@ x_Dist_Zilla: trailing_whitespace: 1 name: Test::EOL version: '0.19' - - - class: Dist::Zilla::Plugin::Test::ChangesHasContent - name: Test::ChangesHasContent - version: '0.011' - - - class: Dist::Zilla::Plugin::Substitute - name: changes_has_content.t - version: '0.007' - class: Dist::Zilla::Plugin::Test::MinimumVersion config: @@ -330,7 +321,7 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::PodSyntaxTests name: PodSyntaxTests - version: '6.030' + version: '6.031' - class: Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable name: Test::Pod::Coverage::Configurable @@ -473,10 +464,10 @@ x_Dist_Zilla: allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: - git_version: 2.41.0 + git_version: 2.34.1 repo_root: . name: Git::Check - version: '2.048' + version: '2.049' - class: Dist::Zilla::Plugin::CheckStrictVersion name: CheckStrictVersion @@ -499,11 +490,11 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::TestRelease name: TestRelease - version: '6.030' + version: '6.031' - class: Dist::Zilla::Plugin::UploadToCPAN name: UploadToCPAN - version: '6.030' + version: '6.031' - class: Dist::Zilla::Plugin::ReadmeAnyFromPod config: @@ -528,7 +519,7 @@ x_Dist_Zilla: phase: develop type: recommends name: '@Git::VersionManager/pluginbundle version' - version: '6.030' + version: '6.031' - class: Dist::Zilla::Plugin::RewriteVersion::Transitional config: @@ -561,7 +552,7 @@ x_Dist_Zilla: Dist::Zilla::Plugin::Git::Commit: add_files_in: [] commit_msg: v%V%n%n%c - signoff: 0 + signoff: '0' Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - Changes @@ -571,12 +562,12 @@ x_Dist_Zilla: allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: - git_version: 2.41.0 + git_version: 2.34.1 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@Git::VersionManager/release snapshot' - version: '2.048' + version: '2.049' - class: Dist::Zilla::Plugin::Git::Tag config: @@ -584,16 +575,16 @@ x_Dist_Zilla: branch: ~ changelog: Changes signed: 0 - tag: v6.72 + tag: v6.77 tag_format: v%V tag_message: v%V Dist::Zilla::Role::Git::Repo: - git_version: 2.41.0 + git_version: 2.34.1 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@Git::VersionManager/Git::Tag' - version: '2.048' + version: '2.049' - class: Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional config: @@ -609,14 +600,14 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::NextRelease name: '@Git::VersionManager/NextRelease' - version: '6.030' + version: '6.031' - class: Dist::Zilla::Plugin::Git::Commit config: Dist::Zilla::Plugin::Git::Commit: add_files_in: [] commit_msg: 'increment $VERSION after %v release' - signoff: 0 + signoff: '0' Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - Build.PL @@ -626,12 +617,12 @@ x_Dist_Zilla: - (?^:^lib/.*\.pm$) changelog: Changes Dist::Zilla::Role::Git::Repo: - git_version: 2.41.0 + git_version: 2.34.1 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@Git::VersionManager/post-release commit' - version: '2.048' + version: '2.049' - class: Dist::Zilla::Plugin::Git::Push config: @@ -640,63 +631,63 @@ x_Dist_Zilla: - origin remotes_must_exist: 1 Dist::Zilla::Role::Git::Repo: - git_version: 2.41.0 + git_version: 2.34.1 repo_root: . name: Git::Push - version: '2.048' + version: '2.049' - class: Dist::Zilla::Plugin::ConfirmRelease name: ConfirmRelease - version: '6.030' + version: '6.031' - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '6.030' + version: '6.031' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '6.030' + version: '6.031' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '6.030' + version: '6.031' - class: Dist::Zilla::Plugin::FinderCode name: ':ExtraTestFiles' - version: '6.030' + version: '6.031' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '6.030' + version: '6.031' - class: Dist::Zilla::Plugin::FinderCode name: ':PerlExecFiles' - version: '6.030' + version: '6.031' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '6.030' + version: '6.031' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '6.030' + version: '6.031' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '6.030' + version: '6.031' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '6.030' + version: '6.031' - class: Dist::Zilla::Plugin::FinderCode name: MetaProvides::Package/AUTOVIV/:InstallModulesPM - version: '6.030' + version: '6.031' zilla: class: Dist::Zilla::Dist::Builder config: - is_trial: 0 - version: '6.030' + is_trial: '0' + version: '6.031' x_contributors: - 'Adam Kennedy ' - 'Adam Sjogren ' @@ -708,6 +699,7 @@ x_contributors: - 'Andrew Hewus Fresh ' - 'Anirvan Chatterjee ' - 'Arne Johannessen ' + - 'Axel Burri ' - 'BGMNT ' - 'Bill Mann ' - 'Bron Gondwana ' @@ -722,7 +714,9 @@ x_contributors: - 'DAVIDRW ' - 'David Standish ' - 'David Steinbrunner ' + - 'dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>' - 'Desmond Daignault ' + - 'Dmitriy Shamatrin ' - 'Doug Bell ' - 'Eric Johnson ' - 'Fabian Zeindler ' @@ -744,6 +738,7 @@ x_contributors: - 'Jakub Wilk ' - 'James Raspass ' - 'Jason A Fesler ' + - 'Javier Puche ' - 'jefflee ' - 'Jeremy Mates ' - 'Joe Atzberger ' @@ -780,6 +775,7 @@ x_contributors: - 'Rolf Grossmann ' - 'Roman Galeev ' - 'ruff ' + - 'Russell Shingleton ' - 'sasao ' - 'Sean M. Burke ' - 'Sebastian Paaske Tørholm ' @@ -807,6 +803,6 @@ x_contributors: - 'Yury Zavarin ' - 'Yves Orton ' - 'Zefram ' -x_generated_by_perl: v5.36.0 +x_generated_by_perl: v5.34.0 x_serialization_backend: 'YAML::Tiny version 1.74' x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later' diff --git a/Makefile.PL b/Makefile.PL index adcf3cf..0b16196 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -55,7 +55,6 @@ my %WriteMakefileArgs = ( "Getopt::Long" => 0, "HTML::Entities" => 0, "HTML::HeadParser" => "3.71", - "HTTP::CookieJar::LWP" => 0, "HTTP::Cookies" => 6, "HTTP::Date" => 6, "HTTP::Negotiate" => 6, @@ -83,13 +82,14 @@ my %WriteMakefileArgs = ( "ExtUtils::MakeMaker" => 0, "File::Spec" => 0, "FindBin" => 0, + "HTTP::CookieJar::LWP" => 0, "HTTP::Daemon" => "6.12", "Test::Fatal" => 0, "Test::More" => "0.96", "Test::Needs" => 0, "Test::RequiresInternet" => 0 }, - "VERSION" => "6.72", + "VERSION" => "6.77", "test" => { "TESTS" => "t/*.t t/base/*.t t/base/protocols/*.t t/leak/*.t t/local/*.t t/robot/*.t" } diff --git a/bin/lwp-request b/bin/lwp-request index 355ff3d..6977a1f 100755 --- a/bin/lwp-request +++ b/bin/lwp-request @@ -15,7 +15,7 @@ B [B<-afPuUsSedvhx>] [B<-m> I] [B<-b> I] [B<-t> I =head1 DESCRIPTION This program can be used to send requests to WWW servers and your -local file system. The request content for POST and PUT +local file system. The request content for POST, PUT and PATCH methods is read from stdin. The content of the response is printed on stdout. Error messages are printed on stderr. The program returns a status value indicating the number of URLs that failed. @@ -57,7 +57,7 @@ L for recognized formats. =item -c Set the Content-Type for the request. This option is only allowed for -requests that take a content, i.e. POST and PUT. You can +requests that take a content, i.e. POST, PUT and PATCH. You can force methods to take content by using the C<-f> option together with C<-c>. The default Content-Type for POST is C. The default Content-type for @@ -210,6 +210,7 @@ my %allowed_methods = ( HEAD => "", POST => "C", PUT => "C", + PATCH => "C", DELETE => "", TRACE => "", OPTIONS => "", @@ -270,7 +271,7 @@ my @getopt_args = ( 'b=s', # base url 't=s', # timeout 'i=s', # if-modified-since - 'c=s', # content type for POST + 'c=s', # content type for POST, PUT and PATCH 'C=s', # credentials for basic authorization 'H=s@', # extra headers, form "Header: value string" # @@ -538,7 +539,7 @@ Usage: $progname [-options] ... -b Use the specified URL as base -t Set timeout value -i