Imported Upstream version 6.51 upstream/6.51
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 21 Jul 2022 02:28:26 +0000 (11:28 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 21 Jul 2022 02:28:26 +0000 (11:28 +0900)
32 files changed:
Changes
META.json
META.yml
Makefile.PL
cpanfile
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
t/00-report-prereqs.dd
t/base/ua.t
xt/author/pod-spell.t
xt/release/changes_has_content.t

diff --git a/Changes b/Changes
index 925828dd7e65db0023c52b545628ac31268f8c8b..5f236a77fee3c5b9bcd2ff74443cbde49a8aa257 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Change history for libwww-perl
 
+6.51      2020-12-29 22:09:04Z
+    - Fix proxy test on Windows (GH#358) (Olaf Alders)
+    - Sort keys in Pod example of constructor defaults (GH#356) (Olaf Alders)
+
 6.50      2020-12-16 18:35:08Z
     - Fix RT #81381 - Make LWP::UserAgent robust to 5.17.6/5.18 hash
       randomization (GH#355) (Yves Orton and Olaf Alders)
index b0f08296229d111b1e025e9f1bbb31ef990b2256..5ffbe7ab2550c2b82e08f02558c8e76dd2f0cd4b 100644 (file)
--- a/META.json
+++ b/META.json
@@ -39,7 +39,7 @@
             "IO::Handle" : "0",
             "IPC::Open3" : "0",
             "Pod::Coverage::TrustPod" : "0",
-            "Test::EOL" : "0",
+            "Test::EOL" : "2.00",
             "Test::LeakTrace" : "0.16",
             "Test::MinimumVersion" : "0",
             "Test::Mojibake" : "0",
             "File::Spec" : "0",
             "FindBin" : "0",
             "Test::Fatal" : "0",
-            "Test::More" : "0",
+            "Test::More" : "0.96",
             "Test::Needs" : "0",
             "Test::RequiresInternet" : "0"
          }
    "provides" : {
       "LWP" : {
          "file" : "lib/LWP.pm",
-         "version" : "6.50"
+         "version" : "6.51"
       },
       "LWP::Authen::Basic" : {
          "file" : "lib/LWP/Authen/Basic.pm",
-         "version" : "6.50"
+         "version" : "6.51"
       },
       "LWP::Authen::Digest" : {
          "file" : "lib/LWP/Authen/Digest.pm",
-         "version" : "6.50"
+         "version" : "6.51"
       },
       "LWP::Authen::Ntlm" : {
          "file" : "lib/LWP/Authen/Ntlm.pm",
-         "version" : "6.50"
+         "version" : "6.51"
       },
       "LWP::ConnCache" : {
          "file" : "lib/LWP/ConnCache.pm",
-         "version" : "6.50"
+         "version" : "6.51"
       },
       "LWP::Debug" : {
          "file" : "lib/LWP/Debug.pm",
-         "version" : "6.50",
+         "version" : "6.51",
          "x_deprecated" : 1
       },
       "LWP::Debug::TraceHTTP" : {
          "file" : "lib/LWP/Debug/TraceHTTP.pm",
-         "version" : "6.50"
+         "version" : "6.51"
       },
       "LWP::DebugFile" : {
          "file" : "lib/LWP/DebugFile.pm",
-         "version" : "6.50"
+         "version" : "6.51"
       },
       "LWP::MemberMixin" : {
          "file" : "lib/LWP/MemberMixin.pm",
-         "version" : "6.50"
+         "version" : "6.51"
       },
       "LWP::Protocol" : {
          "file" : "lib/LWP/Protocol.pm",
-         "version" : "6.50"
+         "version" : "6.51"
       },
       "LWP::Protocol::cpan" : {
          "file" : "lib/LWP/Protocol/cpan.pm",
-         "version" : "6.50"
+         "version" : "6.51"
       },
       "LWP::Protocol::data" : {
          "file" : "lib/LWP/Protocol/data.pm",
-         "version" : "6.50"
+         "version" : "6.51"
       },
       "LWP::Protocol::file" : {
          "file" : "lib/LWP/Protocol/file.pm",
-         "version" : "6.50"
+         "version" : "6.51"
       },
       "LWP::Protocol::ftp" : {
          "file" : "lib/LWP/Protocol/ftp.pm",
-         "version" : "6.50"
+         "version" : "6.51"
       },
       "LWP::Protocol::gopher" : {
          "file" : "lib/LWP/Protocol/gopher.pm",
-         "version" : "6.50"
+         "version" : "6.51"
       },
       "LWP::Protocol::http" : {
          "file" : "lib/LWP/Protocol/http.pm",
-         "version" : "6.50"
+         "version" : "6.51"
       },
       "LWP::Protocol::loopback" : {
          "file" : "lib/LWP/Protocol/loopback.pm",
-         "version" : "6.50"
+         "version" : "6.51"
       },
       "LWP::Protocol::mailto" : {
          "file" : "lib/LWP/Protocol/mailto.pm",
-         "version" : "6.50"
+         "version" : "6.51"
       },
       "LWP::Protocol::nntp" : {
          "file" : "lib/LWP/Protocol/nntp.pm",
-         "version" : "6.50"
+         "version" : "6.51"
       },
       "LWP::Protocol::nogo" : {
          "file" : "lib/LWP/Protocol/nogo.pm",
-         "version" : "6.50"
+         "version" : "6.51"
       },
       "LWP::RobotUA" : {
          "file" : "lib/LWP/RobotUA.pm",
-         "version" : "6.50"
+         "version" : "6.51"
       },
       "LWP::Simple" : {
          "file" : "lib/LWP/Simple.pm",
-         "version" : "6.50"
+         "version" : "6.51"
       },
       "LWP::UserAgent" : {
          "file" : "lib/LWP/UserAgent.pm",
-         "version" : "6.50"
+         "version" : "6.51"
       }
    },
    "release_status" : "stable",
       "x_IRC" : "irc://irc.perl.org/#lwp",
       "x_MailingList" : "mailto:libwww@perl.org"
    },
-   "version" : "6.50",
+   "version" : "6.51",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.030003"
+         "version" : "5.026001"
       },
       "plugins" : [
          {
                },
                "Dist::Zilla::Role::ModuleMetadata" : {
                   "Module::Metadata" : "1.000037",
-                  "version" : "0.006"
+                  "version" : "0.004"
                }
             },
             "name" : "MetaProvides::Package",
                }
             },
             "name" : "Git::Contributors",
