Imported Upstream version 6.38 upstream/6.38
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 21 Jul 2022 02:28:24 +0000 (11:28 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 21 Jul 2022 02:28:24 +0000 (11:28 +0900)
31 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
xt/author/pod-spell.t
xt/release/changes_has_content.t

diff --git a/Changes b/Changes
index 1d95b8c768094e19233cde5d3b38981adbe5eb4c..566e701fa5ecfccb267d90b3474f8f4eb9d8b7b4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Change history for libwww-perl
 
+6.38      2019-03-25 18:58:58Z
+    - Update Net::HTTP dependency from 6.07 to 6.18 (GH#310) (Olaf Alders)
+    - Remove s.c.o. from SYNOPSIS (GH#308) (Olaf Alders)
+
 6.37      2019-03-06 20:49:26Z
     - Improve ->add_handler documentation (GH #272) (Julien Fiegehenn)
     - Alter our rule set to allow IPv6 proxy hosts beginning with [. (GH #237)
index 757296e88fe347644554a34ca59dd2dab72b2fac..70b961b5b23ac3acdefc9e2019d23d86cc4fb824 100644 (file)
--- a/META.json
+++ b/META.json
@@ -71,7 +71,7 @@
             "LWP::MediaTypes" : "6",
             "MIME::Base64" : "2.1",
             "Net::FTP" : "2.58",
-            "Net::HTTP" : "6.07",
+            "Net::HTTP" : "6.18",
             "Scalar::Util" : "0",
             "Try::Tiny" : "0",
             "URI" : "1.10",
    "provides" : {
       "LWP" : {
          "file" : "lib/LWP.pm",
-         "version" : "6.37"
+         "version" : "6.38"
       },
       "LWP::Authen::Basic" : {
          "file" : "lib/LWP/Authen/Basic.pm",
-         "version" : "6.37"
+         "version" : "6.38"
       },
       "LWP::Authen::Digest" : {
          "file" : "lib/LWP/Authen/Digest.pm",
-         "version" : "6.37"
+         "version" : "6.38"
       },
       "LWP::Authen::Ntlm" : {
          "file" : "lib/LWP/Authen/Ntlm.pm",
-         "version" : "6.37"
+         "version" : "6.38"
       },
       "LWP::ConnCache" : {
          "file" : "lib/LWP/ConnCache.pm",
-         "version" : "6.37"
+         "version" : "6.38"
       },
       "LWP::Debug" : {
          "file" : "lib/LWP/Debug.pm",
-         "version" : "6.37",
+         "version" : "6.38",
          "x_deprecated" : 1
       },
       "LWP::Debug::TraceHTTP" : {
          "file" : "lib/LWP/Debug/TraceHTTP.pm",
-         "version" : "6.37"
+         "version" : "6.38"
       },
       "LWP::DebugFile" : {
          "file" : "lib/LWP/DebugFile.pm",
-         "version" : "6.37"
+         "version" : "6.38"
       },
       "LWP::MemberMixin" : {
          "file" : "lib/LWP/MemberMixin.pm",
-         "version" : "6.37"
+         "version" : "6.38"
       },
       "LWP::Protocol" : {
          "file" : "lib/LWP/Protocol.pm",
-         "version" : "6.37"
+         "version" : "6.38"
       },
       "LWP::Protocol::cpan" : {
          "file" : "lib/LWP/Protocol/cpan.pm",
-         "version" : "6.37"
+         "version" : "6.38"
       },
       "LWP::Protocol::data" : {
          "file" : "lib/LWP/Protocol/data.pm",
-         "version" : "6.37"
+         "version" : "6.38"
       },
       "LWP::Protocol::file" : {
          "file" : "lib/LWP/Protocol/file.pm",
-         "version" : "6.37"
+         "version" : "6.38"
       },
       "LWP::Protocol::ftp" : {
          "file" : "lib/LWP/Protocol/ftp.pm",
-         "version" : "6.37"
+         "version" : "6.38"
       },
       "LWP::Protocol::gopher" : {
          "file" : "lib/LWP/Protocol/gopher.pm",
-         "version" : "6.37"
+         "version" : "6.38"
       },
       "LWP::Protocol::http" : {
          "file" : "lib/LWP/Protocol/http.pm",
-         "version" : "6.37"
+         "version" : "6.38"
       },
       "LWP::Protocol::loopback" : {
          "file" : "lib/LWP/Protocol/loopback.pm",
-         "version" : "6.37"
+         "version" : "6.38"
       },
       "LWP::Protocol::mailto" : {
          "file" : "lib/LWP/Protocol/mailto.pm",
-         "version" : "6.37"
+         "version" : "6.38"
       },
       "LWP::Protocol::nntp" : {
          "file" : "lib/LWP/Protocol/nntp.pm",
-         "version" : "6.37"
+         "version" : "6.38"
       },
       "LWP::Protocol::nogo" : {
          "file" : "lib/LWP/Protocol/nogo.pm",
-         "version" : "6.37"
+         "version" : "6.38"
       },
       "LWP::RobotUA" : {
          "file" : "lib/LWP/RobotUA.pm",
-         "version" : "6.37"
+         "version" : "6.38"
       },
       "LWP::Simple" : {
          "file" : "lib/LWP/Simple.pm",
-         "version" : "6.37"
+         "version" : "6.38"
       },
       "LWP::UserAgent" : {
          "file" : "lib/LWP/UserAgent.pm",
-         "version" : "6.37"
+         "version" : "6.38"
       }
    },
    "release_status" : "stable",
       "x_IRC" : "irc://irc.perl.org/#lwp",
       "x_MailingList" : "mailto:libwww@perl.org"
    },
-   "version" : "6.37",
+   "version" : "6.38",
    "x_Dist_Zilla" : {
       "perl" : {
          "version" : "5.026001"
                }
             },
             "name" : "Git::GatherDir",
-            "version" : "2.045"
+            "version" : "2.046"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
                }
             },
             "name" : "Git::Check",
-            "version" : "2.045"
+            "version" : "2.046"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckStrictVersion",
             "config" : {
                "Dist::Zilla::Plugin::Git::Commit" : {
                   "add_files_in" : [],
-                  "commit_msg" : "v%v%n%n%c"
+                  "commit_msg" : "v%V%n%n%c"
                },
                "Dist::Zilla::Role::Git::DirtyFiles" : {
                   "allow_dirty" : [
                }
             },
             "name" : "@Git::VersionManager/release snapshot",
-            "version" : "2.045"
+            "version" : "2.046"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "v6.37",
-                  "tag_format" : "v%v",
-                  "tag_message" : "v%v"
+                  "tag" : "v6.38",
+                  "tag_format" : "v%V",
+                  "tag_message" : "v%V"
                },
                "Dist::Zilla::Role::Git::Repo" : {
                   "git_version" : "2.20.1",
                }
             },
             "name" : "@Git::VersionManager/Git::Tag",
-            "version" : "2.045"
+            "version" : "2.046"
          },
          {
             "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional",
                }
             },
             "name" : "@Git::VersionManager/post-release commit",
