Imported Upstream version 6.57 upstream/6.57
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 21 Jul 2022 02:28:27 +0000 (11:28 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 21 Jul 2022 02:28:27 +0000 (11:28 +0900)
31 files changed:
Changes
INSTALL
LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
lib/LWP.pm
lib/LWP/Authen/Basic.pm
lib/LWP/Authen/Digest.pm
lib/LWP/Authen/Ntlm.pm
lib/LWP/ConnCache.pm
lib/LWP/Debug.pm
lib/LWP/Debug/TraceHTTP.pm
lib/LWP/DebugFile.pm
lib/LWP/MemberMixin.pm
lib/LWP/Protocol.pm
lib/LWP/Protocol/cpan.pm
lib/LWP/Protocol/data.pm
lib/LWP/Protocol/file.pm
lib/LWP/Protocol/ftp.pm
lib/LWP/Protocol/gopher.pm
lib/LWP/Protocol/http.pm
lib/LWP/Protocol/loopback.pm
lib/LWP/Protocol/mailto.pm
lib/LWP/Protocol/nntp.pm
lib/LWP/Protocol/nogo.pm
lib/LWP/RobotUA.pm
lib/LWP/Simple.pm
lib/LWP/UserAgent.pm
xt/release/changes_has_content.t

diff --git a/Changes b/Changes
index 89790ba71f81455f106e6d8e4134583b2a3e6d1a..6bc5dfb416ae5685f5f1f3cf1d8218a4b74b1391 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Change history for libwww-perl
 
+6.57      2021-09-20 20:20:14Z
+    - Update docs for protocols_allowed and protocols forbidden (GH#386) (Olaf Alders)
+
 6.56      2021-08-17 13:57:12Z
     - Update the CONTRIBUTING doc to no longer reference TravisCI. (GH #384) (Slaven Rezić)
     - Increase test coverage for env_proxy() (GH#383) (Slaven Rezić)
diff --git a/INSTALL b/INSTALL
index 1a53d96a389332c1c2f44103b45a4bbfbacbcc81..48656c39da6cabf19a118703d19635e75d85a8b2 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -21,11 +21,8 @@ Alternatively, if your CPAN shell is set up, you should just be able to do:
 
 ## Manual installation
 
-As a last resort, you can manually install it. If you have not already
-downloaded the release tarball, you can find the download link on the module's
-MetaCPAN page: https://metacpan.org/pod/LWP
-
-Untar the tarball, install configure prerequisites (see below), then build it:
+As a last resort, you can manually install it. Download the tarball, untar it,
+install configure prerequisites (see below), then build it:
 
     % perl Makefile.PL
     % make && make test
diff --git a/LICENSE b/LICENSE
index 6cd4925ef5d29a9808118e0b73b0593bc6d398c0..46c936f3e3182bbc7090d7da827dd642a6a5845c 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -292,21 +292,21 @@ Definitions:
 
   - "Package" refers to the collection of files distributed by the Copyright
     Holder, and derivatives of that collection of files created through
-    textual modification.
+    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.
+    Holder. 
   - "Copyright Holder" is whoever is named in the copyright or copyrights for
-    the package.
+    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.)
+    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.
+    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
@@ -373,7 +373,7 @@ 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.
+MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
 The End
 
index c67938a784f04312ab81728c8f26e3e644e5caa1..97bac06dbac0ef881b4011830aa4225f189f6e8a 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.024.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.017.
 CONTRIBUTING.md
 Changes
 INSTALL
index c9936854c84b10edfd5f6daf9fbd0c10325bd882..e2a7a66950206392064d8455577e7d0c08e4e7b8 100644 (file)
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Gisle Aas <gisle@activestate.com>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010",
+   "generated_by" : "Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010",
    "license" : [
       "perl_5"
    ],
    "provides" : {
       "LWP" : {
          "file" : "lib/LWP.pm",
-         "version" : "6.56"
+         "version" : "6.57"
       },
       "LWP::Authen::Basic" : {
          "file" : "lib/LWP/Authen/Basic.pm",
-         "version" : "6.56"
+         "version" : "6.57"
       },
       "LWP::Authen::Digest" : {
          "file" : "lib/LWP/Authen/Digest.pm",
-         "version" : "6.56"
+         "version" : "6.57"
       },
       "LWP::Authen::Ntlm" : {
          "file" : "lib/LWP/Authen/Ntlm.pm",
-         "version" : "6.56"
+         "version" : "6.57"
       },
       "LWP::ConnCache" : {
          "file" : "lib/LWP/ConnCache.pm",
-         "version" : "6.56"
+         "version" : "6.57"
       },
       "LWP::Debug" : {
          "file" : "lib/LWP/Debug.pm",
-         "version" : "6.56",
+         "version" : "6.57",
          "x_deprecated" : 1
       },
       "LWP::Debug::TraceHTTP" : {
          "file" : "lib/LWP/Debug/TraceHTTP.pm",
-         "version" : "6.56"
+         "version" : "6.57"
       },
       "LWP::DebugFile" : {
          "file" : "lib/LWP/DebugFile.pm",
-         "version" : "6.56"
+         "version" : "6.57"
       },
       "LWP::MemberMixin" : {
          "file" : "lib/LWP/MemberMixin.pm",
-         "version" : "6.56"
+         "version" : "6.57"
       },
       "LWP::Protocol" : {
          "file" : "lib/LWP/Protocol.pm",
-         "version" : "6.56"
+         "version" : "6.57"
       },
       "LWP::Protocol::cpan" : {
          "file" : "lib/LWP/Protocol/cpan.pm",
-         "version" : "6.56"
+         "version" : "6.57"
       },
       "LWP::Protocol::data" : {
          "file" : "lib/LWP/Protocol/data.pm",
-         "version" : "6.56"
+         "version" : "6.57"
       },
       "LWP::Protocol::file" : {
          "file" : "lib/LWP/Protocol/file.pm",
-         "version" : "6.56"
+         "version" : "6.57"
       },
       "LWP::Protocol::ftp" : {
          "file" : "lib/LWP/Protocol/ftp.pm",
-         "version" : "6.56"
+         "version" : "6.57"
       },
       "LWP::Protocol::gopher" : {
          "file" : "lib/LWP/Protocol/gopher.pm",
-         "version" : "6.56"
+         "version" : "6.57"
       },
       "LWP::Protocol::http" : {
          "file" : "lib/LWP/Protocol/http.pm",
-         "version" : "6.56"
+         "version" : "6.57"
       },
       "LWP::Protocol::loopback" : {
          "file" : "lib/LWP/Protocol/loopback.pm",
-         "version" : "6.56"
+         "version" : "6.57"
       },
       "LWP::Protocol::mailto" : {
          "file" : "lib/LWP/Protocol/mailto.pm",
-         "version" : "6.56"
+         "version" : "6.57"
       },
       "LWP::Protocol::nntp" : {
          "file" : "lib/LWP/Protocol/nntp.pm",
-         "version" : "6.56"
+         "version" : "6.57"
       },
       "LWP::Protocol::nogo" : {
          "file" : "lib/LWP/Protocol/nogo.pm",
-         "version" : "6.56"
+         "version" : "6.57"
       },
       "LWP::RobotUA" : {
          "file" : "lib/LWP/RobotUA.pm",
-         "version" : "6.56"
+         "version" : "6.57"
       },
       "LWP::Simple" : {
          "file" : "lib/LWP/Simple.pm",
-         "version" : "6.56"
+         "version" : "6.57"
       },
       "LWP::UserAgent" : {
          "file" : "lib/LWP/UserAgent.pm",
-         "version" : "6.56"
+         "version" : "6.57"
       }
    },
    "release_status" : "stable",
       "x_IRC" : "irc://irc.perl.org/#lwp",
       "x_MailingList" : "mailto:libwww@perl.org"
    },
-   "version" : "6.56",
+   "version" : "6.57",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.030003"
+         "version" : "5.026001"
       },
       "plugins" : [
          {
                }
             },
             "name" : "Git::GatherDir",
-            "version" : "2.048"
+            "version" : "2.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "MetaConfig",
-            "version" : "6.024"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
                      {
                         "class" : "Dist::Zilla::Plugin::FinderCode",
                         "name" : "MetaProvides::Package/AUTOVIV/:InstallModulesPM",
-                        "version" : "6.024"
+                        "version" : "6.017"
                      }
                   ],
                   "include_underscores" : 0
                },
                "Dist::Zilla::Role::ModuleMetadata" : {
                   "Module::Metadata" : "1.000037",
-                  "version" : "0.006"
+                  "version" : "0.004"
                }
             },
             "name" : "MetaProvides::Package",
          {
             "class" : "Dist::Zilla::Plugin::MetaNoIndex",
             "name" : "MetaNoIndex",
-            "version" : "6.024"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "MetaYAML",
-            "version" : "6.024"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "MetaJSON",
-            "version" : "6.024"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaResources",
             "name" : "MetaResources",
-            "version" : "6.024"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::Deprecated",
             "class" : "Dist::Zilla::Plugin::Git::Contributors",
             "config" : {
                "Dist::Zilla::Plugin::Git::Contributors" : {
-                  "git_version" : "2.32.0",
+                  "git_version" : "2.33.0",
                   "include_authors" : 0,
                   "include_releaser" : 1,
                   "order_by" : "name",
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "Manifest",
-            "version" : "6.024"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "License",
-            "version" : "6.024"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::InstallGuide",
             "config" : {
                "Dist::Zilla::Role::ModuleMetadata" : {
                   "Module::Metadata" : "1.000037",
-                  "version" : "0.006"
+                  "version" : "0.004"
                }
             },
             "name" : "InstallGuide",
-            "version" : "1.200014"
+            "version" : "1.200013"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "ExecDir",
-            "version" : "6.024"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs::FromCPANfile",
             "config" : {
                "Dist::Zilla::Role::ModuleMetadata" : {
                   "Module::Metadata" : "1.000037",
-                  "version" : "0.006"
+                  "version" : "0.004"
                }
             },
             "name" : "DynamicPrereqs",
             "config" : {
                "Dist::Zilla::Plugin::MakeMaker" : {
                   "make_path" : "make",
-                  "version" : "6.024"
+                  "version" : "6.017"
                },
                "Dist::Zilla::Role::TestRunner" : {
                   "default_jobs" : "1",
-                  "version" : "6.024"
+                  "version" : "6.017"
                }
             },
             "name" : "MakeMaker::Awesome",
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "PodSyntaxTests",
-            "version" : "6.024"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable",
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.32.0",
+                  "git_version" : "2.33.0",
                   "repo_root" : "."
                }
             },
             "name" : "Git::Check",
-            "version" : "2.048"
+            "version" : "2.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckStrictVersion",
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "TestRelease",
-            "version" : "6.024"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "UploadToCPAN",
-            "version" : "6.024"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
                }
             },
             "name" : "@Git::VersionManager/pluginbundle version",