-            "version" : "0.035"
+            "version" : "0.036"
          },
          {
             "class" : "Dist::Zilla::Plugin::GithubMeta",
             "config" : {
                "Dist::Zilla::Role::ModuleMetadata" : {
                   "Module::Metadata" : "1.000037",
-                  "version" : "0.006"
+                  "version" : "0.004"
                }
             },
             "name" : "InstallGuide",
             "config" : {
                "Dist::Zilla::Role::ModuleMetadata" : {
                   "Module::Metadata" : "1.000037",
-                  "version" : "0.006"
+                  "version" : "0.004"
                }
             },
             "name" : "DynamicPrereqs",
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "v6.50",
+                  "tag" : "v6.51",
                   "tag_format" : "v%V",
                   "tag_message" : "v%V"
                },
       "john9art <john9art@yahoo.com>",
       "John Wittkoski <jwittkoski@gmail.com>",
       "Jonathan Dahan <jonathan@augwa.com>",
-      "Julien Fiegehenn <simbabque@cpan.org>",
       "Karen Etheridge <ether@cpan.org>",
       "Katarina Durechova <katarina.durechova@nic.cz>",
       "leedo <leedo@users.noreply.github.com>",
       "Sebastian Paaske T\u00f8rholm <Eckankar@gmail.com>",
       "Sergey Romanov <sromanov-dev@yandex.ru>",
       "Shoichi Kaji <skaji@cpan.org>",
+      "simbabque <simbabque@cpan.org>",
       "Slaven Rezic <slaven@rezic.de>",
       "Spiros Denaxas <s.denaxas@gmail.com>",
       "Steffen Ullrich <Steffen_Ullrich@genua.de>",
       "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 073725de765e13817e8e01488ef1f112ec63041f..4e409d70c3b231cfb8ad66ebf36e155d5626a01f 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -7,7 +7,7 @@ build_requires:
   File::Spec: '0'
   FindBin: '0'
   Test::Fatal: '0'