-            "version" : "2.045"
+            "version" : "2.046"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Push",
                }
             },
             "name" : "Git::Push",
-            "version" : "2.045"
+            "version" : "2.046"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
       "Steve Hay <SteveHay@planit.com>",
       "Takumi Akiyama <t.akiym@gmail.com>",
       "Theodore Robert Campbell Jr <trcjr@stupidfoot.com>",
+      "Theo van Hoesel <Th.J.v.Hoesel+GitHub@gmail.com>",
       "Tim Couzins <tim.couzins@sophos.com>",
       "Todd Lipcon <todd@amiestreet.com>",
       "Tomasz Konojacki <me@xenu.pl>",
index 6f55febc44b20f92c69fd0a83aa26551634a0878..461596c8d86e270b4371be6f06e11c80d2aafa65 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -30,74 +30,74 @@ no_index:
 provides:
   LWP:
     file: lib/LWP.pm
-    version: '6.37'
+    version: '6.38'
   LWP::Authen::Basic:
     file: lib/LWP/Authen/Basic.pm
-    version: '6.37'
+    version: '6.38'
   LWP::Authen::Digest:
     file: lib/LWP/Authen/Digest.pm
-    version: '6.37'
+    version: '6.38'
   LWP::Authen::Ntlm:
     file: lib/LWP/Authen/Ntlm.pm
-    version: '6.37'
+    version: '6.38'
   LWP::ConnCache:
     file: lib/LWP/ConnCache.pm
-    version: '6.37'
+    version: '6.38'
   LWP::Debug:
     file: lib/LWP/Debug.pm
-    version: '6.37'
+    version: '6.38'
     x_deprecated: 1
   LWP::Debug::TraceHTTP:
     file: lib/LWP/Debug/TraceHTTP.pm
-    version: '6.37'
+    version: '6.38'
   LWP::DebugFile:
     file: lib/LWP/DebugFile.pm
