Imported Upstream version 6.59 upstream/6.59
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 21 Jul 2022 02:28:28 +0000 (11:28 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 21 Jul 2022 02:28:28 +0000 (11:28 +0900)
31 files changed:
Changes
META.json
META.yml
Makefile.PL
dist.ini
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/local/http.t
xt/author/pod-spell.t
xt/release/changes_has_content.t

diff --git a/Changes b/Changes
index 1d43f9b892abf6ca6da93e0bb5319cdde636a985..19e476eeda2955dc4960958a90b12dad865b71a7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Change history for libwww-perl
 
+6.59      2021-12-02 21:16:04Z
+    - Use American English aspell master dictionary for POD spelling tests (GH#394) (Ville Skyttä)
+    - Remove unnecessary string concatenations in mirror error messages (GH#391) (Ville Skyttä)
+    - Spelling and grammar fixes (GH#390) (Ville Skyttä)
+
 6.58      2021-10-25 20:40:59Z
     - Add a test for "response_redirect" (GH#387) (James Raspass)
     - Improve documentation readability (GH#388) (Julien Fiegehenn)
@@ -1048,7 +1053,7 @@ Change history for libwww-perl
         successful ones. The status will still indicate failures.
         Steve Hay <steve.hay@uk.radan.com>.
     - HTML::Form's dump now also print alternative value names.
-    - HTML::Form will now pick up the phrase after a <input type=radio> or
+    - HTML::Form will now pick up the phrase after an <input type=radio> or
         <input type=checkbox> and use that as the name of the checked value.
     - HTML::Form's find_input now returns all inputs that match in array
         context. Based on patch by Mark Stosberg <markstos@cpan.org> in
index be276bde70122e12017c09bdfa777b8985203b38..95013cfed436bfdacce21eb1c276ccdfebaa1382 100644 (file)
--- a/META.json
+++ b/META.json
    "provides" : {
       "LWP" : {
          "file" : "lib/LWP.pm",
-         "version" : "6.58"
+         "version" : "6.59"
       },
       "LWP::Authen::Basic" : {
          "file" : "lib/LWP/Authen/Basic.pm",
-         "version" : "6.58"
+         "version" : "6.59"
       },
       "LWP::Authen::Digest" : {
          "file" : "lib/LWP/Authen/Digest.pm",
-         "version" : "6.58"
+         "version" : "6.59"
       },
       "LWP::Authen::Ntlm" : {
          "file" : "lib/LWP/Authen/Ntlm.pm",
-         "version" : "6.58"
+         "version" : "6.59"
       },
       "LWP::ConnCache" : {
          "file" : "lib/LWP/ConnCache.pm",
-         "version" : "6.58"
+         "version" : "6.59"
       },
       "LWP::Debug" : {
          "file" : "lib/LWP/Debug.pm",
-         "version" : "6.58",
+         "version" : "6.59",
          "x_deprecated" : 1
       },
       "LWP::Debug::TraceHTTP" : {
          "file" : "lib/LWP/Debug/TraceHTTP.pm",
-         "version" : "6.58"
+         "version" : "6.59"
       },
       "LWP::DebugFile" : {
          "file" : "lib/LWP/DebugFile.pm",
-         "version" : "6.58"
+         "version" : "6.59"
       },
       "LWP::MemberMixin" : {
          "file" : "lib/LWP/MemberMixin.pm",
-         "version" : "6.58"
+         "version" : "6.59"
       },
       "LWP::Protocol" : {
          "file" : "lib/LWP/Protocol.pm",
-         "version" : "6.58"
+         "version" : "6.59"
       },
       "LWP::Protocol::cpan" : {
          "file" : "lib/LWP/Protocol/cpan.pm",
-         "version" : "6.58"
+         "version" : "6.59"
       },
       "LWP::Protocol::data" : {
          "file" : "lib/LWP/Protocol/data.pm",
-         "version" : "6.58"
+         "version" : "6.59"
       },
       "LWP::Protocol::file" : {
          "file" : "lib/LWP/Protocol/file.pm",
-         "version" : "6.58"
+         "version" : "6.59"
       },
       "LWP::Protocol::ftp" : {
          "file" : "lib/LWP/Protocol/ftp.pm",
-         "version" : "6.58"
+         "version" : "6.59"
       },
       "LWP::Protocol::gopher" : {
          "file" : "lib/LWP/Protocol/gopher.pm",
-         "version" : "6.58"
+         "version" : "6.59"
       },
       "LWP::Protocol::http" : {
          "file" : "lib/LWP/Protocol/http.pm",
-         "version" : "6.58"
+         "version" : "6.59"
       },
       "LWP::Protocol::loopback" : {
          "file" : "lib/LWP/Protocol/loopback.pm",
-         "version" : "6.58"
+         "version" : "6.59"
       },
       "LWP::Protocol::mailto" : {
          "file" : "lib/LWP/Protocol/mailto.pm",
-         "version" : "6.58"
+         "version" : "6.59"
       },
       "LWP::Protocol::nntp" : {
          "file" : "lib/LWP/Protocol/nntp.pm",
-         "version" : "6.58"
+         "version" : "6.59"
       },
       "LWP::Protocol::nogo" : {
          "file" : "lib/LWP/Protocol/nogo.pm",
-         "version" : "6.58"
+         "version" : "6.59"
       },
       "LWP::RobotUA" : {
          "file" : "lib/LWP/RobotUA.pm",
-         "version" : "6.58"
+         "version" : "6.59"
       },
       "LWP::Simple" : {
          "file" : "lib/LWP/Simple.pm",
-         "version" : "6.58"
+         "version" : "6.59"
       },
       "LWP::UserAgent" : {
          "file" : "lib/LWP/UserAgent.pm",
-         "version" : "6.58"
+         "version" : "6.59"
       }
    },
    "release_status" : "stable",
       "x_IRC" : "irc://irc.perl.org/#lwp",
       "x_MailingList" : "mailto:libwww@perl.org"
    },
-   "version" : "6.58",
+   "version" : "6.59",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.026001"
+         "version" : "5.030003"
       },
       "plugins" : [
          {
                },
                "Dist::Zilla::Role::ModuleMetadata" : {
                   "Module::Metadata" : "1.000037",
-                  "version" : "0.004"
+                  "version" : "0.006"
                }
             },
             "name" : "MetaProvides::Package",
             "class" : "Dist::Zilla::Plugin::Git::Contributors",
             "config" : {
                "Dist::Zilla::Plugin::Git::Contributors" : {
-                  "git_version" : "2.33.1",
+                  "git_version" : "2.34.1",
                   "include_authors" : 0,
                   "include_releaser" : 1,
                   "order_by" : "name",
             "config" : {
                "Dist::Zilla::Role::ModuleMetadata" : {
                   "Module::Metadata" : "1.000037",
-                  "version" : "0.004"
+                  "version" : "0.006"
                }
             },
             "name" : "InstallGuide",
             "config" : {
                "Dist::Zilla::Role::ModuleMetadata" : {
                   "Module::Metadata" : "1.000037",
-                  "version" : "0.004"
+                  "version" : "0.006"
                }
             },
             "name" : "DynamicPrereqs",
                      "bin",
                      "lib"
                   ],
-                  "spell_cmd" : "aspell list",
+                  "spell_cmd" : "aspell --master=en_US list",
                   "stopwords" : [
                      "Accomazzi",
                      "Alexandre",
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.33.1",
+                  "git_version" : "2.34.1",
                   "repo_root" : "."
                }
             },
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.33.1",
+                  "git_version" : "2.34.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "v6.58",
+                  "tag" : "v6.59",
                   "tag_format" : "v%V",
                   "tag_message" : "v%V"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.33.1",
+                  "git_version" : "2.34.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.33.1",
+                  "git_version" : "2.34.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
                   "remotes_must_exist" : 1
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.33.1",
+                  "git_version" : "2.34.1",
                   "repo_root" : "."
                }
             },
       "Yves Orton <yves.orton@booking.com>",
       "Zefram <zefram@fysh.org>"
    ],
-   "x_generated_by_perl" : "v5.26.1",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.04",
+   "x_generated_by_perl" : "v5.30.3",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
    "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
 }
 
