Imported Upstream version 6.33 upstream/6.33
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 21 Jul 2022 02:28:23 +0000 (11:28 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 21 Jul 2022 02:28:23 +0000 (11:28 +0900)
28 files changed:
Changes
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 98af8e9849cbf1d31cbf8abf6d1c009dc015173f..e6aa28acd8ec3b400e168ed87af9090531a54c4e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Change history for libwww-perl
 
+6.33      2018-02-27 03:51:36Z
+    - Fix send_te change from previous release, which was breaking
+      LWP::Parallel::UserAgent and Test::Override::UserAgent (GH #281) (Doug
+      Bell)
+
 6.32      2018-02-20 19:39:20Z
     - Suggest LWP::ConsoleLogger as an alternative to the deprecated LWP::Debug (GH#278) (Olaf Alders)
     - add send_te configuration to disable sending the TE header (GH#126) (Doug Bell)
index f50dec7017019cdf9de12df5930ced941718752d..7ce0677f021471d84705e7199c741366efd8ec51 100644 (file)
--- a/META.json
+++ b/META.json
    "provides" : {
       "LWP" : {
          "file" : "lib/LWP.pm",
-         "version" : "6.32"
+         "version" : "6.33"
       },
       "LWP::Authen::Basic" : {
          "file" : "lib/LWP/Authen/Basic.pm",
-         "version" : "6.32"
+         "version" : "6.33"
       },
       "LWP::Authen::Digest" : {
          "file" : "lib/LWP/Authen/Digest.pm",
-         "version" : "6.32"
+         "version" : "6.33"
       },
       "LWP::Authen::Ntlm" : {
          "file" : "lib/LWP/Authen/Ntlm.pm",
-         "version" : "6.32"
+         "version" : "6.33"
       },
       "LWP::ConnCache" : {
          "file" : "lib/LWP/ConnCache.pm",
-         "version" : "6.32"
+         "version" : "6.33"
       },
       "LWP::Debug" : {
          "file" : "lib/LWP/Debug.pm",
-         "version" : "6.32",
+         "version" : "6.33",
          "x_deprecated" : 1
       },
       "LWP::Debug::TraceHTTP" : {
          "file" : "lib/LWP/Debug/TraceHTTP.pm",
-         "version" : "6.32"
+         "version" : "6.33"
       },
       "LWP::DebugFile" : {
          "file" : "lib/LWP/DebugFile.pm",
-         "version" : "6.32"
+         "version" : "6.33"
       },
       "LWP::MemberMixin" : {
          "file" : "lib/LWP/MemberMixin.pm",
-         "version" : "6.32"
+         "version" : "6.33"
       },
       "LWP::Protocol" : {
          "file" : "lib/LWP/Protocol.pm",
-         "version" : "6.32"
+         "version" : "6.33"
       },
       "LWP::Protocol::cpan" : {
          "file" : "lib/LWP/Protocol/cpan.pm",
-         "version" : "6.32"
+         "version" : "6.33"
       },
       "LWP::Protocol::data" : {
          "file" : "lib/LWP/Protocol/data.pm",
-         "version" : "6.32"
+         "version" : "6.33"
       },
       "LWP::Protocol::file" : {
          "file" : "lib/LWP/Protocol/file.pm",
-         "version" : "6.32"
+         "version" : "6.33"
       },
       "LWP::Protocol::ftp" : {
          "file" : "lib/LWP/Protocol/ftp.pm",
-         "version" : "6.32"
+         "version" : "6.33"
       },
       "LWP::Protocol::gopher" : {
          "file" : "lib/LWP/Protocol/gopher.pm",
-         "version" : "6.32"
+         "version" : "6.33"
       },
       "LWP::Protocol::http" : {
          "file" : "lib/LWP/Protocol/http.pm",
-         "version" : "6.32"
+         "version" : "6.33"
       },
       "LWP::Protocol::loopback" : {
          "file" : "lib/LWP/Protocol/loopback.pm",
-         "version" : "6.32"
+         "version" : "6.33"
       },
       "LWP::Protocol::mailto" : {
          "file" : "lib/LWP/Protocol/mailto.pm",
-         "version" : "6.32"
+         "version" : "6.33"
       },
       "LWP::Protocol::nntp" : {
          "file" : "lib/LWP/Protocol/nntp.pm",
-         "version" : "6.32"
+         "version" : "6.33"
       },
       "LWP::Protocol::nogo" : {
          "file" : "lib/LWP/Protocol/nogo.pm",
-         "version" : "6.32"
+         "version" : "6.33"
       },
       "LWP::RobotUA" : {
          "file" : "lib/LWP/RobotUA.pm",
-         "version" : "6.32"
+         "version" : "6.33"
       },
       "LWP::Simple" : {
          "file" : "lib/LWP/Simple.pm",
-         "version" : "6.32"
+         "version" : "6.33"
       },
       "LWP::UserAgent" : {
          "file" : "lib/LWP/UserAgent.pm",
-         "version" : "6.32"
+         "version" : "6.33"
       }
    },
    "release_status" : "stable",
       "x_IRC" : "irc://irc.perl.org/#lwp",
       "x_MailingList" : "mailto:libwww@perl.org"
    },
-   "version" : "6.32",
+   "version" : "6.33",
    "x_Dist_Zilla" : {
       "perl" : {
          "version" : "5.026001"
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "v6.32",
+                  "tag" : "v6.33",
                   "tag_format" : "v%v",
                   "tag_message" : "v%v"
                },
index ea809dc9c55597418909a1cc4a7b45e633a95ba9..7d7fd6a22f17c503f2d5a15a28beb854a13ddee3 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -27,74 +27,74 @@ no_index:
 provides:
   LWP:
     file: lib/LWP.pm
-    version: '6.32'
+    version: '6.33'
   LWP::Authen::Basic:
     file: lib/LWP/Authen/Basic.pm
-    version: '6.32'
+    version: '6.33'
   LWP::Authen::Digest:
     file: lib/LWP/Authen/Digest.pm
-    version: '6.32'
+    version: '6.33'
   LWP::Authen::Ntlm:
     file: lib/LWP/Authen/Ntlm.pm
-    version: '6.32'
+    version: '6.33'
   LWP::ConnCache:
     file: lib/LWP/ConnCache.pm
-    version: '6.32'
+    version: '6.33'
   LWP::Debug:
     file: lib/LWP/Debug.pm
-    version: '6.32'
+    version: '6.33'
     x_deprecated: 1
   LWP::Debug::TraceHTTP:
     file: lib/LWP/Debug/TraceHTTP.pm
-    version: '6.32'
+    version: '6.33'
   LWP::DebugFile:
     file: lib/LWP/DebugFile.pm
-    version: '6.32'
+    version: '6.33'
   LWP::MemberMixin:
     file: lib/LWP/MemberMixin.pm
-    version: '6.32'
+    version: '6.33'
   LWP::Protocol:
     file: lib/LWP/Protocol.pm
-    version: '6.32'
+    version: '6.33'
   LWP::Protocol::cpan:
     file: lib/LWP/Protocol/cpan.pm
-    version: '6.32'
+    version: '6.33'
   LWP::Protocol::data:
     file: lib/LWP/Protocol/data.pm
-    version: '6.32'
+    version: '6.33'
   LWP::Protocol::file:
     file: lib/LWP/Protocol/file.pm
-    version: '6.32'
+    version: '6.33'
   LWP::Protocol::ftp:
     file: lib/LWP/Protocol/ftp.pm
-    version: '6.32'
+    version: '6.33'
   LWP::Protocol::gopher:
     file: lib/LWP/Protocol/gopher.pm
-    version: '6.32'
+    version: '6.33'
   LWP::Protocol::http:
     file: lib/LWP/Protocol/http.pm
-    version: '6.32'
+    version: '6.33'
   LWP::Protocol::loopback:
     file: lib/LWP/Protocol/loopback.pm
-    version: '6.32'
+    version: '6.33'
   LWP::Protocol::mailto:
     file: lib/LWP/Protocol/mailto.pm
-    version: '6.32'
+    version: '6.33'
   LWP::Protocol::nntp:
     file: lib/LWP/Protocol/nntp.pm
-    version: '6.32'
+    version: '6.33'
   LWP::Protocol::nogo:
     file: lib/LWP/Protocol/nogo.pm
-    version: '6.32'
+    version: '6.33'
   LWP::RobotUA:
     file: lib/LWP/RobotUA.pm
-    version: '6.32'
+    version: '6.33'
   LWP::Simple:
     file: lib/LWP/Simple.pm
-    version: '6.32'
+    version: '6.33'
   LWP::UserAgent:
     file: lib/LWP/UserAgent.pm
-    version: '6.32'
+    version: '6.33'
 requires:
   Digest::MD5: '0'
   Encode: '2.12'
@@ -131,7 +131,7 @@ 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.32'
+version: '6.33'
 x_Dist_Zilla:
   perl:
     version: '5.026001'
@@ -561,7 +561,7 @@ x_Dist_Zilla:
           branch: ~
           changelog: Changes
           signed: 0
-          tag: v6.32
+          tag: v6.33
           tag_format: v%v
           tag_message: v%v
         Dist::Zilla::Role::Git::Repo:
index 2e7de8f8b9c61440cac1e8ee1022d00b3a0e9a2f..5739a0b99d29f010409d96c51ddeb009418c777e 100644 (file)
@@ -83,7 +83,7 @@ my %WriteMakefileArgs = (
     "Test::More" => 0,
     "Test::RequiresInternet" => 0
   },
-  "VERSION" => "6.32",
+  "VERSION" => "6.33",
   "test" => {
     "TESTS" => "t/*.t t/base/*.t t/base/protocols/*.t t/local/*.t t/robot/*.t"
   }
index 1854c3ae0776fbf0fdbaa4700a0ff30f7c2daca9..b6a13085b29dcd71f02c7e8ff860b1913efdb8c5 100644 (file)
@@ -1,6 +1,6 @@
 package LWP;
 
-our $VERSION = '6.32';
+our $VERSION = '6.33';
 
 require LWP::UserAgent;  # this should load everything you need
 
index 275131246a64c83d2206bf6935f4d57a07279dab..138b2486e9afe46a3620e23474cafd063b9e55fc 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Authen::Basic;
 
 use strict;
 
-our $VERSION = '6.32';
+our $VERSION = '6.33';
 
 require MIME::Base64;
 
index 0b68686ccd15bab7f01b93b30a44bd140da3178d..a2234342c876d544d8ebd315632e0220a7afbcd8 100644 (file)
@@ -3,7 +3,7 @@ package LWP::Authen::Digest;
 use strict;
 use base 'LWP::Authen::Basic';
 
-our $VERSION = '6.32';
+our $VERSION = '6.33';
 
 require Digest::MD5;
 
index 0078b684bc62567d000671a6f66d78d387b1838c..c0c44aca16592a82649eaf6eb247da8a6e66c6a3 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Authen::Ntlm;
 
 use strict;
 
-our $VERSION = '6.32';
+our $VERSION = '6.33';
 
 use Authen::NTLM "1.02";
 use MIME::Base64 "2.12";
index 9555916b88581c1f414f3cd2d3cbff579f12a8ac..e4735c67cc6773a1cda72df8ee86fa26fe91c124 100644 (file)
@@ -2,7 +2,7 @@ package LWP::ConnCache;
 
 use strict;
 
-our $VERSION = '6.32';
+our $VERSION = '6.33';
 our $DEBUG;
 
 sub new {
index 21cbf0ee08dc268dd2b04cc822eeebaa9c8096d2..9efe53b372f2afc121f4b06bab74fe8e798dbf1a 100644 (file)
@@ -1,6 +1,6 @@
 package LWP::Debug;    # legacy
 
-our $VERSION = '6.32';
+our $VERSION = '6.33';
 
 require Exporter;
 our @ISA       = qw(Exporter);
index fb53bc183894ee116f947349ecfdb9410f4f5f92..90a6cd9ef30078ae1f11d75f184ae744e538e599 100644 (file)
@@ -11,7 +11,7 @@ package LWP::Debug::TraceHTTP;
 use strict;
 use base 'LWP::Protocol::http';
 
-our $VERSION = '6.32';
+our $VERSION = '6.33';
 
 package # hide from PAUSE
     LWP::Debug::TraceHTTP::Socket;
index 8d3ccf2bf39ffbdab64cfc05f9f020b48127b5bd..518378072883022dc958d15d8211dbbbfa632c83 100644 (file)
@@ -1,6 +1,6 @@
 package LWP::DebugFile;
 
-our $VERSION = '6.32';
+our $VERSION = '6.33';
 
 # legacy stub
 
index c243fd50a55ea3144e2f5da7b7f022535ff01fa4..12a9fdd11868feed1f91c4fd6adb8b9c3ccd0d9b 100644 (file)
@@ -1,6 +1,6 @@
 package LWP::MemberMixin;
 
-our $VERSION = '6.32';
+our $VERSION = '6.33';
 
 sub _elem {
     my $self = shift;
index 6e1d4141a08a3559822cc2530be9fc5e7ec52de2..e9233be4fd78f1bcd7cdf396f92f438a2d54cf18 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Protocol;
 
 use base 'LWP::MemberMixin';
 
-our $VERSION = '6.32';
+our $VERSION = '6.33';
 
 use strict;
 use Carp ();
index 6933a385dd3a240075118f59ca66f1bd30ea4aa9..7c18f8499e4925700adfacf0412f068518df3933 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 
 use base qw(LWP::Protocol);
 
-our $VERSION = '6.32';
+our $VERSION = '6.33';
 
 require URI;
 require HTTP::Status;
index d81debb12326dc89a75f760c6a1989d94252aa49..962c3882fb816066c07e0e449f486bcaa66b47ba 100644 (file)
@@ -4,7 +4,7 @@ package LWP::Protocol::data;
 
 use strict;
 
-our $VERSION = '6.32';
+our $VERSION = '6.33';
 
 require HTTP::Response;
 require HTTP::Status;
index 207ee8e7cab7ae563e1900b3f41a610378ea6f2f..3460f2eb0c1d9b010566b4e448695458a026f684 100644 (file)
@@ -4,7 +4,7 @@ use base qw(LWP::Protocol);
 
 use strict;
 
-our $VERSION = '6.32';
+our $VERSION = '6.33';
 
 require LWP::MediaTypes;
 require HTTP::Request;
index 8d32af8fa376cbcd5212725f55176a1702c2c4e9..552be3b89e682f2092cc0ce8cceffbfbb5e81aa8 100644 (file)
@@ -5,7 +5,7 @@ package LWP::Protocol::ftp;
 use base qw(LWP::Protocol);
 use strict;
 
-our $VERSION = '6.32';
+our $VERSION = '6.33';
 
 use Carp            ();
 use HTTP::Status    ();
index 1147833284f4a5784b9d1a57246ffa0b4f90f76b..c003233b048c886242121f8faffc9aea306f3903 100644 (file)
@@ -9,7 +9,7 @@ package LWP::Protocol::gopher;
 
 use strict;
 
-our $VERSION = '6.32';
+our $VERSION = '6.33';
 
 require HTTP::Response;
 require HTTP::Status;
index 42703156dce18366f9a1ea2504eac8c715484bcf..b42628ebb7483bd7944a88b40d1d0ea1eded53fc 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Protocol::http;
 
 use strict;
 
-our $VERSION = '6.32';
+our $VERSION = '6.33';
 
 require HTTP::Response;
 require HTTP::Status;
@@ -30,7 +30,7 @@ sub _new_socket
                                        Proto    => 'tcp',
                                        Timeout  => $timeout,
                                        KeepAlive => !!$self->{ua}{conn_cache},
-                                       SendTE    => $self->{ua}->send_te,
+                                       SendTE    => $self->{ua}{send_te},
                                        $self->_extra_sock_opts($host, $port),
                                       );
 
index 8042009ba7a42b59089f687a79dfe8dbc3555684..f0db90170c4e24c844bf52c3c73073a2dd49367a 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Protocol::loopback;
 
 use strict;
 
-our $VERSION = '6.32';
+our $VERSION = '6.33';
 
 require HTTP::Response;
 
index df70ebe9a7a5959298e003f015ce18881926cbe9..81c814f0c78edd8fff8bc982e5e2dcb09513251f 100644 (file)
@@ -11,7 +11,7 @@ require HTTP::Status;
 use Carp;
 use strict;
 
-our $VERSION = '6.32';
+our $VERSION = '6.33';
 
 use base qw(LWP::Protocol);
 our $SENDMAIL;
index b6711903f8bcf072c41d0bfdc3443326fd5fa726..eeb6e1955a267736ba9444b29aa83b0601a0d906 100644 (file)
@@ -4,7 +4,7 @@ package LWP::Protocol::nntp;
 
 use base qw(LWP::Protocol);
 
-our $VERSION = '6.32';
+our $VERSION = '6.33';
 
 require HTTP::Response;
 require HTTP::Status;
index 0f0b44d0d2013f33a5615788349a5022133eef7b..cab40cc727ebd39a8edd4e683558a45bcbb449fc 100644 (file)
@@ -7,7 +7,7 @@ package LWP::Protocol::nogo;
 
 use strict;
 
-our $VERSION = '6.32';
+our $VERSION = '6.33';
 
 require HTTP::Response;
 require HTTP::Status;
index a8c03ac58b1bf777aaf8a7be5981ec62603ab945..b2a6ae61fb9a7705462374d33c6ffbb7482f151a 100644 (file)
@@ -2,7 +2,7 @@ package LWP::RobotUA;
 
 use base qw(LWP::UserAgent);
 
-our $VERSION = '6.32';
+our $VERSION = '6.33';
 
 require WWW::RobotRules;
 require HTTP::Request;
index f69f56d8b16cd86a089587d495e91ef1e0d642c6..0e97a4e5c756a4f5c992e256ecfb24c88bc5f3a9 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Simple;
 
 use strict;
 
-our $VERSION = '6.32';
+our $VERSION = '6.33';
 
 require Exporter;
 
index c02e21fe30b74963db78d228d473f22aa68baaa5..681c9726c285d73feec0cf3bd87b893d70655c9f 100644 (file)
@@ -15,7 +15,7 @@ use LWP::Protocol ();
 use Scalar::Util qw(blessed);
 use Try::Tiny qw(try catch);
 
-our $VERSION = '6.32';
+our $VERSION = '6.33';
 
 sub new
 {
index e304661210178c22de85c7a7207bb9f3480d7321..09296ac2aeb29fb71f2b70c64c2dc05ba07799d6 100644 (file)
@@ -2,7 +2,7 @@ use Test::More tests => 2;
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '6.32';
+my $newver = '6.33';
 my $trial_token = '-TRIAL';
 my $encoding = 'UTF-8';