-    version: '6.37'
+    version: '6.38'
   LWP::MemberMixin:
     file: lib/LWP/MemberMixin.pm
-    version: '6.37'
+    version: '6.38'
   LWP::Protocol:
     file: lib/LWP/Protocol.pm
-    version: '6.37'
+    version: '6.38'
   LWP::Protocol::cpan:
     file: lib/LWP/Protocol/cpan.pm
-    version: '6.37'
+    version: '6.38'
   LWP::Protocol::data:
     file: lib/LWP/Protocol/data.pm
-    version: '6.37'
+    version: '6.38'
   LWP::Protocol::file:
     file: lib/LWP/Protocol/file.pm
-    version: '6.37'
+    version: '6.38'
   LWP::Protocol::ftp:
     file: lib/LWP/Protocol/ftp.pm
-    version: '6.37'
+    version: '6.38'
   LWP::Protocol::gopher:
     file: lib/LWP/Protocol/gopher.pm
-    version: '6.37'
+    version: '6.38'
   LWP::Protocol::http:
     file: lib/LWP/Protocol/http.pm
-    version: '6.37'
+    version: '6.38'
   LWP::Protocol::loopback:
     file: lib/LWP/Protocol/loopback.pm
-    version: '6.37'
+    version: '6.38'
   LWP::Protocol::mailto:
     file: lib/LWP/Protocol/mailto.pm
-    version: '6.37'
+    version: '6.38'
   LWP::Protocol::nntp:
     file: lib/LWP/Protocol/nntp.pm
-    version: '6.37'
+    version: '6.38'
   LWP::Protocol::nogo:
     file: lib/LWP/Protocol/nogo.pm
-    version: '6.37'
+    version: '6.38'
   LWP::RobotUA:
     file: lib/LWP/RobotUA.pm
-    version: '6.37'
+    version: '6.38'
   LWP::Simple:
     file: lib/LWP/Simple.pm
-    version: '6.37'
+    version: '6.38'
   LWP::UserAgent:
     file: lib/LWP/UserAgent.pm
-    version: '6.37'
+    version: '6.38'
 requires:
   Digest::MD5: '0'
   Encode: '2.12'
@@ -118,7 +118,7 @@ requires:
   LWP::MediaTypes: '6'
   MIME::Base64: '2.1'
   Net::FTP: '2.58'
-  Net::HTTP: '6.07'
+  Net::HTTP: '6.18'
   Scalar::Util: '0'
   Try::Tiny: '0'
   URI: '1.10'
@@ -134,7 +134,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.37'
+version: '6.38'
 x_Dist_Zilla:
   perl:
     version: '5.026001'
@@ -156,7 +156,7 @@ x_Dist_Zilla:
         Dist::Zilla::Plugin::Git::GatherDir:
           include_untracked: 0
       name: Git::GatherDir
-      version: '2.045'
+      version: '2.046'
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: MetaConfig
@@ -477,7 +477,7 @@ x_Dist_Zilla:
           git_version: 2.20.1
           repo_root: .
       name: Git::Check
-      version: '2.045'
+      version: '2.046'
     -
       class: Dist::Zilla::Plugin::CheckStrictVersion
       name: CheckStrictVersion
@@ -561,7 +561,7 @@ x_Dist_Zilla:
       config:
         Dist::Zilla::Plugin::Git::Commit:
           add_files_in: []
-          commit_msg: v%v%n%n%c
+          commit_msg: v%V%n%n%c
         Dist::Zilla::Role::Git::DirtyFiles:
           allow_dirty:
             - Changes
@@ -576,7 +576,7 @@ x_Dist_Zilla:
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@Git::VersionManager/release snapshot'
-      version: '2.045'
+      version: '2.046'
     -
       class: Dist::Zilla::Plugin::Git::Tag
       config:
@@ -584,16 +584,16 @@ x_Dist_Zilla:
           branch: ~
           changelog: Changes
           signed: 0
-          tag: v6.37
-          tag_format: v%v
-          tag_message: v%v
+          tag: v6.38
+          tag_format: v%V
+          tag_message: v%V
         Dist::Zilla::Role::Git::Repo:
           git_version: 2.20.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@Git::VersionManager/Git::Tag'
-      version: '2.045'
+      version: '2.046'
     -
       class: Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional
       config:
@@ -630,7 +630,7 @@ x_Dist_Zilla:
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@Git::VersionManager/post-release commit'
-      version: '2.045'
+      version: '2.046'
     -
       class: Dist::Zilla::Plugin::Git::Push
       config:
@@ -642,7 +642,7 @@ x_Dist_Zilla:
           git_version: 2.20.1
           repo_root: .
       name: Git::Push
-      version: '2.045'
+      version: '2.046'
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: ConfirmRelease
@@ -776,6 +776,7 @@ x_contributors:
   - 'Steve Hay <SteveHay@planit.com>'
   - 'Takumi Akiyama <t.akiym@gmail.com>'
   - 'Theodore Robert Campbell Jr <trcjr@stupidfoot.com>'
+  - 'Theo van Hoesel <Th.J.v.Hoesel+GitHub@gmail.com>'
   - 'Tim Couzins <tim.couzins@sophos.com>'
   - 'Todd Lipcon <todd@amiestreet.com>'
   - 'Tomasz Konojacki <me@xenu.pl>'
index 8fc65541dc361fc885cb75e1f7294a34dfe41b94..1213e1b8bd5f86ccf5788ebb454181bddbb93648 100644 (file)
@@ -67,7 +67,7 @@ my %WriteMakefileArgs = (
     "LWP::MediaTypes" => 6,
     "MIME::Base64" => "2.1",
     "Net::FTP" => "2.58",
-    "Net::HTTP" => "6.07",
+    "Net::HTTP" => "6.18",
     "Scalar::Util" => 0,
     "Try::Tiny" => 0,
     "URI" => "1.10",
@@ -86,7 +86,7 @@ my %WriteMakefileArgs = (
     "Test::Needs" => 0,
     "Test::RequiresInternet" => 0
   },
-  "VERSION" => "6.37",
+  "VERSION" => "6.38",
   "test" => {
     "TESTS" => "t/*.t t/base/*.t t/base/protocols/*.t t/leak/*.t t/local/*.t t/robot/*.t"
   }
@@ -120,7 +120,7 @@ my %FallbackPrereqs = (
   "LWP::MediaTypes" => 6,
   "MIME::Base64" => "2.1",
   "Net::FTP" => "2.58",
-  "Net::HTTP" => "6.07",
+  "Net::HTTP" => "6.18",
   "Scalar::Util" => 0,
   "Test::Fatal" => 0,
   "Test::More" => 0,
index 39a2ae421a3ee95dce14e2f6d0480fa726a3cdd5..a3c7903dc56f0025756532e79d58b79949cabecc 100644 (file)
--- a/cpanfile
+++ b/cpanfile
@@ -28,7 +28,7 @@ on 'runtime' => sub {
     requires 'LWP::MediaTypes' => '6';
     requires 'MIME::Base64' => '2.1';
     requires 'Net::FTP' => '2.58';
-    requires 'Net::HTTP' => '6.07';
+    requires 'Net::HTTP' => '6.18';
     requires 'Scalar::Util';
     requires 'Try::Tiny';
     requires 'URI' => '1.10';
index 12bf7a95f81b678aaca615c665bb71420b7fae04..6bd840e19f5dce69a4cd645d8f919ee09e3c4d74 100644 (file)
@@ -1,6 +1,6 @@
 package LWP;
 
-our $VERSION = '6.37';
+our $VERSION = '6.38';
 
 require LWP::UserAgent;  # this should load everything you need
 
index d33e4af2e40fc0e6d3380c55b773df5e16802c3f..f11b7164cc49fda6ac07a82f93417a6c873d36dd 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Authen::Basic;
 
 use strict;
 
-our $VERSION = '6.37';
+our $VERSION = '6.38';
 
 require MIME::Base64;
 
index 2e11ac638b93b7822fc900f3f9c4cb3c9c456838..70fba9a9c38f217cf05039d3c5bd77234b01e3c7 100644 (file)
@@ -3,7 +3,7 @@ package LWP::Authen::Digest;
 use strict;
 use base 'LWP::Authen::Basic';
 
-our $VERSION = '6.37';
+our $VERSION = '6.38';
 
 require Digest::MD5;
 
index b4eaad1eaa9ef65e03b8b521b332948d5047b33a..f75fe1358e5ed925007d62b852767ead8baefdab 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Authen::Ntlm;
 
 use strict;
 
-our $VERSION = '6.37';
+our $VERSION = '6.38';
 
 use Authen::NTLM "1.02";
 use MIME::Base64 "2.12";
index d4cfc66e2661619846800006df51969a742aea71..d4a075cf468e4dc8cb28f3f2a5044864018af817 100644 (file)
@@ -2,7 +2,7 @@ package LWP::ConnCache;
 
 use strict;
 
-our $VERSION = '6.37';
+our $VERSION = '6.38';
 our $DEBUG;
 
 sub new {
index c93a80ade30230710dcef266ed552eed3339a5e7..502cd91c27be7b6e7fd8bf101082d23bafcde70d 100644 (file)
@@ -1,6 +1,6 @@
 package LWP::Debug;    # legacy
 
-our $VERSION = '6.37';
+our $VERSION = '6.38';
 
 require Exporter;
 our @ISA       = qw(Exporter);
index 0644644616c7abb37f381a2f018865490a4f1fea..fa45df10b3dd6ae3b367afa610195b0520d0b4b6 100644 (file)
@@ -11,7 +11,7 @@ package LWP::Debug::TraceHTTP;
 use strict;
 use base 'LWP::Protocol::http';
 
-our $VERSION = '6.37';
+our $VERSION = '6.38';
 
 package # hide from PAUSE
     LWP::Debug::TraceHTTP::Socket;
index f35cdf3426db00143a05e06b8ac8b17fe27b175a..c53e63aa70de503f194e58c7eb6ad1fcd91c1446 100644 (file)
@@ -1,6 +1,6 @@
 package LWP::DebugFile;
 
-our $VERSION = '6.37';
+our $VERSION = '6.38';
 
 # legacy stub
 
index 4ed9053cbc22f69ff0f584323372b4c2bd6a448f..278d00fa571924c1052fe535c2f90832134dae5e 100644 (file)
@@ -1,6 +1,6 @@
 package LWP::MemberMixin;
 
-our $VERSION = '6.37';
+our $VERSION = '6.38';
 
 sub _elem {
     my $self = shift;
index f5966ab1c16d454743acafd83f98d5b1942febe2..5082841c6d24ea16142aaaf091ab284b0557d03e 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Protocol;
 
 use base 'LWP::MemberMixin';
 
-our $VERSION = '6.37';
+our $VERSION = '6.38';
 
 use strict;
 use Carp ();
index 1f6bd0d91b976f9a4fc9a182697166684f32cd18..491e6b439adee45787216eccf15d872f1e1e956a 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 
 use base qw(LWP::Protocol);
 
-our $VERSION = '6.37';
+our $VERSION = '6.38';
 
 require URI;
 require HTTP::Status;
index 8460f05be9f52039d9a6994beff6c466516b8fba..d1ba58c134e3f702cead7bc2c9a54a9dd02eedf9 100644 (file)
@@ -4,7 +4,7 @@ package LWP::Protocol::data;
 
 use strict;
 
-our $VERSION = '6.37';
+our $VERSION = '6.38';
 
 require HTTP::Response;
 require HTTP::Status;
index 01c14eeafa705e80edb9a81b7a53a01cfd0fab7d..5f8c7d8600d59f1020417c5a728dbafbb3a5c76c 100644 (file)
@@ -4,7 +4,7 @@ use base qw(LWP::Protocol);
 
 use strict;
 
-our $VERSION = '6.37';
+our $VERSION = '6.38';
 
 require LWP::MediaTypes;
 require HTTP::Request;
index d45a877f5938b9c8bf4b4869c033d6f903ca9153..2f4b44c6aa1b62081499991dbf9312e4e12549e5 100644 (file)
@@ -5,7 +5,7 @@ package LWP::Protocol::ftp;
 use base qw(LWP::Protocol);
 use strict;
 
-our $VERSION = '6.37';
+our $VERSION = '6.38';
 
 use Carp            ();
 use HTTP::Status    ();
index 6fd6ff710ba6f0930b40dce088b7736202d01674..e9457eeeb47ffdf4fd6ceb2137389fb47d772e52 100644 (file)
@@ -9,7 +9,7 @@ package LWP::Protocol::gopher;
 
 use strict;
 
-our $VERSION = '6.37';
+our $VERSION = '6.38';
 
 require HTTP::Response;
 require HTTP::Status;
index ec53e23d95d64741faf56897f80cb704931ce3ee..566a558485f2e61d978f568394d705be90674cdd 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Protocol::http;
 
 use strict;
 
-our $VERSION = '6.37';
+our $VERSION = '6.38';
 
 require HTTP::Response;
 require HTTP::Status;
index b7645deee660c6cc331422225edce23f2f273829..52dda1fc6b5c9cefe10edca9ae7aecb2be7c8de2 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Protocol::loopback;
 
 use strict;
 
-our $VERSION = '6.37';
+our $VERSION = '6.38';
 
 require HTTP::Response;
 
index d970edafbe610edb614326a92e5f28cb9d6c84a3..ba97b9a6992fc8e96a78b053e181157ee739b947 100644 (file)
@@ -11,7 +11,7 @@ require HTTP::Status;
 use Carp;
 use strict;
 
-our $VERSION = '6.37';
+our $VERSION = '6.38';
 
 use base qw(LWP::Protocol);
 our $SENDMAIL;
index 3cbde3f4e0aa746f683c06a9d5acaa770b964c0c..c271d6bd3185adc1dab753cc19091b54e97792f2 100644 (file)
@@ -4,7 +4,7 @@ package LWP::Protocol::nntp;
 
 use base qw(LWP::Protocol);
 
-our $VERSION = '6.37';
+our $VERSION = '6.38';
 
 require HTTP::Response;
 require HTTP::Status;
index 32f09579bff9266e125c6306d54ee75bf831fcba..1b7cc3b3ccc6e31e7e11a82cd619f690f0c26935 100644 (file)
@@ -7,7 +7,7 @@ package LWP::Protocol::nogo;
 
 use strict;
 
-our $VERSION = '6.37';
+our $VERSION = '6.38';
 
 require HTTP::Response;
 require HTTP::Status;
index a418fe32fe5cbe3265f03fdab80e3628e41aba77..720d3f3408c124d9bc1476dca49adee4ba4ae1cd 100644 (file)
@@ -2,7 +2,7 @@ package LWP::RobotUA;
 
 use base qw(LWP::UserAgent);
 
-our $VERSION = '6.37';
+our $VERSION = '6.38';
 
 require WWW::RobotRules;
 require HTTP::Request;
index f1b91b13ca631ec44b11e0820e16372dd9639dd8..a33e4d5f0b85fc58c6c405609a4f324832e57c13 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Simple;
 
 use strict;
 
-our $VERSION = '6.37';
+our $VERSION = '6.38';
 
 require Exporter;
 
index 58f09e0b2a9e667ed9891b228246cb857e66bf57..e9b4dcfea497aa7b4b97b4ad6a8c20afbd1d7439 100644 (file)
@@ -15,7 +15,7 @@ use LWP::Protocol ();
 use Scalar::Util qw(blessed);
 use Try::Tiny qw(try catch);
 
-our $VERSION = '6.37';
+our $VERSION = '6.38';
 
 sub new
 {
@@ -1141,7 +1141,7 @@ LWP::UserAgent - Web user agent class
  $ua->timeout(10);
  $ua->env_proxy;
 
- my $response = $ua->get('http://search.cpan.org/');
+ my $response = $ua->get('http://example.com');
 
  if ($response->is_success) {
      print $response->decoded_content;  # or whatever
index 6b9e91ebe25256bf1ff62b1207c14320b6742e61..fa59361b1fdb5264c4c3cb7036ba08f6b9806f8d 100644 (file)
@@ -50,7 +50,7 @@ do { my $x = {
                                       'LWP::MediaTypes' => '6',
                                       'MIME::Base64' => '2.1',
                                       'Net::FTP' => '2.58',
-                                      'Net::HTTP' => '6.07',
+                                      'Net::HTTP' => '6.18',
                                       'Scalar::Util' => '0',
                                       'Try::Tiny' => '0',
                                       'URI' => '1.10',
index f1fb35d4b72377bfe9bc83bbc722aab4c805790a..b4eed0462e7491da9b49b06072788816a4156b1e 100644 (file)
@@ -99,6 +99,7 @@ Harald
 Hay
 Hedlund
 Hoblitt
+Hoesel
 Horsfall
 Hukins
 Hwa
@@ -237,6 +238,8 @@ Subbarao
 TCP
 Takanori
 Takumi
+Th
+Theo
 Theodore
 Thoennes
 Thompson
@@ -380,6 +383,7 @@ tom
 trcjr
 turugina
 uid39246
+van
 ville
 waif
 wfmann
index 75c9ec2ebd9311346d4d27317a109cc1df0df60c..335f6b89a3c2ab7f21f0f79ccdbcf25d746bd4db 100644 (file)
@@ -8,7 +8,7 @@ if (($ENV{TRAVIS_PULL_REQUEST} || '') eq 'false') {
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '6.37';
+my $newver = '6.38';
 my $trial_token = '-TRIAL';
 my $encoding = 'UTF-8';