index 03adfeeed582cf61d485d541616ac071b292ad45..233e6d1612801e9fcb8feefd031801aa5cb77514 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -31,74 +31,74 @@ no_index:
 provides:
   LWP:
     file: lib/LWP.pm
-    version: '6.58'
+    version: '6.59'
   LWP::Authen::Basic:
     file: lib/LWP/Authen/Basic.pm
-    version: '6.58'
+    version: '6.59'
   LWP::Authen::Digest:
     file: lib/LWP/Authen/Digest.pm
-    version: '6.58'
+    version: '6.59'
   LWP::Authen::Ntlm:
     file: lib/LWP/Authen/Ntlm.pm
-    version: '6.58'
+    version: '6.59'
   LWP::ConnCache:
     file: lib/LWP/ConnCache.pm
-    version: '6.58'
+    version: '6.59'
   LWP::Debug:
     file: lib/LWP/Debug.pm
-    version: '6.58'
+    version: '6.59'
     x_deprecated: 1
   LWP::Debug::TraceHTTP:
     file: lib/LWP/Debug/TraceHTTP.pm
-    version: '6.58'
+    version: '6.59'
   LWP::DebugFile:
     file: lib/LWP/DebugFile.pm
-    version: '6.58'
+    version: '6.59'
   LWP::MemberMixin:
     file: lib/LWP/MemberMixin.pm