-            "version" : "6.024"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional",
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.32.0",
+                  "git_version" : "2.33.0",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
                }
             },
             "name" : "@Git::VersionManager/release snapshot",
-            "version" : "2.048"
+            "version" : "2.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "v6.56",
+                  "tag" : "v6.57",
                   "tag_format" : "v%V",
                   "tag_message" : "v%V"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.32.0",
+                  "git_version" : "2.33.0",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
                }
             },
             "name" : "@Git::VersionManager/Git::Tag",
-            "version" : "2.048"
+            "version" : "2.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional",
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
             "name" : "@Git::VersionManager/NextRelease",
-            "version" : "6.024"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.32.0",
+                  "git_version" : "2.33.0",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
                }
             },
             "name" : "@Git::VersionManager/post-release commit",
-            "version" : "2.048"
+            "version" : "2.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Push",
                   "remotes_must_exist" : 1
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.32.0",
+                  "git_version" : "2.33.0",
                   "repo_root" : "."
                }
             },
             "name" : "Git::Push",
-            "version" : "2.048"
+            "version" : "2.047"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "ConfirmRelease",
-            "version" : "6.024"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "6.024"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":IncModules",
-            "version" : "6.024"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "6.024"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExtraTestFiles",
-            "version" : "6.024"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "6.024"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":PerlExecFiles",
-            "version" : "6.024"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "6.024"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":MainModule",
-            "version" : "6.024"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":AllFiles",
-            "version" : "6.024"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":NoFiles",
-            "version" : "6.024"
+            "version" : "6.017"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : "MetaProvides::Package/AUTOVIV/:InstallModulesPM",
-            "version" : "6.024"
+            "version" : "6.017"
          }
       ],
       "zilla" : {
          "config" : {
             "is_trial" : 0
          },
-         "version" : "6.024"
+         "version" : "6.017"
       }
    },
    "x_contributors" : [
       "Yves Orton <yves.orton@booking.com>",
       "Zefram <zefram@fysh.org>"
    ],