-  Test::More: '0'
+  Test::More: '0.96'
   Test::Needs: '0'
   Test::RequiresInternet: '0'
 configure_requires:
@@ -30,74 +30,74 @@ no_index:
 provides:
   LWP:
     file: lib/LWP.pm
-    version: '6.50'
+    version: '6.51'
   LWP::Authen::Basic:
     file: lib/LWP/Authen/Basic.pm
-    version: '6.50'
+    version: '6.51'
   LWP::Authen::Digest:
     file: lib/LWP/Authen/Digest.pm
-    version: '6.50'
+    version: '6.51'
   LWP::Authen::Ntlm:
     file: lib/LWP/Authen/Ntlm.pm
-    version: '6.50'
+    version: '6.51'
   LWP::ConnCache:
     file: lib/LWP/ConnCache.pm
-    version: '6.50'
+    version: '6.51'
   LWP::Debug:
     file: lib/LWP/Debug.pm
-    version: '6.50'
+    version: '6.51'
     x_deprecated: 1
   LWP::Debug::TraceHTTP:
     file: lib/LWP/Debug/TraceHTTP.pm
-    version: '6.50'
+    version: '6.51'
   LWP::DebugFile:
     file: lib/LWP/DebugFile.pm
-    version: '6.50'
+    version: '6.51'
   LWP::MemberMixin:
     file: lib/LWP/MemberMixin.pm
-    version: '6.50'
+    version: '6.51'
   LWP::Protocol:
     file: lib/LWP/Protocol.pm
-    version: '6.50'
+    version: '6.51'
   LWP::Protocol::cpan:
     file: lib/LWP/Protocol/cpan.pm
-    version: '6.50'
+    version: '6.51'
   LWP::Protocol::data:
     file: lib/LWP/Protocol/data.pm
-    version: '6.50'
+    version: '6.51'
   LWP::Protocol::file:
     file: lib/LWP/Protocol/file.pm
-    version: '6.50'
+    version: '6.51'
   LWP::Protocol::ftp:
     file: lib/LWP/Protocol/ftp.pm
-    version: '6.50'
+    version: '6.51'
   LWP::Protocol::gopher:
     file: lib/LWP/Protocol/gopher.pm
-    version: '6.50'
+    version: '6.51'
   LWP::Protocol::http:
     file: lib/LWP/Protocol/http.pm
-    version: '6.50'
+    version: '6.51'
   LWP::Protocol::loopback:
     file: lib/LWP/Protocol/loopback.pm
-    version: '6.50'
+    version: '6.51'
   LWP::Protocol::mailto:
     file: lib/LWP/Protocol/mailto.pm
-    version: '6.50'
+    version: '6.51'
   LWP::Protocol::nntp:
     file: lib/LWP/Protocol/nntp.pm
-    version: '6.50'
+    version: '6.51'
   LWP::Protocol::nogo:
     file: lib/LWP/Protocol/nogo.pm
-    version: '6.50'
+    version: '6.51'
   LWP::RobotUA:
     file: lib/LWP/RobotUA.pm
-    version: '6.50'
+    version: '6.51'
   LWP::Simple:
     file: lib/LWP/Simple.pm
-    version: '6.50'
+    version: '6.51'
   LWP::UserAgent:
     file: lib/LWP/UserAgent.pm
-    version: '6.50'
+    version: '6.51'
 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.50'
+version: '6.51'
 x_Dist_Zilla:
   perl:
-    version: '5.030003'
+    version: '5.026001'
   plugins:
     -
       class: Dist::Zilla::Plugin::Git::GatherDir
@@ -178,7 +178,7 @@ 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'
     -
@@ -216,7 +216,7 @@ x_Dist_Zilla:
           order_by: name
           paths: []
       name: Git::Contributors
-      version: '0.035'
+      version: '0.036'
     -
       class: Dist::Zilla::Plugin::GithubMeta
       name: GithubMeta