-    version: '6.58'
+    version: '6.59'
   LWP::Protocol:
     file: lib/LWP/Protocol.pm
-    version: '6.58'
+    version: '6.59'
   LWP::Protocol::cpan:
     file: lib/LWP/Protocol/cpan.pm
-    version: '6.58'
+    version: '6.59'
   LWP::Protocol::data:
     file: lib/LWP/Protocol/data.pm
-    version: '6.58'
+    version: '6.59'
   LWP::Protocol::file:
     file: lib/LWP/Protocol/file.pm
-    version: '6.58'
+    version: '6.59'
   LWP::Protocol::ftp:
     file: lib/LWP/Protocol/ftp.pm
-    version: '6.58'
+    version: '6.59'
   LWP::Protocol::gopher:
     file: lib/LWP/Protocol/gopher.pm
-    version: '6.58'
+    version: '6.59'
   LWP::Protocol::http:
     file: lib/LWP/Protocol/http.pm
-    version: '6.58'
+    version: '6.59'
   LWP::Protocol::loopback:
     file: lib/LWP/Protocol/loopback.pm
-    version: '6.58'
+    version: '6.59'
   LWP::Protocol::mailto:
     file: lib/LWP/Protocol/mailto.pm
-    version: '6.58'
+    version: '6.59'
   LWP::Protocol::nntp:
     file: lib/LWP/Protocol/nntp.pm
-    version: '6.58'
+    version: '6.59'
   LWP::Protocol::nogo:
     file: lib/LWP/Protocol/nogo.pm
-    version: '6.58'
+    version: '6.59'
   LWP::RobotUA:
     file: lib/LWP/RobotUA.pm
-    version: '6.58'
+    version: '6.59'
   LWP::Simple:
     file: lib/LWP/Simple.pm
-    version: '6.58'
+    version: '6.59'
   LWP::UserAgent:
     file: lib/LWP/UserAgent.pm
-    version: '6.58'
+    version: '6.59'
 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.58'
+version: '6.59'
 x_Dist_Zilla:
   perl:
-    version: '5.026001'
+    version: '5.030003'
   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.004'
+          version: '0.006'
       name: MetaProvides::Package
       version: '2.004003'
     -
@@ -210,7 +210,7 @@ x_Dist_Zilla:
       class: Dist::Zilla::Plugin::Git::Contributors
       config:
         Dist::Zilla::Plugin::Git::Contributors:
-          git_version: 2.33.1
+          git_version: 2.34.1
           include_authors: 0
           include_releaser: 1
           order_by: name
@@ -234,7 +234,7 @@ x_Dist_Zilla:
       config:
         Dist::Zilla::Role::ModuleMetadata:
           Module::Metadata: '1.000037'
-          version: '0.004'
+          version: '0.006'
       name: InstallGuide
       version: '1.200014'
     -
@@ -250,7 +250,7 @@ x_Dist_Zilla:
       config:
         Dist::Zilla::Role::ModuleMetadata:
           Module::Metadata: '1.000037'
-          version: '0.004'
+          version: '0.006'
       name: DynamicPrereqs
       version: '0.039'
     -
@@ -347,7 +347,7 @@ x_Dist_Zilla:
           directories:
             - bin
             - lib
-          spell_cmd: 'aspell list'
+          spell_cmd: 'aspell --master=en_US list'
           stopwords:
             - Accomazzi
             - Alexandre
@@ -477,7 +477,7 @@ x_Dist_Zilla:
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.33.1
+          git_version: 2.34.1
           repo_root: .
       name: Git::Check
       version: '2.048'