-   "x_generated_by_perl" : "v5.30.3",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
+   "x_generated_by_perl" : "v5.26.1",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.04",
    "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
 }
 
index e5ce173a4e9c4183deaf9450ca09a6783bc98a4c..71784e1217ea05bb2b83587b86d1ebcdc634d01b 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -18,7 +18,7 @@ configure_requires:
   Getopt::Long: '0'
   Module::Metadata: '0'
 dynamic_config: 1
-generated_by: 'Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010'
+generated_by: 'Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -31,74 +31,74 @@ no_index:
 provides:
   LWP:
     file: lib/LWP.pm
-    version: '6.56'
+    version: '6.57'
   LWP::Authen::Basic:
     file: lib/LWP/Authen/Basic.pm
-    version: '6.56'
+    version: '6.57'
   LWP::Authen::Digest:
     file: lib/LWP/Authen/Digest.pm
-    version: '6.56'
+    version: '6.57'
   LWP::Authen::Ntlm:
     file: lib/LWP/Authen/Ntlm.pm
-    version: '6.56'
+    version: '6.57'
   LWP::ConnCache:
     file: lib/LWP/ConnCache.pm
-    version: '6.56'
+    version: '6.57'
   LWP::Debug:
     file: lib/LWP/Debug.pm
-    version: '6.56'
+    version: '6.57'
     x_deprecated: 1
   LWP::Debug::TraceHTTP:
     file: lib/LWP/Debug/TraceHTTP.pm