@@ -238,7 +238,7 @@ x_Dist_Zilla:
       config:
         Dist::Zilla::Role::ModuleMetadata:
           Module::Metadata: '1.000037'
-          version: '0.006'
+          version: '0.004'
       name: InstallGuide
       version: '1.200013'
     -
@@ -254,7 +254,7 @@ x_Dist_Zilla:
       config:
         Dist::Zilla::Role::ModuleMetadata:
           Module::Metadata: '1.000037'
-          version: '0.006'
+          version: '0.004'
       name: DynamicPrereqs
       version: '0.039'
     -
@@ -592,7 +592,7 @@ x_Dist_Zilla:
           branch: ~
           changelog: Changes
           signed: 0
-          tag: v6.50
+          tag: v6.51
           tag_format: v%V
           tag_message: v%V
         Dist::Zilla::Role::Git::Repo:
@@ -754,7 +754,6 @@ x_contributors:
   - 'john9art <john9art@yahoo.com>'
   - 'John Wittkoski <jwittkoski@gmail.com>'
   - 'Jonathan Dahan <jonathan@augwa.com>'
-  - 'Julien Fiegehenn <simbabque@cpan.org>'
   - 'Karen Etheridge <ether@cpan.org>'
   - 'Katarina Durechova <katarina.durechova@nic.cz>'
   - 'leedo <leedo@users.noreply.github.com>'
@@ -787,6 +786,7 @@ x_contributors:
   - 'Sebastian Paaske Tørholm <Eckankar@gmail.com>'
   - 'Sergey Romanov <sromanov-dev@yandex.ru>'
   - 'Shoichi Kaji <skaji@cpan.org>'
+  - 'simbabque <simbabque@cpan.org>'
   - 'Slaven Rezic <slaven@rezic.de>'
   - 'Spiros Denaxas <s.denaxas@gmail.com>'
   - 'Steffen Ullrich <Steffen_Ullrich@genua.de>'
@@ -808,6 +808,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 6093d9a33c387121cab582e908026ce7b030d42d..6f33da1627df9d6bb63637c9786a3f9597444acd 100644 (file)
@@ -82,11 +82,11 @@ my %WriteMakefileArgs = (
     "File::Spec" => 0,
     "FindBin" => 0,
     "Test::Fatal" => 0,
-    "Test::More" => 0,
+    "Test::More" => "0.96",
     "Test::Needs" => 0,
     "Test::RequiresInternet" => 0
   },
-  "VERSION" => "6.50",
+  "VERSION" => "6.51",
   "test" => {
     "TESTS" => "t/*.t t/base/*.t t/base/protocols/*.t t/leak/*.t t/local/*.t t/robot/*.t"
   }