@@ -575,7 +575,7 @@ x_Dist_Zilla:
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.33.1
+          git_version: 2.34.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
@@ -588,11 +588,11 @@ x_Dist_Zilla:
           branch: ~
           changelog: Changes
           signed: 0
-          tag: v6.58
+          tag: v6.59
           tag_format: v%V
           tag_message: v%V
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.33.1
+          git_version: 2.34.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
@@ -630,7 +630,7 @@ x_Dist_Zilla:
             - (?^:^lib/.*\.pm$)
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.33.1
+          git_version: 2.34.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
@@ -644,7 +644,7 @@ x_Dist_Zilla:
             - origin
           remotes_must_exist: 1
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.33.1
+          git_version: 2.34.1
           repo_root: .
       name: Git::Push
       version: '2.048'
@@ -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.26.1
-x_serialization_backend: 'YAML::Tiny version 1.70'
+x_generated_by_perl: v5.30.3
+x_serialization_backend: 'YAML::Tiny version 1.73'
 x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
index 3ccd1509326c59236ca52c25bf1d8e97b923e848..0cef63af7834498262adb1f60a728acc79ca30c3 100644 (file)
@@ -86,7 +86,7 @@ my %WriteMakefileArgs = (
     "Test::Needs" => 0,
     "Test::RequiresInternet" => 0
   },
-  "VERSION" => "6.58",
+  "VERSION" => "6.59",
   "test" => {
     "TESTS" => "t/*.t t/base/*.t t/base/protocols/*.t t/leak/*.t t/local/*.t t/robot/*.t"
   }
index 532f15d99f2c5e1064feb78a37663db332a42c70..3e3294ddea1e73ce0d62dceb8ed4713fcac39505 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -114,7 +114,7 @@ trustme = LWP::RobotUA => qr/^host_count$/
 
 [Test::PodSpelling]
 wordlist = Pod::Wordlist
-spell_cmd = aspell list
+spell_cmd = aspell --master=en_US list
 stopword = afPuUsSedvhx
 stopword = Accomazzi
 stopword = Alexandre
index 290590440f81f151a551c963a088d3a6cecf2a5b..21682b4999669e62e368ea2170c8c788c2cf9a84 100644 (file)
@@ -1,6 +1,6 @@
 package LWP;
 
-our $VERSION = '6.58';
+our $VERSION = '6.59';
 
 require LWP::UserAgent;  # this should load everything you need
 
@@ -352,7 +352,7 @@ internal error response.
 The library automatically adds a "Host" and a "Content-Length" header
 to the HTTP request before it is sent over the network.
 
-For a GET request you might want to add a "If-Modified-Since" or
+For a GET request you might want to add an "If-Modified-Since" or
 "If-None-Match" header to make the request conditional.
 
 For a POST request you should add the "Content-Type" header.  When you
index a213da5f359c170facdb198788f63a5d409d9ae0..e6c778ccf7b907791148b759de3b6225b4612b60 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Authen::Basic;
 
 use strict;
 
-our $VERSION = '6.58';
+our $VERSION = '6.59';
 
 require Encode;
 require MIME::Base64;
index 2f0a97f7752f4b2bb8bbed52b0a3d51986f07272..a67b9e83a7739484cdf1eae30fe7f2079017e036 100644 (file)
@@ -3,7 +3,7 @@ package LWP::Authen::Digest;
 use strict;
 use parent 'LWP::Authen::Basic';
 
-our $VERSION = '6.58';
+our $VERSION = '6.59';
 
 require Digest::MD5;
 
index deb5f0f0f90a8c0b191f3f3586367eeb7f5e31e9..83de3aa49f9009be104d718c61bf54a3dfdad0f8 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Authen::Ntlm;
 
 use strict;
 
-our $VERSION = '6.58';
+our $VERSION = '6.59';
 
 use Authen::NTLM "1.02";
 use MIME::Base64 "2.12";
index a50ade1b195fd9594ad47fcd7c0ea7119ec6aab0..853d792112346e39cce437bad26fc984f51c2822 100644 (file)
@@ -2,7 +2,7 @@ package LWP::ConnCache;
 
 use strict;
 