-    version: '6.56'
+    version: '6.57'
   LWP::DebugFile:
     file: lib/LWP/DebugFile.pm
-    version: '6.56'
+    version: '6.57'
   LWP::MemberMixin:
     file: lib/LWP/MemberMixin.pm
-    version: '6.56'
+    version: '6.57'
   LWP::Protocol:
     file: lib/LWP/Protocol.pm
-    version: '6.56'
+    version: '6.57'
   LWP::Protocol::cpan:
     file: lib/LWP/Protocol/cpan.pm
-    version: '6.56'
+    version: '6.57'
   LWP::Protocol::data:
     file: lib/LWP/Protocol/data.pm
-    version: '6.56'
+    version: '6.57'
   LWP::Protocol::file:
     file: lib/LWP/Protocol/file.pm
-    version: '6.56'
+    version: '6.57'
   LWP::Protocol::ftp:
     file: lib/LWP/Protocol/ftp.pm
-    version: '6.56'
+    version: '6.57'
   LWP::Protocol::gopher:
     file: lib/LWP/Protocol/gopher.pm
-    version: '6.56'
+    version: '6.57'
   LWP::Protocol::http:
     file: lib/LWP/Protocol/http.pm
-    version: '6.56'
+    version: '6.57'
   LWP::Protocol::loopback:
     file: lib/LWP/Protocol/loopback.pm
-    version: '6.56'
+    version: '6.57'
   LWP::Protocol::mailto:
     file: lib/LWP/Protocol/mailto.pm
-    version: '6.56'
+    version: '6.57'
   LWP::Protocol::nntp:
     file: lib/LWP/Protocol/nntp.pm
-    version: '6.56'
+    version: '6.57'
   LWP::Protocol::nogo:
     file: lib/LWP/Protocol/nogo.pm
-    version: '6.56'
+    version: '6.57'
   LWP::RobotUA:
     file: lib/LWP/RobotUA.pm
-    version: '6.56'
+    version: '6.57'
   LWP::Simple:
     file: lib/LWP/Simple.pm
-    version: '6.56'
+    version: '6.57'
   LWP::UserAgent:
     file: lib/LWP/UserAgent.pm
-    version: '6.56'
+    version: '6.57'
 requires:
   Digest::MD5: '0'
   Encode: '2.12'
