Imported Upstream version 6.65 upstream/6.65
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 21 Jul 2022 02:28:29 +0000 (11:28 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 21 Jul 2022 02:28:29 +0000 (11:28 +0900)
31 files changed:
Changes
MANIFEST
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
xt/dependent-modules.t [new file with mode: 0644]
xt/release/changes_has_content.t

diff --git a/Changes b/Changes
index 2f07b0d77c22ce03f5dbbbb155d63efc25ad9613..c5f86af5fa44b42ef79286e7fd59844af2eeaa55 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Change history for libwww-perl
 
+6.65      2022-05-09 18:36:14Z
+    - fix NAME in Makefile.PL (GH#413) (Graham Knop)
+
 6.64      2022-04-26 13:16:03Z
     - Remove unused variable introduced in 9d73bc422 (GH#411) (Olaf Alders)
 
index ee11434f1adeb762a92473657624fe72e3de7e08..d71fc71b70c0356de3f4110f62d494966872c720 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -98,4 +98,5 @@ xt/author/pod-spell.t
 xt/author/pod-syntax.t
 xt/author/portability.t
 xt/author/test-version.t
+xt/dependent-modules.t
 xt/release/changes_has_content.t
index 0a600cc10763a6c26ad4379339c059d313f798fd..24deb254a09918d904c4d7c0fbdc69bc94d91fa0 100644 (file)
--- a/META.json
+++ b/META.json
    "provides" : {
       "LWP" : {
          "file" : "lib/LWP.pm",
-         "version" : "6.64"
+         "version" : "6.65"
       },
       "LWP::Authen::Basic" : {
          "file" : "lib/LWP/Authen/Basic.pm",
-         "version" : "6.64"
+         "version" : "6.65"
       },
       "LWP::Authen::Digest" : {
          "file" : "lib/LWP/Authen/Digest.pm",
-         "version" : "6.64"
+         "version" : "6.65"
       },
       "LWP::Authen::Ntlm" : {
          "file" : "lib/LWP/Authen/Ntlm.pm",
-         "version" : "6.64"
+         "version" : "6.65"
       },
       "LWP::ConnCache" : {
          "file" : "lib/LWP/ConnCache.pm",
-         "version" : "6.64"
+         "version" : "6.65"
       },
       "LWP::Debug" : {
          "file" : "lib/LWP/Debug.pm",
-         "version" : "6.64",
+         "version" : "6.65",
          "x_deprecated" : 1
       },
       "LWP::Debug::TraceHTTP" : {
          "file" : "lib/LWP/Debug/TraceHTTP.pm",
-         "version" : "6.64"
+         "version" : "6.65"
       },
       "LWP::DebugFile" : {
          "file" : "lib/LWP/DebugFile.pm",
-         "version" : "6.64"
+         "version" : "6.65"
       },
       "LWP::MemberMixin" : {
          "file" : "lib/LWP/MemberMixin.pm",
-         "version" : "6.64"
+         "version" : "6.65"
       },
       "LWP::Protocol" : {
          "file" : "lib/LWP/Protocol.pm",
-         "version" : "6.64"
+         "version" : "6.65"
       },
       "LWP::Protocol::cpan" : {
          "file" : "lib/LWP/Protocol/cpan.pm",
-         "version" : "6.64"
+         "version" : "6.65"
       },
       "LWP::Protocol::data" : {
          "file" : "lib/LWP/Protocol/data.pm",
-         "version" : "6.64"
+         "version" : "6.65"
       },
       "LWP::Protocol::file" : {
          "file" : "lib/LWP/Protocol/file.pm",
-         "version" : "6.64"
+         "version" : "6.65"
       },
       "LWP::Protocol::ftp" : {
          "file" : "lib/LWP/Protocol/ftp.pm",
-         "version" : "6.64"
+         "version" : "6.65"
       },
       "LWP::Protocol::gopher" : {
          "file" : "lib/LWP/Protocol/gopher.pm",
-         "version" : "6.64"
+         "version" : "6.65"
       },
       "LWP::Protocol::http" : {
          "file" : "lib/LWP/Protocol/http.pm",
-         "version" : "6.64"
+         "version" : "6.65"
       },
       "LWP::Protocol::loopback" : {
          "file" : "lib/LWP/Protocol/loopback.pm",
-         "version" : "6.64"
+         "version" : "6.65"
       },
       "LWP::Protocol::mailto" : {
          "file" : "lib/LWP/Protocol/mailto.pm",
-         "version" : "6.64"
+         "version" : "6.65"
       },
       "LWP::Protocol::nntp" : {
          "file" : "lib/LWP/Protocol/nntp.pm",
-         "version" : "6.64"
+         "version" : "6.65"
       },
       "LWP::Protocol::nogo" : {
          "file" : "lib/LWP/Protocol/nogo.pm",
-         "version" : "6.64"
+         "version" : "6.65"
       },
       "LWP::RobotUA" : {
          "file" : "lib/LWP/RobotUA.pm",
-         "version" : "6.64"
+         "version" : "6.65"
       },
       "LWP::Simple" : {
          "file" : "lib/LWP/Simple.pm",
-         "version" : "6.64"
+         "version" : "6.65"
       },
       "LWP::UserAgent" : {
          "file" : "lib/LWP/UserAgent.pm",
-         "version" : "6.64"
+         "version" : "6.65"
       }
    },
    "release_status" : "stable",
       "x_IRC" : "irc://irc.perl.org/#lwp",
       "x_MailingList" : "mailto:libwww@perl.org"
    },
-   "version" : "6.64",
+   "version" : "6.65",
    "x_Dist_Zilla" : {
       "perl" : {
          "version" : "5.034001"
             "class" : "Dist::Zilla::Plugin::Git::Contributors",
             "config" : {
                "Dist::Zilla::Plugin::Git::Contributors" : {
-                  "git_version" : "2.36.0",
+                  "git_version" : "2.36.1",
                   "include_authors" : 0,
                   "include_releaser" : 1,
                   "order_by" : "name",
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.36.0",
+                  "git_version" : "2.36.1",
                   "repo_root" : "."
                }
             },
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.36.0",
+                  "git_version" : "2.36.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "v6.64",
+                  "tag" : "v6.65",
                   "tag_format" : "v%V",
                   "tag_message" : "v%V"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.36.0",
+                  "git_version" : "2.36.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.36.0",
+                  "git_version" : "2.36.1",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
                   "remotes_must_exist" : 1
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.36.0",
+                  "git_version" : "2.36.1",
                   "repo_root" : "."
                }
             },
index d1e554f357ce282f5958625433c27bc2dc9cc918..81f63bd878fcdabfa83a74d5e02caf31a2fd8f9c 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -31,74 +31,74 @@ no_index:
 provides:
   LWP:
     file: lib/LWP.pm
-    version: '6.64'
+    version: '6.65'
   LWP::Authen::Basic:
     file: lib/LWP/Authen/Basic.pm
-    version: '6.64'
+    version: '6.65'
   LWP::Authen::Digest:
     file: lib/LWP/Authen/Digest.pm
-    version: '6.64'
+    version: '6.65'
   LWP::Authen::Ntlm:
     file: lib/LWP/Authen/Ntlm.pm
-    version: '6.64'
+    version: '6.65'
   LWP::ConnCache:
     file: lib/LWP/ConnCache.pm
-    version: '6.64'
+    version: '6.65'
   LWP::Debug:
     file: lib/LWP/Debug.pm
-    version: '6.64'
+    version: '6.65'
     x_deprecated: 1
   LWP::Debug::TraceHTTP:
     file: lib/LWP/Debug/TraceHTTP.pm
-    version: '6.64'
+    version: '6.65'
   LWP::DebugFile:
     file: lib/LWP/DebugFile.pm
-    version: '6.64'
+    version: '6.65'
   LWP::MemberMixin:
     file: lib/LWP/MemberMixin.pm
-    version: '6.64'
+    version: '6.65'
   LWP::Protocol:
     file: lib/LWP/Protocol.pm
-    version: '6.64'
+    version: '6.65'
   LWP::Protocol::cpan:
     file: lib/LWP/Protocol/cpan.pm
-    version: '6.64'
+    version: '6.65'
   LWP::Protocol::data:
     file: lib/LWP/Protocol/data.pm
-    version: '6.64'
+    version: '6.65'
   LWP::Protocol::file:
     file: lib/LWP/Protocol/file.pm
-    version: '6.64'
+    version: '6.65'
   LWP::Protocol::ftp:
     file: lib/LWP/Protocol/ftp.pm
-    version: '6.64'
+    version: '6.65'
   LWP::Protocol::gopher:
     file: lib/LWP/Protocol/gopher.pm
-    version: '6.64'
+    version: '6.65'
   LWP::Protocol::http:
     file: lib/LWP/Protocol/http.pm
-    version: '6.64'
+    version: '6.65'
   LWP::Protocol::loopback:
     file: lib/LWP/Protocol/loopback.pm
-    version: '6.64'
+    version: '6.65'
   LWP::Protocol::mailto:
     file: lib/LWP/Protocol/mailto.pm
-    version: '6.64'
+    version: '6.65'
   LWP::Protocol::nntp:
     file: lib/LWP/Protocol/nntp.pm
-    version: '6.64'
+    version: '6.65'
   LWP::Protocol::nogo:
     file: lib/LWP/Protocol/nogo.pm
-    version: '6.64'
+    version: '6.65'
   LWP::RobotUA:
     file: lib/LWP/RobotUA.pm
-    version: '6.64'
+    version: '6.65'
   LWP::Simple:
     file: lib/LWP/Simple.pm
-    version: '6.64'
+    version: '6.65'
   LWP::UserAgent:
     file: lib/LWP/UserAgent.pm
-    version: '6.64'
+    version: '6.65'
 requires:
   Digest::MD5: '0'
   Encode: '2.12'
@@ -137,7 +137,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.64'
+version: '6.65'
 x_Dist_Zilla:
   perl:
     version: '5.034001'
@@ -213,7 +213,7 @@ x_Dist_Zilla:
       class: Dist::Zilla::Plugin::Git::Contributors
       config:
         Dist::Zilla::Plugin::Git::Contributors:
-          git_version: 2.36.0
+          git_version: 2.36.1
           include_authors: 0
           include_releaser: 1
           order_by: name
@@ -480,7 +480,7 @@ x_Dist_Zilla:
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.36.0
+          git_version: 2.36.1
           repo_root: .
       name: Git::Check
       version: '2.048'
@@ -578,7 +578,7 @@ x_Dist_Zilla:
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.36.0
+          git_version: 2.36.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
@@ -591,11 +591,11 @@ x_Dist_Zilla:
           branch: ~
           changelog: Changes
           signed: 0
-          tag: v6.64
+          tag: v6.65
           tag_format: v%V
           tag_message: v%V
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.36.0
+          git_version: 2.36.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
@@ -633,7 +633,7 @@ x_Dist_Zilla:
             - (?^:^lib/.*\.pm$)
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.36.0
+          git_version: 2.36.1
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
@@ -647,7 +647,7 @@ x_Dist_Zilla:
             - origin
           remotes_must_exist: 1
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.36.0
+          git_version: 2.36.1
           repo_root: .
       name: Git::Push
       version: '2.048'
index f190015ed41bf571b55cc70ff64cc5016ed0a985..c67a779f8c6f856d4ac71ae30b0c703a136e758f 100644 (file)
@@ -89,7 +89,7 @@ my %WriteMakefileArgs = (
     "Test::Needs" => 0,
     "Test::RequiresInternet" => 0
   },
-  "VERSION" => "6.64",
+  "VERSION" => "6.65",
   "test" => {
     "TESTS" => "t/*.t t/base/*.t t/base/protocols/*.t t/leak/*.t t/local/*.t t/robot/*.t"
   }
@@ -98,6 +98,7 @@ my %WriteMakefileArgs = (
 %WriteMakefileArgs = (
     %WriteMakefileArgs,
     EXE_FILES => [ map "bin/$_", @prog ],
+    NAME => 'LWP',
 );
 
 my %FallbackPrereqs = (
index 3e3294ddea1e73ce0d62dceb8ed4713fcac39505..929f540ca08b3288382565717d400d1b7e3556f1 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -65,6 +65,7 @@ header = |        push(@prog, $_);
 header = |    }
 header = |}
 WriteMakefile_arg = EXE_FILES => [ map "bin/$_", @prog ]
+WriteMakefile_arg = NAME => 'LWP'
 
 ; TODO strict and warnings to quiet the kwalitee tests
 ; [Test::Kwalitee]
index 457c09f033724ebb1a26782a94748044a10b7492..d72ca1cf1ab29081d847748bfb43b4c7c7ec9ccc 100644 (file)
@@ -1,6 +1,6 @@
 package LWP;
 
-our $VERSION = '6.64';
+our $VERSION = '6.65';
 
 require LWP::UserAgent;  # this should load everything you need
 
index e814ef3e5e6d0d43b0d65bbeec66196540835297..60d7331bd1ab18a455c37b1899a40d665fb41904 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Authen::Basic;
 
 use strict;
 
-our $VERSION = '6.64';
+our $VERSION = '6.65';
 
 require Encode;
 require MIME::Base64;
index 3ca4d9b05e6047cf76b5a75a96a5261cf8ea81e1..5ea0f53a24c6a00fca8a10ea2da2cf5fbddd2f24 100644 (file)
@@ -3,7 +3,7 @@ package LWP::Authen::Digest;
 use strict;
 use parent 'LWP::Authen::Basic';
 
-our $VERSION = '6.64';
+our $VERSION = '6.65';
 
 require Digest::MD5;
 
index 1004b3d83bde1b56b50d664efcb92a7c5519b647..9a2172a1208d4183b181324f3f291b39d5abd636 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Authen::Ntlm;
 
 use strict;
 
-our $VERSION = '6.64';
+our $VERSION = '6.65';
 
 use Authen::NTLM "1.02";
 use MIME::Base64 "2.12";
index 4262736a9825649e61ca50f0f4a2871dd83dc526..ef2b8a9643779caeba9074e9c9ff38e49a882ef1 100644 (file)
@@ -2,7 +2,7 @@ package LWP::ConnCache;
 
 use strict;
 
-our $VERSION = '6.64';
+our $VERSION = '6.65';
 our $DEBUG;
 
 sub new {
index 5a74f1abecd1e5ef8ba6124fec081a2a3b9969ac..5ffd9a82b7298b9837aaa40c961b88b66fe77798 100644 (file)
@@ -1,6 +1,6 @@
 package LWP::Debug;    # legacy
 
-our $VERSION = '6.64';
+our $VERSION = '6.65';
 
 require Exporter;
 our @ISA       = qw(Exporter);
index 8e997d32201858aade7ff79675281eb931281a0e..4a1f289d0dfd42b12ce5ed7b2f91ee1ecdb16ab6 100644 (file)
@@ -11,7 +11,7 @@ package LWP::Debug::TraceHTTP;
 use strict;
 use parent 'LWP::Protocol::http';
 
-our $VERSION = '6.64';
+our $VERSION = '6.65';
 
 package # hide from PAUSE
     LWP::Debug::TraceHTTP::Socket;
index 232912adf34797a62a58ddcb5d42dd0b6e9788a8..15a0272ee91d9bbc3b6a06faf6a5b6e104dacdde 100644 (file)
@@ -1,6 +1,6 @@
 package LWP::DebugFile;
 
-our $VERSION = '6.64';
+our $VERSION = '6.65';
 
 # legacy stub
 
index e36cbc53584e1ef2a9ab09f0eaddb667f3b3684c..d04995a6ac158623bfce06e8269a35eb8c42d993 100644 (file)
@@ -1,6 +1,6 @@
 package LWP::MemberMixin;
 
-our $VERSION = '6.64';
+our $VERSION = '6.65';
 
 sub _elem {
     my $self = shift;
index 15a3cd2c0e57e45868f68ef0d8239ab8980470fe..73950941dfe342bf0a947e7be0fa9b65ebf873da 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Protocol;
 
 use parent 'LWP::MemberMixin';
 
-our $VERSION = '6.64';
+our $VERSION = '6.65';
 
 use strict;
 use Carp ();
index 85023450a868e3ad16c43557d3f475fde6f62051..30fa964b9034752753df31c8a3d05381a15de743 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 
 use parent qw(LWP::Protocol);
 
-our $VERSION = '6.64';
+our $VERSION = '6.65';
 
 require URI;
 require HTTP::Status;
index ac65c5cb7a9ad2d1d164abe03ea8b7896ca74cd6..cb54743b269188151c9a00ee8e26a4ff884770e9 100644 (file)
@@ -4,7 +4,7 @@ package LWP::Protocol::data;
 
 use strict;
 
-our $VERSION = '6.64';
+our $VERSION = '6.65';
 
 require HTTP::Response;
 require HTTP::Status;
index 1d25e8014d9d6f9fb4bfd2856f5effbd3e021e5c..6029c92d3da2f710d56ad3f0e3bebc4bd3d49de0 100644 (file)
@@ -4,7 +4,7 @@ use parent qw(LWP::Protocol);
 
 use strict;
 
-our $VERSION = '6.64';
+our $VERSION = '6.65';
 
 require LWP::MediaTypes;
 require HTTP::Request;
index 0176de27502736e1234e7494cac561bd1e017cd8..dd94dbde8844f924688149c95605276de094b30c 100644 (file)
@@ -5,7 +5,7 @@ package LWP::Protocol::ftp;
 use parent qw(LWP::Protocol);
 use strict;
 
-our $VERSION = '6.64';
+our $VERSION = '6.65';
 
 use Carp            ();
 use HTTP::Status    ();
index 730a471813985b4ec594a6def9ccd7b628ef87ff..981de1581fbcf7e38be1107934e5f5e8e1516e91 100644 (file)
@@ -9,7 +9,7 @@ package LWP::Protocol::gopher;
 
 use strict;
 
-our $VERSION = '6.64';
+our $VERSION = '6.65';
 
 require HTTP::Response;
 require HTTP::Status;
index c11d805cd29a4eafd3013c72ca40335bd5a66e59..24342b082d58a875bae5ed3784da86c8a217ad68 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Protocol::http;
 
 use strict;
 
-our $VERSION = '6.64';
+our $VERSION = '6.65';
 
 require HTTP::Response;
 require HTTP::Status;
index de667e904c51543b19ff707b99f4479b458402c4..76ab98bbc3af03060efc3881fca4d203db65bc12 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Protocol::loopback;
 
 use strict;
 
-our $VERSION = '6.64';
+our $VERSION = '6.65';
 
 require HTTP::Response;
 
index 54c46fd5320a3a59a8c61e31907258e59f395a23..9cb979f3f3c62a797564d692dd071b246152f80f 100644 (file)
@@ -11,7 +11,7 @@ require HTTP::Status;
 use Carp;
 use strict;
 
-our $VERSION = '6.64';
+our $VERSION = '6.65';
 
 use parent qw(LWP::Protocol);
 our $SENDMAIL;
index 7cbbf1291f6f2227f12ad55064313073db52a018..6684490e5123ae4fb15a09bf888acf7dc309fe7f 100644 (file)
@@ -4,7 +4,7 @@ package LWP::Protocol::nntp;
 
 use parent qw(LWP::Protocol);
 
-our $VERSION = '6.64';
+our $VERSION = '6.65';
 
 require HTTP::Response;
 require HTTP::Status;
index 6df9b878f50d89d140df5e3ff76931c060150c61..e3e25ee91aaca3ed7ad95668a2cf052337324157 100644 (file)
@@ -7,7 +7,7 @@ package LWP::Protocol::nogo;
 
 use strict;
 
-our $VERSION = '6.64';
+our $VERSION = '6.65';
 
 require HTTP::Response;
 require HTTP::Status;
index fa4c1c6feb5765cc4b6face5e00e1f15a567f3b2..84784383b1ed60028088ea8d8bab40e59fbe07c9 100644 (file)
@@ -2,7 +2,7 @@ package LWP::RobotUA;
 
 use parent qw(LWP::UserAgent);
 
-our $VERSION = '6.64';
+our $VERSION = '6.65';
 
 require WWW::RobotRules;
 require HTTP::Request;
index 8e9894be4be2aaff0290adfe01ac0a77d8a235b5..6ba5e2b41d6ce3c8d526a09e407a7091209d00cc 100644 (file)
@@ -2,7 +2,7 @@ package LWP::Simple;
 
 use strict;
 
-our $VERSION = '6.64';
+our $VERSION = '6.65';
 
 require Exporter;
 
index 0eb4a1963a8441931c6e0cb56505ecd629fad25c..c36c47abde54ba76826e25b47b62a3eab586f12c 100644 (file)
@@ -17,7 +17,7 @@ use LWP::Protocol ();
 use Scalar::Util qw(blessed openhandle);
 use Try::Tiny qw(try catch);
 
-our $VERSION = '6.64';
+our $VERSION = '6.65';
 
 sub new
 {
diff --git a/xt/dependent-modules.t b/xt/dependent-modules.t
new file mode 100644 (file)
index 0000000..c462df2
--- /dev/null
@@ -0,0 +1,22 @@
+use strict;
+use warnings;
+
+# Test::Needs will fail the dzil build if RELEASE_TESTING is enabled and this
+# module is not installed, but we don't want to slow down every dzil build to
+# test dependents.
+
+use Test::More;
+
+local $ENV{RELEASE_TESTING} = 0;
+require Test::Needs;
+Test::Needs->import({'Test::DependentModules' => 0.27});
+
+my @modules = ('WWW::Mechanize');
+
+SKIP: {
+    skip '$ENV{TEST_DEPENDENTS} not set', scalar @modules
+        unless $ENV{TEST_DEPENDENTS};
+    Test::DependentModules::test_modules(@modules);
+}
+
+done_testing();
index 8ee2426d1e2b44c9ac60f69fa33927a91ac3d875..53d0af263561355407aed33be23b162369a68d86 100644 (file)
@@ -8,7 +8,7 @@ if (($ENV{TRAVIS_PULL_REQUEST} || '') eq 'false') {
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '6.64';
+my $newver = '6.65';
 my $trial_token = '-TRIAL';
 my $encoding = 'UTF-8';