-our $VERSION = '6.58';
+our $VERSION = '6.59';
 our $DEBUG;
 
 sub new {
index f3bf51ec8cac4fb9bf9fdd30f4f64ae62bebd34b..9b00eca963f239fb2982ff5fd38bf35e3d647050 100644 (file)
@@ -1,6 +1,6 @@
 package LWP::Debug;    # legacy
 
-our $VERSION = '6.58';
+our $VERSION = '6.59';
 
 require Exporter;
 our @ISA       = qw(Exporter);
index a919be6143edeb52e7bd7f4f8af99109b9e46f00..59ec1bc5379b2f0e25a20e07390d372e62f2f800 100644 (file)
@@ -11,7 +11,7 @@ package LWP::Debug::TraceHTTP;
 use strict;
 use parent 'LWP::Protocol::http';
 
-our $VERSION = '6.58';
+our $VERSION = '6.59';
 
 package # hide from PAUSE
     LWP::Debug::TraceHTTP::Socket;
index 26ef3e420a6765b947d2d7de761542425cf69097..c014761fcc77780333c1e2f3a30fef38d09e072f 100644 (file)
@@ -1,6 +1,6 @@
 package LWP::DebugFile;
 
-our $VERSION = '6.58';
+our $VERSION = '6.59';
 
 # legacy stub
 
index 89e2aa4c99c8e3c913adcc40065fa8fea1290ffd..ab9c0d49844fb1a82eaee62a2da8dd79acec3e89 100644 (file)
@@ -1,6 +1,6 @@
 package LWP::MemberMixin;
 
-our $VERSION = '6.58';
+our $VERSION = '6.59';
 
 sub _elem {
     my $self = shift;
index 94c5ff100acaeb23f979a572575baaa342350116..10b0b642868637e765a8d953958bee3f80c19ee9 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Protocol;
 
 use parent 'LWP::MemberMixin';
 
-our $VERSION = '6.58';
+our $VERSION = '6.59';
 
 use strict;
 use Carp ();
index 3e044681bdd5ee42f8839b70032a7893bfbab445..83bfb9b1b89b67982e1195418d5fb612d244c59d 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 
 use parent qw(LWP::Protocol);
 
-our $VERSION = '6.58';
+our $VERSION = '6.59';
 
 require URI;
 require HTTP::Status;
index e0dea182c4fa3d0962bda483883894ea8d7e767a..b9b81670ffa80b159fbcbca88acaecd900df765b 100644 (file)
@@ -4,7 +4,7 @@ package LWP::Protocol::data;
 
 use strict;
 
-our $VERSION = '6.58';
+our $VERSION = '6.59';
 
 require HTTP::Response;
 require HTTP::Status;
index 7734471b37fc8469c2cc832415edcd8a801e6bde..1db8113c113193ce5eae9c1289bb1fe0fed7f51f 100644 (file)
@@ -4,7 +4,7 @@ use parent qw(LWP::Protocol);
 
 use strict;
 
-our $VERSION = '6.58';
+our $VERSION = '6.59';
 
 require LWP::MediaTypes;
 require HTTP::Request;
index 90ecd1985c551f613fe916c2a476b96fe21c0a23..19164c5c201c50e81b5392be6278e9b8da450be0 100644 (file)
@@ -5,7 +5,7 @@ package LWP::Protocol::ftp;
 use parent qw(LWP::Protocol);
 use strict;
 
-our $VERSION = '6.58';
+our $VERSION = '6.59';
 
 use Carp            ();
 use HTTP::Status    ();
index c982f0ef110b76822d055604d2d183f5c2edae62..92e48d50a84f0da7a54d7cd3bf95c8903afddefd 100644 (file)
@@ -9,7 +9,7 @@ package LWP::Protocol::gopher;
 
 use strict;
 
-our $VERSION = '6.58';
+our $VERSION = '6.59';
 
 require HTTP::Response;
 require HTTP::Status;
index 8b12f6da498cea232845ff8d5e820073180900bd..01567fe22ef3e166319a4409e8cd8f9249fd1b6b 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Protocol::http;
 
 use strict;
 
-our $VERSION = '6.58';
+our $VERSION = '6.59';
 
 require HTTP::Response;
 require HTTP::Status;
index e9f9efd67815649d9cfdd17e630739053464c371..90bff2523404a1cb7c6b01d0361669e14b61e8eb 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Protocol::loopback;
 
 use strict;
 
-our $VERSION = '6.58';
+our $VERSION = '6.59';
 
 require HTTP::Response;
 
index 6f0551d0c7b9adccbe64b885fde888994096876b..8f82c9f1b10d42bbb15ec3233ac267a5d72d3e30 100644 (file)
@@ -11,7 +11,7 @@ require HTTP::Status;
 use Carp;
 use strict;
 
-our $VERSION = '6.58';
+our $VERSION = '6.59';
 
 use parent qw(LWP::Protocol);
 our $SENDMAIL;
index 3a82533e344d09095425989c4330eb648d7036ce..40933030b0af62cba065cbbf005a04a3d37bddac 100644 (file)
@@ -4,7 +4,7 @@ package LWP::Protocol::nntp;
 
 use parent qw(LWP::Protocol);
 
-our $VERSION = '6.58';
+our $VERSION = '6.59';
 
 require HTTP::Response;
 require HTTP::Status;
index 035f213cb21005b23d00eb0dbf05de7efd231507..bb0765b20f51996eb85ad83eef4d7b63b307ec3a 100644 (file)
@@ -7,7 +7,7 @@ package LWP::Protocol::nogo;
 
 use strict;
 
-our $VERSION = '6.58';
+our $VERSION = '6.59';
 
 require HTTP::Response;
 require HTTP::Status;
index 4983bbacd2872abafb1b12901657b9fee13747a9..36aa6cefaeea57d1e3261b9c79dd024da5815202 100644 (file)
@@ -2,7 +2,7 @@ package LWP::RobotUA;
 
 use parent qw(LWP::UserAgent);
 
-our $VERSION = '6.58';
+our $VERSION = '6.59';
 
 require WWW::RobotRules;
 require HTTP::Request;
index 1868002b0edd840a81b978c424775084a67eef03..f24f5f2bf8e1fa67898dca5ad53dcfbc7aeb98b5 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Simple;
 
 use strict;
 
-our $VERSION = '6.58';
+our $VERSION = '6.59';
 
 require Exporter;
 
index 65d5acdbf33c54ce63a0ebb75abccd66885790af..50ff46a7ebf2c1d36f8a51b151c1530703ae44bc 100644 (file)
@@ -16,7 +16,7 @@ use LWP::Protocol ();
 use Scalar::Util qw(blessed);
 use Try::Tiny qw(try catch);
 
-our $VERSION = '6.58';
+our $VERSION = '6.59';
 
 sub new
 {
@@ -1022,11 +1022,11 @@ sub mirror
 
         if ( defined $content_length and $file_length < $content_length ) {
             unlink($tmpfile);
-            die "Transfer truncated: " . "only $file_length out of $content_length bytes received\n";
+            die "Transfer truncated: only $file_length out of $content_length bytes received\n";
         }
         elsif ( defined $content_length and $file_length > $content_length ) {
             unlink($tmpfile);
-            die "Content-length mismatch: " . "expected $content_length bytes, got $file_length\n";
+            die "Content-length mismatch: expected $content_length bytes, got $file_length\n";
         }
         # The file was the expected length.
         else {
index 99e3cdf41563be43d861f20a11e6b4aa2d8d1d91..e40f67a90bf0ea045d0e862798868fcf824f26fb 100644 (file)
@@ -677,7 +677,7 @@ sub daemonize {
         $c->print($req->as_string);
     };
 
-    # Note: tiemout of 0 is not infinite, so no point in special casing
+    # Note: timeout of 0 is not infinite, so no point in special casing
     # timeout logic.
     my $d = HTTP::Daemon->new(Timeout => $ENV{PERL_LWP_ENV_HTTP_TEST_SERVER_TIMEOUT} || 10, LocalAddr => '127.0.0.1') || die $!;
     print "Pleased to meet you at: <URL:", $d->url, ">\n";
index a43040527767f5731a2f58c8609aa3e9b3f4d8f8..69d423e248b2e244e983b4cf015301319991c239 100644 (file)
@@ -6,7 +6,7 @@ use Test::More;
 use Test::Spelling 0.12;
 use Pod::Wordlist;
 
-set_spell_cmd('aspell list');
+set_spell_cmd('aspell --master=en_US list');
 add_stopwords(<DATA>);
 all_pod_files_spelling_ok( qw( bin lib ) );
 __DATA__
index f0c8d462efc0aff3396c57e0d18d9e43131b2d8c..3442262a25d9c7b028ef23cebd1da23bc70f3cc9 100644 (file)
@@ -8,7 +8,7 @@ if (($ENV{TRAVIS_PULL_REQUEST} || '') eq 'false') {
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '6.58';
+my $newver = '6.59';
 my $trial_token = '-TRIAL';
 my $encoding = 'UTF-8';