@@ -134,10 +134,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.56'
+version: '6.57'
 x_Dist_Zilla:
   perl:
-    version: '5.030003'
+    version: '5.026001'
   plugins:
     -
       class: Dist::Zilla::Plugin::Git::GatherDir
@@ -156,11 +156,11 @@ x_Dist_Zilla:
         Dist::Zilla::Plugin::Git::GatherDir:
           include_untracked: 0
       name: Git::GatherDir
-      version: '2.048'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: MetaConfig
-      version: '6.024'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::MetaProvides::Package
       config:
@@ -169,7 +169,7 @@ x_Dist_Zilla:
             -
               class: Dist::Zilla::Plugin::FinderCode
               name: MetaProvides::Package/AUTOVIV/:InstallModulesPM
-              version: '6.024'
+              version: '6.017'
           include_underscores: 0
         Dist::Zilla::Role::MetaProvider::Provider:
           $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
@@ -178,25 +178,25 @@ x_Dist_Zilla:
           meta_noindex: '1'
         Dist::Zilla::Role::ModuleMetadata:
           Module::Metadata: '1.000037'
-          version: '0.006'
+          version: '0.004'
       name: MetaProvides::Package
       version: '2.004003'
     -
       class: Dist::Zilla::Plugin::MetaNoIndex
       name: MetaNoIndex
-      version: '6.024'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: MetaYAML
-      version: '6.024'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: MetaJSON
-      version: '6.024'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::MetaResources
       name: MetaResources
-      version: '6.024'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::Deprecated
       config:
@@ -210,7 +210,7 @@ x_Dist_Zilla:
       class: Dist::Zilla::Plugin::Git::Contributors
       config:
         Dist::Zilla::Plugin::Git::Contributors:
-          git_version: 2.32.0
+          git_version: 2.33.0
           include_authors: 0
           include_releaser: 1
           order_by: name
@@ -224,23 +224,23 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::Manifest
       name: Manifest
-      version: '6.024'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::License
       name: License
-      version: '6.024'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::InstallGuide
       config:
         Dist::Zilla::Role::ModuleMetadata:
           Module::Metadata: '1.000037'
-          version: '0.006'
+          version: '0.004'
       name: InstallGuide
-      version: '1.200014'
+      version: '1.200013'
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: ExecDir
-      version: '6.024'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::Prereqs::FromCPANfile
       name: Prereqs::FromCPANfile
@@ -250,7 +250,7 @@ x_Dist_Zilla:
       config:
         Dist::Zilla::Role::ModuleMetadata:
           Module::Metadata: '1.000037'
-          version: '0.006'
+          version: '0.004'
       name: DynamicPrereqs
       version: '0.039'
     -
@@ -258,10 +258,10 @@ x_Dist_Zilla:
       config:
         Dist::Zilla::Plugin::MakeMaker:
           make_path: make
-          version: '6.024'
+          version: '6.017'
         Dist::Zilla::Role::TestRunner:
           default_jobs: '1'
-          version: '6.024'
+          version: '6.017'
       name: MakeMaker::Awesome
       version: '0.48'
     -
@@ -335,7 +335,7 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: PodSyntaxTests
-      version: '6.024'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable
       name: Test::Pod::Coverage::Configurable
@@ -477,10 +477,10 @@ x_Dist_Zilla:
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.32.0
+          git_version: 2.33.0
           repo_root: .
       name: Git::Check
-      version: '2.048'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::CheckStrictVersion
       name: CheckStrictVersion
@@ -503,11 +503,11 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: TestRelease
-      version: '6.024'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: UploadToCPAN
-      version: '6.024'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::ReadmeAnyFromPod
       config:
@@ -532,7 +532,7 @@ x_Dist_Zilla:
           phase: develop
           type: recommends
       name: '@Git::VersionManager/pluginbundle version'
-      version: '6.024'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::RewriteVersion::Transitional
       config:
@@ -575,12 +575,12 @@ x_Dist_Zilla:
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.32.0
+          git_version: 2.33.0
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@Git::VersionManager/release snapshot'
-      version: '2.048'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::Git::Tag
       config:
@@ -588,16 +588,16 @@ x_Dist_Zilla:
           branch: ~
           changelog: Changes
           signed: 0