@@ -123,7 +123,7 @@ my %FallbackPrereqs = (
   "Net::HTTP" => "6.18",
   "Scalar::Util" => 0,
   "Test::Fatal" => 0,
-  "Test::More" => 0,
+  "Test::More" => "0.96",
   "Test::Needs" => 0,
   "Test::RequiresInternet" => 0,
   "Try::Tiny" => 0,
index 2afa9fa7fa05b6702d7069ac801c75ef4a737a4b..c5a2a7a4f2879ea8cd2e43199eed618abc6330ac 100644 (file)
--- a/cpanfile
+++ b/cpanfile
@@ -1,3 +1,6 @@
+use strict;
+use warnings;
+
 on 'configure' => sub {
     requires 'ExtUtils::MakeMaker';
     requires 'Getopt::Long';
@@ -42,7 +45,7 @@ on 'runtime' => sub {
 
 on 'test' => sub {
     requires 'Test::Fatal';
-    requires 'Test::More';
+    requires 'Test::More', '0.96';
     requires 'Test::RequiresInternet';
     requires 'FindBin';
     requires 'Test::Needs';
@@ -51,6 +54,14 @@ on 'test' => sub {
 
 on 'develop' => sub {
     requires 'Authen::NTLM' => '1.02';
-    requires 'Test::EOL' => '2.00',
-    requires 'Test::LeakTrace' => '0.16',
+    requires 'Pod::Coverage::TrustPod';
+    requires 'Test::EOL' => '2.00';
+    requires 'Test::LeakTrace' => '0.16';
+    requires 'Test::MinimumVersion';
+    requires 'Test::Mojibake';
+    requires 'Test::Pod';
+    requires 'Test::Pod::Coverage';
+    requires 'Test::Portability::Files';
+    requires 'Test::Spelling';
+    requires 'Test::Version';
 };
index 6eee45ce0e77c95309b36ad4f96c2ad03a178334..f88a69aafbfc3f8bf26ff42d154f214f47337f7f 100644 (file)
@@ -1,6 +1,6 @@
 package LWP;
 
-our $VERSION = '6.50';
+our $VERSION = '6.51';
 
 require LWP::UserAgent;  # this should load everything you need
 
index 5134f940b29baaa29341c4264ae2ce815ad2dcae..6678d33b413a149f4b63f27c86f2666bf1df33db 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Authen::Basic;
 
 use strict;
 
-our $VERSION = '6.50';
+our $VERSION = '6.51';
 
 require Encode;
 require MIME::Base64;
index d40f939227d5b172d2d8fa7a9e2d458ca9710d9e..239aa576c7a8da86ddd771c220a3efd2366a845a 100644 (file)
@@ -3,7 +3,7 @@ package LWP::Authen::Digest;
 use strict;
 use base 'LWP::Authen::Basic';
 
-our $VERSION = '6.50';
+our $VERSION = '6.51';
 
 require Digest::MD5;
 
index fe48515d6ab3ca233b42a998096c98e083230845..dca44408f8b6ac11dbbd081af1f0515271358299 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Authen::Ntlm;
 
 use strict;
 
-our $VERSION = '6.50';
+our $VERSION = '6.51';
 
 use Authen::NTLM "1.02";
 use MIME::Base64 "2.12";
index 395b67a25e042a3d08582ea673fa22b8fef45441..80d9cbbffc0c153ddb2cef50ed4ab5d1ab31112c 100644 (file)
@@ -2,7 +2,7 @@ package LWP::ConnCache;
 
 use strict;
 
-our $VERSION = '6.50';
+our $VERSION = '6.51';
 our $DEBUG;
 
 sub new {
index e49edb7905400fb1a31975ddef34060a17f6cd35..fd28ec912c1e0338a28a0eba776cba0bf6549730 100644 (file)
@@ -1,6 +1,6 @@
 package LWP::Debug;    # legacy
 
-our $VERSION = '6.50';
+our $VERSION = '6.51';
 
 require Exporter;
 our @ISA       = qw(Exporter);
index f78a66088abd27d3cc43d6a2c5864d3884eab762..7fe4836d8fa6c0167f84f6258acf638cddeeba03 100644 (file)
@@ -11,7 +11,7 @@ package LWP::Debug::TraceHTTP;
 use strict;
 use base 'LWP::Protocol::http';
 
-our $VERSION = '6.50';
+our $VERSION = '6.51';
 
 package # hide from PAUSE
     LWP::Debug::TraceHTTP::Socket;
index 7825c9b0700cc7550cdbad1e858b39ec7efde939..20487d6820e078c3577b6b118ce96f5ecf734a90 100644 (file)
@@ -1,6 +1,6 @@
 package LWP::DebugFile;
 
-our $VERSION = '6.50';
+our $VERSION = '6.51';
 
 # legacy stub
 
index a3fc188c929eabc13e41068d08ac14cdab236a17..832e989fcb4809a91731e4a0f7b8febfca13f213 100644 (file)
@@ -1,6 +1,6 @@
 package LWP::MemberMixin;
 
-our $VERSION = '6.50';
+our $VERSION = '6.51';
 
 sub _elem {
     my $self = shift;
index 265c02a0779231e814bb556b9a338edc04a56891..5a16392e2a0ecf5d7ed1af53f202023427b77bb3 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Protocol;
 
 use base 'LWP::MemberMixin';
 
-our $VERSION = '6.50';
+our $VERSION = '6.51';
 
 use strict;
 use Carp ();
index 6a7c6e9cdaff8d9a5ebf684e63f4918f46f9bdf6..8658f84b25e3974ffb240075a613a026eb44a33b 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 
 use base qw(LWP::Protocol);
 
-our $VERSION = '6.50';
+our $VERSION = '6.51';
 
 require URI;
 require HTTP::Status;
index 8ae2a163a9610843e04b43f62812f0ca6291661d..9a5c756d4a22545aef5b972f8b875544255ea95f 100644 (file)
@@ -4,7 +4,7 @@ package LWP::Protocol::data;
 
 use strict;
 
-our $VERSION = '6.50';
+our $VERSION = '6.51';
 
 require HTTP::Response;
 require HTTP::Status;
index b1fca8f332f44746a5eec53168d0d15f9c0d096b..1152580dc66077a64bfcadfbba8c4bfea04af820 100644 (file)
@@ -4,7 +4,7 @@ use base qw(LWP::Protocol);
 
 use strict;
 
-our $VERSION = '6.50';
+our $VERSION = '6.51';
 
 require LWP::MediaTypes;
 require HTTP::Request;
index faed94ec99e66bc2066c1a61ae3e5e43b7f348f0..3dd2cb10afd16fbaa598b8b7e482ce528d9bac1a 100644 (file)
@@ -5,7 +5,7 @@ package LWP::Protocol::ftp;
 use base qw(LWP::Protocol);
 use strict;
 
-our $VERSION = '6.50';
+our $VERSION = '6.51';
 
 use Carp            ();
 use HTTP::Status    ();
index 08b29e05b879a632ac6d0193f4d51100bc35e35d..709d369c8c7c078d4f7ef514deaa53f20772b8cb 100644 (file)
@@ -9,7 +9,7 @@ package LWP::Protocol::gopher;
 
 use strict;
 
-our $VERSION = '6.50';
+our $VERSION = '6.51';
 
 require HTTP::Response;
 require HTTP::Status;
index 3585245be583156b25e7a7e0b5d934e3ebfc5227..315cfba87c81dac3d1def1c4b170c7bd17c8a363 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Protocol::http;
 
 use strict;
 
-our $VERSION = '6.50';
+our $VERSION = '6.51';
 
 require HTTP::Response;
 require HTTP::Status;
index 5621b83d2f542e6ffc50a0c7643f0e1024ea3d02..df5ce75580d5aaaaaf7b6e44ebc76cbcce73844b 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Protocol::loopback;
 
 use strict;
 
-our $VERSION = '6.50';
+our $VERSION = '6.51';
 
 require HTTP::Response;
 
index 93693b6d810a2949ca1e454f08405639d88668e7..aaeb6982ee3ddb02d13c39ff5791ca75a4aa1b0a 100644 (file)
@@ -11,7 +11,7 @@ require HTTP::Status;
 use Carp;
 use strict;
 
-our $VERSION = '6.50';
+our $VERSION = '6.51';
 
 use base qw(LWP::Protocol);
 our $SENDMAIL;
index 124481a216160e862a62f5781ccd965025714b94..703e5e5560724ae8daf513362d2671c72e45787d 100644 (file)
@@ -4,7 +4,7 @@ package LWP::Protocol::nntp;
 
 use base qw(LWP::Protocol);
 
-our $VERSION = '6.50';
+our $VERSION = '6.51';
 
 require HTTP::Response;
 require HTTP::Status;
index 6023bd72b70cc2cf0dcf8895b45bab573893e557..cb8633263475273d7799acea640758b0ab4e7015 100644 (file)
@@ -7,7 +7,7 @@ package LWP::Protocol::nogo;
 
 use strict;
 
-our $VERSION = '6.50';
+our $VERSION = '6.51';
 
 require HTTP::Response;
 require HTTP::Status;
index bbac401e280bc7e67336e31c301e558c2eebf2d5..7b3a00e90d775f0c9375e7afa264982bcafffcc7 100644 (file)
@@ -2,7 +2,7 @@ package LWP::RobotUA;
 
 use base qw(LWP::UserAgent);
 
-our $VERSION = '6.50';
+our $VERSION = '6.51';
 
 require WWW::RobotRules;
 require HTTP::Request;
index bcbb2a3b3113407c77baf1a0fe695c5102d370b4..d3f9cd2d9f8a77e53c8cda11b217c9d46f4cdd0a 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Simple;
 
 use strict;
 
-our $VERSION = '6.50';
+our $VERSION = '6.51';
 
 require Exporter;
 
index db673e1ad67b63d01d66ade62617738da5c4c9b5..8fa92ef4e0b77cbf8f89cd8fb10358d81c803861 100644 (file)
@@ -15,7 +15,7 @@ use LWP::Protocol ();
 use Scalar::Util qw(blessed);
 use Try::Tiny qw(try catch);
 
-our $VERSION = '6.50';
+our $VERSION = '6.51';
 
 sub new
 {
@@ -1265,21 +1265,21 @@ The following options correspond to attribute methods described below:
    KEY                     DEFAULT
    -----------             --------------------
    agent                   "libwww-perl/#.###"
-   from                    undef
    conn_cache              undef
    cookie_jar              undef
    default_headers         HTTP::Headers->new
+   from                    undef
    local_address           undef
-   ssl_opts                { verify_hostname => 1 }
-   max_size                undef
    max_redirect            7
+   max_size                undef
+   no_proxy                []
    parse_head              1
    protocols_allowed       undef
    protocols_forbidden     undef
+   proxy                   undef
    requests_redirectable   ['GET', 'HEAD']
+   ssl_opts                { verify_hostname => 1 }
    timeout                 180
-   proxy                   undef
-   no_proxy                []
 
 The following additional options are also accepted: If the C<env_proxy> option
 is passed in with a true value, then proxy settings are read from environment
index 43d55070709ba1399ae17e7f84e04fe4cd8d4752..b7b9e25e89ef02a2f1f93cb5d855536354164241 100644 (file)
@@ -18,7 +18,7 @@ do { my $x = {
                                       'IO::Handle' => '0',
                                       'IPC::Open3' => '0',
                                       'Pod::Coverage::TrustPod' => '0',
-                                      'Test::EOL' => '0',
+                                      'Test::EOL' => '2.00',
                                       'Test::LeakTrace' => '0.16',
                                       'Test::MinimumVersion' => '0',
                                       'Test::Mojibake' => '0',
@@ -79,7 +79,7 @@ do { my $x = {
                                    'File::Spec' => '0',
                                    'FindBin' => '0',
                                    'Test::Fatal' => '0',
-                                   'Test::More' => '0',
+                                   'Test::More' => '0.96',
                                    'Test::Needs' => '0',
                                    'Test::RequiresInternet' => '0'
                                  }
index 7ea37b3db1c8e7b3e5ca8bd677b7a2e82108cedb..e03909b8307e9c8d542818592ac678a3fa923326 100644 (file)
@@ -162,7 +162,8 @@ is($ua->ssl_opts("verify_hostname"), 1, '$ua->ssl_opts("verify_hostname")');
 
 delete @ENV{grep /_proxy$/i, keys %ENV}; # clean out any proxy vars
 
-{
+SKIP: {
+    skip 'case insensitive ENV on Windows makes this fail', 3, if $^O eq 'MSWin32';
     $ENV{HTTP_PROXY}= "http://example.com";
     $ENV{http_proxy}= "http://otherexample.com";
     my @warn;
index 80ee819bd4f1545ca35c911dfb0f868da09515bb..4c859589aa40e5ddac30b92e0767a8865b06ed9b 100644 (file)
@@ -75,7 +75,6 @@ FWILES
 Fabian
 Father
 Fesler
-Fiegehenn
 Finch
 Fowler
 Frank
@@ -124,7 +123,6 @@ Joerg
 John
 Jonathan
 Jr
-Julien
 KONISHI
 Kaji
 Kaminsky
index 59773244717993c9c55e625b53cc01604fac5389..f70671ec0bf62d88a3d01d9a1056d0e19fe546c8 100644 (file)
@@ -8,7 +8,7 @@ if (($ENV{TRAVIS_PULL_REQUEST} || '') eq 'false') {
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '6.50';
+my $newver = '6.51';
 my $trial_token = '-TRIAL';
 my $encoding = 'UTF-8';