-          tag: v6.56
+          tag: v6.57
           tag_format: v%V
           tag_message: v%V
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.32.0
+          git_version: 2.33.0
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@Git::VersionManager/Git::Tag'
-      version: '2.048'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional
       config:
@@ -613,7 +613,7 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::NextRelease
       name: '@Git::VersionManager/NextRelease'
-      version: '6.024'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::Git::Commit
       config:
@@ -630,12 +630,12 @@ x_Dist_Zilla:
             - (?^:^lib/.*\.pm$)
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.32.0
+          git_version: 2.33.0
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@Git::VersionManager/post-release commit'
-      version: '2.048'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::Git::Push
       config:
@@ -644,63 +644,63 @@ x_Dist_Zilla:
             - origin
           remotes_must_exist: 1
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.32.0
+          git_version: 2.33.0
           repo_root: .
       name: Git::Push
-      version: '2.048'
+      version: '2.047'
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: ConfirmRelease
-      version: '6.024'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: '6.024'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':IncModules'
-      version: '6.024'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: '6.024'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExtraTestFiles'
-      version: '6.024'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: '6.024'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':PerlExecFiles'
-      version: '6.024'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: '6.024'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':MainModule'
-      version: '6.024'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':AllFiles'
-      version: '6.024'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':NoFiles'
-      version: '6.024'
+      version: '6.017'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: MetaProvides::Package/AUTOVIV/:InstallModulesPM
-      version: '6.024'
+      version: '6.017'
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
       is_trial: '0'
-    version: '6.024'
+    version: '6.017'
 x_contributors:
   - 'Adam Kennedy <adamk@cpan.org>'
   - 'Adam Sjogren <asjo@koldfront.dk>'
@@ -806,6 +806,6 @@ x_contributors:
   - 'Yury Zavarin <yury.zavarin@gmail.com>'
   - 'Yves Orton <yves.orton@booking.com>'
   - 'Zefram <zefram@fysh.org>'
-x_generated_by_perl: v5.30.3
-x_serialization_backend: 'YAML::Tiny version 1.73'
+x_generated_by_perl: v5.26.1
+x_serialization_backend: 'YAML::Tiny version 1.70'
 x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
index 1b6f4dbcc001cb3ec8bfabdf486a660fcbfaa341..cb3f5cbb269117d55f9ba3d5cfafea3db6a5d723 100644 (file)
@@ -86,7 +86,7 @@ my %WriteMakefileArgs = (
     "Test::Needs" => 0,
     "Test::RequiresInternet" => 0
   },
-  "VERSION" => "6.56",
+  "VERSION" => "6.57",
   "test" => {
     "TESTS" => "t/*.t t/base/*.t t/base/protocols/*.t t/leak/*.t t/local/*.t t/robot/*.t"
   }
index ad717d1f7ad67f3caa8bae1f7fc469dd6bca3508..d5778fdfcf52e02ad88d70fa226962f6f5fcdc30 100644 (file)
@@ -1,6 +1,6 @@
 package LWP;
 
-our $VERSION = '6.56';
+our $VERSION = '6.57';
 
 require LWP::UserAgent;  # this should load everything you need
 
index 39862deb7f2368ef43e0e603602ae729f2c92682..52478ace990e422973ab139f742367b7345112ed 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Authen::Basic;
 
 use strict;
 
-our $VERSION = '6.56';
+our $VERSION = '6.57';
 
 require Encode;
 require MIME::Base64;
index 5f55559b66f9b39d5c5fb8d952ba18b52ce6013f..f739f7e33f56c6e496d01a0141f8f0b955ea6011 100644 (file)
@@ -3,7 +3,7 @@ package LWP::Authen::Digest;
 use strict;
 use base 'LWP::Authen::Basic';
 
-our $VERSION = '6.56';
+our $VERSION = '6.57';
 
 require Digest::MD5;
 
index 43227a9a9bd0a70103a683880b179f44656db612..9d3dcfecbd08ff32193275545b82930179cdeec8 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Authen::Ntlm;
 
 use strict;
 
-our $VERSION = '6.56';
+our $VERSION = '6.57';
 
 use Authen::NTLM "1.02";
 use MIME::Base64 "2.12";
index 9d6fee8eeaee764a5e10fc9f44a76bb831291d96..e143d2815c31b29bad4bb3dfd6aba5363bf09b6d 100644 (file)
@@ -2,7 +2,7 @@ package LWP::ConnCache;
 
 use strict;
 
-our $VERSION = '6.56';
+our $VERSION = '6.57';
 our $DEBUG;
 
 sub new {
index b49fbcccb5cf4fa362500c708fb6102978677819..92d6baa55335f5a8d0584c644cc4c23104224304 100644 (file)
@@ -1,6 +1,6 @@
 package LWP::Debug;    # legacy
 
-our $VERSION = '6.56';
+our $VERSION = '6.57';
 
 require Exporter;
 our @ISA       = qw(Exporter);
index 1faa0884a7f83a6c5d2e1057d8ff65bde0ed61a7..137cc1ec74c382b798f0ab5608149a739cb08fbb 100644 (file)
@@ -11,7 +11,7 @@ package LWP::Debug::TraceHTTP;
 use strict;
 use base 'LWP::Protocol::http';
 
-our $VERSION = '6.56';
+our $VERSION = '6.57';
 
 package # hide from PAUSE
     LWP::Debug::TraceHTTP::Socket;
index 5660f9948f72d68ee46e1932b7f5fac62c7946b4..9531deaf20d48793caa9ee281fece1ddffb194b0 100644 (file)
@@ -1,6 +1,6 @@
 package LWP::DebugFile;
 
-our $VERSION = '6.56';
+our $VERSION = '6.57';
 
 # legacy stub
 
index b0abff83a6bd835a12d0b71447699cca268b5373..0cc2fc1cfe42784cede13bde138715cbf45888c9 100644 (file)
@@ -1,6 +1,6 @@
 package LWP::MemberMixin;
 
-our $VERSION = '6.56';
+our $VERSION = '6.57';
 
 sub _elem {
     my $self = shift;
index 8d537342afae75e693ff39f856678afd5b864b12..eac243ed594607efe781b86026ff189a5fe4fb7a 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Protocol;
 
 use base 'LWP::MemberMixin';
 
-our $VERSION = '6.56';
+our $VERSION = '6.57';
 
 use strict;
 use Carp ();
index a61c3c7ecdd3356c906d76bc1a025e8d43ef4870..da0a8d650438a6b0ed164f89681925c0c1803a1d 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 
 use base qw(LWP::Protocol);
 
-our $VERSION = '6.56';
+our $VERSION = '6.57';
 
 require URI;
 require HTTP::Status;
index 82b45b7dc2af60ec50bfc19a79e869d7b1d0ffa9..ba723969a2b080ca0c7f7a2e1a87b9b3e6d74ac7 100644 (file)
@@ -4,7 +4,7 @@ package LWP::Protocol::data;
 
 use strict;
 
-our $VERSION = '6.56';
+our $VERSION = '6.57';
 
 require HTTP::Response;
 require HTTP::Status;
index 16da400d68ef43bc311da51b8691ce336ed3c01a..0442ed4187d7071bdef43d402baa4f73dea46a91 100644 (file)
@@ -4,7 +4,7 @@ use base qw(LWP::Protocol);
 
 use strict;
 
-our $VERSION = '6.56';
+our $VERSION = '6.57';
 
 require LWP::MediaTypes;
 require HTTP::Request;
index 42c94c80185882939b32932f8296724906fd1fb7..8d94448c2b9600ebd8ee0cacd3d2e41819a194c3 100644 (file)
@@ -5,7 +5,7 @@ package LWP::Protocol::ftp;
 use base qw(LWP::Protocol);
 use strict;
 
-our $VERSION = '6.56';
+our $VERSION = '6.57';
 
 use Carp            ();
 use HTTP::Status    ();
index dd73b422602adbf8e95945e2c1f2b9fc2c630c0c..7d180260a6c000c4160ff2975a7672448763abb9 100644 (file)
@@ -9,7 +9,7 @@ package LWP::Protocol::gopher;
 
 use strict;
 
-our $VERSION = '6.56';
+our $VERSION = '6.57';
 
 require HTTP::Response;
 require HTTP::Status;
index c9dc0ee65656e42fa672626f6f6ad06ccbca2bc8..a0217b89ceb9f12dd183fc555541a22f14d97fac 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Protocol::http;
 
 use strict;
 
-our $VERSION = '6.56';
+our $VERSION = '6.57';
 
 require HTTP::Response;
 require HTTP::Status;
index dd2679c934c333eb57fcda0b02e10fada9d56504..cb4368e61d0b4b627977ad36b18b859b8d509dc2 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Protocol::loopback;
 
 use strict;
 
-our $VERSION = '6.56';
+our $VERSION = '6.57';
 
 require HTTP::Response;
 
index 4a977e540dd643d9e488eac295828b2e8b500f51..92fd2635af9d7ca19bab8cdff556a192ddbf7cfc 100644 (file)
@@ -11,7 +11,7 @@ require HTTP::Status;
 use Carp;
 use strict;
 
-our $VERSION = '6.56';
+our $VERSION = '6.57';
 
 use base qw(LWP::Protocol);
 our $SENDMAIL;
index 7a04786eb902a01079d3892d0634c4dcb5e82fa9..0b3acc957655a0b199870835b82bfbc3d0e5c4dc 100644 (file)
@@ -4,7 +4,7 @@ package LWP::Protocol::nntp;
 
 use base qw(LWP::Protocol);
 
-our $VERSION = '6.56';
+our $VERSION = '6.57';
 
 require HTTP::Response;
 require HTTP::Status;
index 94cfaf09f68e88e9a973b25d2a84442565aff430..9ed7ef706ed113b1f4c9888cb209f6eb4594a92a 100644 (file)
@@ -7,7 +7,7 @@ package LWP::Protocol::nogo;
 
 use strict;
 
-our $VERSION = '6.56';
+our $VERSION = '6.57';
 
 require HTTP::Response;
 require HTTP::Status;
index dd9341d37f4d9959773132deac841321c4055d99..f1ff0a5bfb1998cfca67a68b03393c18da953220 100644 (file)
@@ -2,7 +2,7 @@ package LWP::RobotUA;
 
 use base qw(LWP::UserAgent);
 
-our $VERSION = '6.56';
+our $VERSION = '6.57';
 
 require WWW::RobotRules;
 require HTTP::Request;
index 40b0e2e9b2b9cbda5fcd6acfd68b3cba2b25a260..bab84ca1ac8b10297877440306b977bc3762ce81 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Simple;
 
 use strict;
 
-our $VERSION = '6.56';
+our $VERSION = '6.57';
 
 require Exporter;
 
index 42586bfbbeb2895d1feb819bcdf881d50662e8b6..2c10c0efdc90c5314c9d601a567dcb4872345ebf 100644 (file)
@@ -16,7 +16,7 @@ use LWP::Protocol ();
 use Scalar::Util qw(blessed);
 use Try::Tiny qw(try catch);
 
-our $VERSION = '6.56';
+our $VERSION = '6.57';
 
 sub new
 {
@@ -2125,8 +2125,7 @@ See L</"cookie_jar"> for more information.
 
 =head2 Managing Protocols
 
-C<protocols_allowed> gives you the ability to whitelist the protocols you're
-willing to allow.
+C<protocols_allowed> gives you the ability to allow arbitrary protocols.
 
     my $ua = LWP::UserAgent->new(
         protocols_allowed => [ 'http', 'https' ]
@@ -2135,8 +2134,7 @@ willing to allow.
 This will prevent you from inadvertently following URLs like
 C<file:///etc/passwd>.  See L</"protocols_allowed">.
 
-C<protocols_forbidden> gives you the ability to blacklist the protocols you're
-unwilling to allow.
+C<protocols_forbidden> gives you the ability to deny arbitrary protocols.
 
     my $ua = LWP::UserAgent->new(
         protocols_forbidden => [ 'file', 'mailto', 'ssh', ]
index e3036333199e703195576f854dc8b84fe101eaae..9af829eae7fe8d95e50a5464e91d3bec844c787a 100644 (file)
@@ -8,7 +8,7 @@ if (($ENV{TRAVIS_PULL_REQUEST} || '') eq 'false') {
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '6.56';
+my $newver = '6.57';
 my $trial_token = '-TRIAL';
 my $encoding = 'UTF-8';