Imported Upstream version 6.28 upstream/6.28
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)
26 files changed:
Changes
META.json
META.yml
Makefile.PL
bin/lwp-mirror
bin/lwp-request
dist.ini
lib/LWP/Authen/Basic.pm
lib/LWP/Authen/Digest.pm
lib/LWP/Debug.pm
lib/LWP/Debug/TraceHTTP.pm
lib/LWP/DebugFile.pm
lib/LWP/MemberMixin.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
xt/author/pod-coverage.t
xt/author/pod-spell.t
xt/release/changes_has_content.t

diff --git a/Changes b/Changes
index 58e77fd4cabc5471af3a054c6702d1d016d0ee57..659340da202afc8aa4aa198f34a441c6dca935f6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Change history for libwww-perl
 
+6.28      2017-11-06
+    - Remove last use of Geopt::Std (Sergey Remanov) (GH #267)
+    - Include unmatched connect error in status string (Patrik Lundin) (GH #269)
+    - Fix insecure open FILEHANDLE,EXPR (Takumi Akiyama) (GH #270)
+
 6.27      2017-09-21
     - Switch to Getopt::Long in lwp-download (GH #262)
     - Fix lwp-request -C (GH #261)
index f82d0cbb7a95b8d6c43cebaa4af7a5e7d87bdc59..ba137b58acd601a9da397a0163289eb343d9fc74 100644 (file)
--- a/META.json
+++ b/META.json
    "provides" : {
       "LWP" : {
          "file" : "lib/LWP.pm",
-         "version" : "6.27"
+         "version" : "6.28"
       },
       "LWP::Authen::Basic" : {
          "file" : "lib/LWP/Authen/Basic.pm",
-         "version" : "6.27"
+         "version" : "6.28"
       },
       "LWP::Authen::Digest" : {
          "file" : "lib/LWP/Authen/Digest.pm",
-         "version" : "6.27"
+         "version" : "6.28"
       },
       "LWP::Authen::Ntlm" : {
          "file" : "lib/LWP/Authen/Ntlm.pm",
-         "version" : "6.27"
+         "version" : "6.28"
       },
       "LWP::ConnCache" : {
          "file" : "lib/LWP/ConnCache.pm",
-         "version" : "6.27"
+         "version" : "6.28"
       },
       "LWP::Debug" : {
          "file" : "lib/LWP/Debug.pm",
-         "version" : "6.27"
+         "version" : "6.28"
       },
       "LWP::Debug::TraceHTTP" : {
          "file" : "lib/LWP/Debug/TraceHTTP.pm",
-         "version" : "6.27"
+         "version" : "6.28"
       },
       "LWP::DebugFile" : {
          "file" : "lib/LWP/DebugFile.pm",
-         "version" : "6.27"
+         "version" : "6.28"
       },
       "LWP::MemberMixin" : {
          "file" : "lib/LWP/MemberMixin.pm",
-         "version" : "6.27"
+         "version" : "6.28"
       },
       "LWP::Protocol" : {
          "file" : "lib/LWP/Protocol.pm",
-         "version" : "6.27"
+         "version" : "6.28"
       },
       "LWP::Protocol::MyFTP" : {
          "file" : "lib/LWP/Protocol/ftp.pm",
-         "version" : "6.27"
+         "version" : "6.28"
       },
       "LWP::Protocol::cpan" : {
          "file" : "lib/LWP/Protocol/cpan.pm",
-         "version" : "6.27"
+         "version" : "6.28"
       },
       "LWP::Protocol::data" : {
          "file" : "lib/LWP/Protocol/data.pm",
-         "version" : "6.27"
+         "version" : "6.28"
       },
       "LWP::Protocol::file" : {
          "file" : "lib/LWP/Protocol/file.pm",
-         "version" : "6.27"
+         "version" : "6.28"
       },
       "LWP::Protocol::ftp" : {
          "file" : "lib/LWP/Protocol/ftp.pm",
-         "version" : "6.27"
+         "version" : "6.28"
       },
       "LWP::Protocol::gopher" : {
          "file" : "lib/LWP/Protocol/gopher.pm",
-         "version" : "6.27"
+         "version" : "6.28"
       },
       "LWP::Protocol::http" : {
          "file" : "lib/LWP/Protocol/http.pm",
-         "version" : "6.27"
+         "version" : "6.28"
       },
       "LWP::Protocol::loopback" : {
          "file" : "lib/LWP/Protocol/loopback.pm",
-         "version" : "6.27"
+         "version" : "6.28"
       },
       "LWP::Protocol::mailto" : {
          "file" : "lib/LWP/Protocol/mailto.pm",
-         "version" : "6.27"
+         "version" : "6.28"
       },
       "LWP::Protocol::nntp" : {
          "file" : "lib/LWP/Protocol/nntp.pm",
-         "version" : "6.27"
+         "version" : "6.28"
       },
       "LWP::Protocol::nogo" : {
          "file" : "lib/LWP/Protocol/nogo.pm",
-         "version" : "6.27"
+         "version" : "6.28"
       },
       "LWP::RobotUA" : {
          "file" : "lib/LWP/RobotUA.pm",
-         "version" : "6.27"
+         "version" : "6.28"
       },
       "LWP::Simple" : {
          "file" : "lib/LWP/Simple.pm",
-         "version" : "6.27"
+         "version" : "6.28"
       },
       "LWP::UserAgent" : {
          "file" : "lib/LWP/UserAgent.pm",
-         "version" : "6.27"
+         "version" : "6.28"
       }
    },
    "release_status" : "stable",
       "x_IRC" : "irc://irc.perl.org/#lwp",
       "x_MailingList" : "mailto:libwww@perl.org"
    },
-   "version" : "6.27",
+   "version" : "6.28",
    "x_Dist_Zilla" : {
       "perl" : {
          "version" : "5.024000"
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "v6.27",
+                  "tag" : "v6.28",
                   "tag_format" : "v%v",
                   "tag_message" : "v%v"
                },
       "Nigel Gregoire <nigelgregoire@gmail.com>",
       "Olaf Alders <olaf@wundersolutions.com>",
       "Ondrej Hanak <ondrej.hanak@ubs.com>",
+      "Patrik Lundin <patrik.lundin@su.se>",
       "Peter Rabbitson <ribasushi@cpan.org>",
       "phrstbrn <phrstbrn@gmail.com>",
       "Piotr Roszatycki <piotr.roszatycki@gmail.com>",
       "ruff <ruff@ukrpost.net>",
       "sasao <sasao@yugen.org>",
       "Sean M. Burke <sburke@cpan.org>",
+      "Sergey Romanov <sromanov-dev@yandex.ru>",
       "Slaven Rezic <slaven@rezic.de>",
       "Spiros Denaxas <s.denaxas@gmail.com>",
       "Steffen Ullrich <Steffen_Ullrich@genua.de>",
       "Steve Hay <SteveHay@planit.com>",
+      "Takumi Akiyama <t.akiym@gmail.com>",
       "Theodore Robert Campbell Jr <trcjr@stupidfoot.com>",
       "Tim Couzins <tim.couzins@sophos.com>",
       "Todd Lipcon <todd@amiestreet.com>",
index dc7e870a24f1367fae10720d53da2b13a8b10f7b..5ea5cb5470e01af607971f0441e7af5edf3abe11 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -27,76 +27,76 @@ no_index:
 provides:
   LWP:
     file: lib/LWP.pm
-    version: '6.27'
+    version: '6.28'
   LWP::Authen::Basic:
     file: lib/LWP/Authen/Basic.pm
-    version: '6.27'
+    version: '6.28'
   LWP::Authen::Digest:
     file: lib/LWP/Authen/Digest.pm
-    version: '6.27'
+    version: '6.28'
   LWP::Authen::Ntlm:
     file: lib/LWP/Authen/Ntlm.pm
-    version: '6.27'
+    version: '6.28'
   LWP::ConnCache:
     file: lib/LWP/ConnCache.pm
-    version: '6.27'
+    version: '6.28'
   LWP::Debug:
     file: lib/LWP/Debug.pm
-    version: '6.27'
+    version: '6.28'
   LWP::Debug::TraceHTTP:
     file: lib/LWP/Debug/TraceHTTP.pm
-    version: '6.27'
+    version: '6.28'
   LWP::DebugFile:
     file: lib/LWP/DebugFile.pm
-    version: '6.27'
+    version: '6.28'
   LWP::MemberMixin:
     file: lib/LWP/MemberMixin.pm
-    version: '6.27'
+    version: '6.28'
   LWP::Protocol:
     file: lib/LWP/Protocol.pm
-    version: '6.27'
+    version: '6.28'
   LWP::Protocol::MyFTP:
     file: lib/LWP/Protocol/ftp.pm
-    version: '6.27'
+    version: '6.28'
   LWP::Protocol::cpan:
     file: lib/LWP/Protocol/cpan.pm
-    version: '6.27'
+    version: '6.28'
   LWP::Protocol::data:
     file: lib/LWP/Protocol/data.pm
-    version: '6.27'
+    version: '6.28'
   LWP::Protocol::file:
     file: lib/LWP/Protocol/file.pm
-    version: '6.27'
+    version: '6.28'
   LWP::Protocol::ftp:
     file: lib/LWP/Protocol/ftp.pm
-    version: '6.27'
+    version: '6.28'
   LWP::Protocol::gopher:
     file: lib/LWP/Protocol/gopher.pm
-    version: '6.27'
+    version: '6.28'
   LWP::Protocol::http:
     file: lib/LWP/Protocol/http.pm
-    version: '6.27'
+    version: '6.28'
   LWP::Protocol::loopback:
     file: lib/LWP/Protocol/loopback.pm
-    version: '6.27'
+    version: '6.28'
   LWP::Protocol::mailto:
     file: lib/LWP/Protocol/mailto.pm
-    version: '6.27'
+    version: '6.28'
   LWP::Protocol::nntp:
     file: lib/LWP/Protocol/nntp.pm
-    version: '6.27'
+    version: '6.28'
   LWP::Protocol::nogo:
     file: lib/LWP/Protocol/nogo.pm
-    version: '6.27'
+    version: '6.28'
   LWP::RobotUA:
     file: lib/LWP/RobotUA.pm
-    version: '6.27'
+    version: '6.28'
   LWP::Simple:
     file: lib/LWP/Simple.pm
-    version: '6.27'
+    version: '6.28'
   LWP::UserAgent:
     file: lib/LWP/UserAgent.pm
-    version: '6.27'
+    version: '6.28'
 requires:
   Digest::MD5: '0'
   Encode: '2.12'
@@ -133,7 +133,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.27'
+version: '6.28'
 x_Dist_Zilla:
   perl:
     version: '5.024000'
@@ -208,7 +208,7 @@ x_Dist_Zilla:
           branch: ~
           changelog: Changes
           signed: 0
-          tag: v6.27
+          tag: v6.28
           tag_format: v%v
           tag_message: v%v
         Dist::Zilla::Role::Git::Repo:
@@ -664,6 +664,7 @@ x_contributors:
   - 'Nigel Gregoire <nigelgregoire@gmail.com>'
   - 'Olaf Alders <olaf@wundersolutions.com>'
   - 'Ondrej Hanak <ondrej.hanak@ubs.com>'
+  - 'Patrik Lundin <patrik.lundin@su.se>'
   - 'Peter Rabbitson <ribasushi@cpan.org>'
   - 'phrstbrn <phrstbrn@gmail.com>'
   - 'Piotr Roszatycki <piotr.roszatycki@gmail.com>'
@@ -672,10 +673,12 @@ x_contributors:
   - 'ruff <ruff@ukrpost.net>'
   - 'sasao <sasao@yugen.org>'
   - 'Sean M. Burke <sburke@cpan.org>'
+  - 'Sergey Romanov <sromanov-dev@yandex.ru>'
   - 'Slaven Rezic <slaven@rezic.de>'
   - 'Spiros Denaxas <s.denaxas@gmail.com>'
   - 'Steffen Ullrich <Steffen_Ullrich@genua.de>'
   - 'Steve Hay <SteveHay@planit.com>'
+  - 'Takumi Akiyama <t.akiym@gmail.com>'
   - 'Theodore Robert Campbell Jr <trcjr@stupidfoot.com>'
   - 'Tim Couzins <tim.couzins@sophos.com>'
   - 'Todd Lipcon <todd@amiestreet.com>'
index 4d793bb7557867837bede087e307221e42de5f9e..4f8d60a38dd89f0dd9dcc6c2da76527c0d422f01 100644 (file)
@@ -83,7 +83,7 @@ my %WriteMakefileArgs = (
     "Test::More" => 0,
     "Test::RequiresInternet" => 0
   },
-  "VERSION" => "6.27",
+  "VERSION" => "6.28",
   "test" => {
     "TESTS" => "t/*.t t/base/*.t t/base/protocols/*.t t/local/*.t t/robot/*.t"
   }
index 42fc71a611e05d41dd8e4dd7c929d715c8aa0386..7b15e9ee7361ba4976710271a9eb96bb207a03df 100755 (executable)
@@ -40,7 +40,7 @@ Gisle Aas <gisle@aas.no>
 use strict;
 use warnings;
 use LWP::Simple qw(mirror is_success status_message $ua);
-use Getopt::Std;
+use Getopt::Long qw(GetOptions);
 use Encode;
 use Encode::Locale;
 
@@ -49,7 +49,7 @@ $progname =~ s,.*/,,;       # use basename only
 $progname =~ s/\.\w*$//;    #strip extension if any
 
 my %opts;
-unless (getopts("hvt:", \%opts)) {
+unless (GetOptions(\%opts, 'h', 'v', 't=i')) {
     usage();
 }
 
index 2869baf286199abf713c8fe3089cf63429a80d37..d4f772e59811ddf544bab445ce077beef594d336 100755 (executable)
@@ -222,7 +222,7 @@ my %options;
 {
 
     package RequestAgent;
-$RequestAgent::VERSION = '6.27';
+$RequestAgent::VERSION = '6.28';
 use strict;
     use warnings;
     use base qw(LWP::UserAgent);
index be534337401a38dee186a29d9ff1bc9b58bec61d..ccfad3da1526e11cf70ffd679b53e5d7c6ff2fd2 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -4,7 +4,7 @@ license             = Perl_5
 copyright_holder    = Gisle Aas
 copyright_year      = 1995
 
-version = 6.27
+version = 6.28
 
 ; Gather stuff in
 [Git::GatherDir]
index b4cf986e1d790878721fa18e7269f4f75ba27f98..48e6f3df54a08923ac4ea0d50e2c343e1e12d18e 100644 (file)
@@ -1,5 +1,5 @@
 package LWP::Authen::Basic;
-$LWP::Authen::Basic::VERSION = '6.27';
+$LWP::Authen::Basic::VERSION = '6.28';
 use strict;
 
 require MIME::Base64;
index d0389e93600c3b8828c152e8dc0df93e2e1656c6..c946682e9d9f99ca7907ea1823ccc6c4b797c472 100644 (file)
@@ -1,5 +1,5 @@
 package LWP::Authen::Digest;
-$LWP::Authen::Digest::VERSION = '6.27';
+$LWP::Authen::Digest::VERSION = '6.28';
 use strict;
 use base 'LWP::Authen::Basic';
 
index 62a53067f75ba2eaa8eca79ce2e0d885ff81957e..54b3d1bb885e55d1d15bb2dc982aa292ea572853 100644 (file)
@@ -1,5 +1,5 @@
 package LWP::Debug;    # legacy
-$LWP::Debug::VERSION = '6.27';
+$LWP::Debug::VERSION = '6.28';
 require Exporter;
 our @ISA       = qw(Exporter);
 our @EXPORT_OK = qw(level trace debug conns);
index c0992b5abb58660b23697066dd3a63a472856a2e..7d6512fc4223032fa99d66927d3cab73378ed260 100644 (file)
@@ -1,5 +1,5 @@
 package LWP::Debug::TraceHTTP;
-$LWP::Debug::TraceHTTP::VERSION = '6.27';
+$LWP::Debug::TraceHTTP::VERSION = '6.28';
 # Just call:
 #
 #   require LWP::Debug::TraceHTTP;
index 6575603429f97a7fe2d2d055865db646205d9327..0294fb14f2772a316424d0efb00098ef0a3d51ef 100644 (file)
@@ -1,5 +1,5 @@
 package LWP::DebugFile;
-$LWP::DebugFile::VERSION = '6.27';
+$LWP::DebugFile::VERSION = '6.28';
 # legacy stub
 
 1;
index c3cd0349115bd0dad829769e47211012206d321c..fd225f961de7c9bdd514837832fb0b6cacffdcfa 100644 (file)
@@ -1,5 +1,5 @@
 package LWP::MemberMixin;
-$LWP::MemberMixin::VERSION = '6.27';
+$LWP::MemberMixin::VERSION = '6.28';
 sub _elem {
     my $self = shift;
     my $elem = shift;
index e8ddaadcc944df5d7656b7fddb08c383a3527c9d..f92806a5abfaa5864c40d3e4ad7788b50fbd8291 100644 (file)
@@ -1,5 +1,5 @@
 package LWP::Protocol::cpan;
-$LWP::Protocol::cpan::VERSION = '6.27';
+$LWP::Protocol::cpan::VERSION = '6.28';
 use strict;
 
 use base qw(LWP::Protocol);
index 0676b4648a27961628c7575fa21b1d75c5a9af24..443cfc5910b6a2349bd98f28760e13864accc07e 100644 (file)
@@ -1,5 +1,5 @@
 package LWP::Protocol::data;
-$LWP::Protocol::data::VERSION = '6.27';
+$LWP::Protocol::data::VERSION = '6.28';
 # Implements access to data:-URLs as specified in RFC 2397
 
 use strict;
index 6abb3dcb03c258dcef548c7a5ef16d5b59cdf90c..93152bb33d61ea615bd429dbef685205caadd62b 100644 (file)
@@ -1,5 +1,5 @@
 package LWP::Protocol::file;
-$LWP::Protocol::file::VERSION = '6.27';
+$LWP::Protocol::file::VERSION = '6.28';
 use base qw(LWP::Protocol);
 
 use strict;
@@ -126,17 +126,17 @@ sub request
 
     # read the file
     if ($method ne "HEAD") {
-       open(F, $path) or return new
+       open(my $fh, '<', $path) or return new
            HTTP::Response(HTTP::Status::RC_INTERNAL_SERVER_ERROR,
                           "Cannot read file '$path': $!");
-       binmode(F);
+       binmode($fh);
        $response =  $self->collect($arg, $response, sub {
            my $content = "";
-           my $bytes = sysread(F, $content, $size);
+           my $bytes = sysread($fh, $content, $size);
            return \$content if $bytes > 0;
            return \ "";
        });
-       close(F);
+       close($fh);
     }
 
     $response;
index dab5b428718b47e61da9427d96a9bf703415db57..676e9e27bd189c3c6603589807c5e44371b22197 100644 (file)
@@ -1,5 +1,5 @@
 package LWP::Protocol::ftp;
-$LWP::Protocol::ftp::VERSION = '6.27';
+$LWP::Protocol::ftp::VERSION = '6.28';
 # Implementation of the ftp protocol (RFC 959). We let the Net::FTP
 # package do all the dirty work.
 use base qw(LWP::Protocol);
@@ -16,7 +16,7 @@ use File::Listing   ();
 {
 
     package LWP::Protocol::MyFTP;
-$LWP::Protocol::MyFTP::VERSION = '6.27';
+$LWP::Protocol::MyFTP::VERSION = '6.28';
 use strict;
     use base qw(Net::FTP);
 
index 6b3ad07a2899401072e1b6cf3da5fa216dc1a860..e4c09522230bf337e95ef77a05866231b2635bb0 100644 (file)
@@ -1,5 +1,5 @@
 package LWP::Protocol::gopher;
-$LWP::Protocol::gopher::VERSION = '6.27';
+$LWP::Protocol::gopher::VERSION = '6.28';
 # Implementation of the gopher protocol (RFC 1436)
 #
 # This code is based on 'wwwgopher.pl,v 0.10 1994/10/17 18:12:34 shelden'
index 9632dc30b35319cef247ec887eccedafa33d09c5..372ca014cefacbf6f4c8f8aab57b952f766a7778 100644 (file)
@@ -1,5 +1,5 @@
 package LWP::Protocol::http;
-$LWP::Protocol::http::VERSION = '6.27';
+$LWP::Protocol::http::VERSION = '6.28';
 use strict;
 
 require HTTP::Response;
@@ -42,6 +42,8 @@ sub _new_socket
            $@ =~ /\b(Crypt-SSLeay can't verify hostnames)\b/
        ) {
            $status .= " ($1)";
+       } elsif ($@) {
+           $status .= " ($@)";
        }
        die "$status\n\n$@";
     }
index 92e787f72c9f683f7dc6fdf877722a9bc96fc45f..839325e575022f3e24de587d1137751dfe3b7ea8 100644 (file)
@@ -1,5 +1,5 @@
 package LWP::Protocol::loopback;
-$LWP::Protocol::loopback::VERSION = '6.27';
+$LWP::Protocol::loopback::VERSION = '6.28';
 use strict;
 require HTTP::Response;
 
index 14bd21c5b61f3d869814ae6e4f9a08423c12d189..09a6aa8be9307d0b6df3642db86c1deb051f9ab6 100644 (file)
@@ -1,5 +1,5 @@
 package LWP::Protocol::mailto;
-$LWP::Protocol::mailto::VERSION = '6.27';
+$LWP::Protocol::mailto::VERSION = '6.28';
 # This module implements the mailto protocol.  It is just a simple
 # frontend to the Unix sendmail program except on MacOS, where it uses
 # Mail::Internet.
index 0469cdea963cf0c8825f3a046fd28d37174f9744..d2f46d554ddf8f423b722bf65eb81a41ad261e2f 100644 (file)
@@ -1,5 +1,5 @@
 package LWP::Protocol::nntp;
-$LWP::Protocol::nntp::VERSION = '6.27';
+$LWP::Protocol::nntp::VERSION = '6.28';
 # Implementation of the Network News Transfer Protocol (RFC 977)
 
 use base qw(LWP::Protocol);
index 750c5b5fff8f8edf39079e77d0e6b3f171a60c4f..b19d3183a44d4885adc61374b3ed6a4da44f8575 100644 (file)
@@ -4,7 +4,7 @@ package LWP::Protocol::nogo;
 #   LWP::Protocol::implementor(that_scheme, 'LWP::Protocol::nogo');
 # For then on, attempts to access URLs with that scheme will generate
 # a 500 error.
-$LWP::Protocol::nogo::VERSION = '6.27';
+$LWP::Protocol::nogo::VERSION = '6.28';
 use strict;
 
 require HTTP::Response;
index c57543e0843ade0ace3d36fab62655bd2a4886ef..a771622386ae9bc99574411cd85d722c477e1d53 100644 (file)
@@ -26,21 +26,21 @@ plan skip_all => 'All the modules we found were excluded from POD coverage test.
 plan tests => scalar @modules;
 
 my %trustme = (
-             'LWP::UserAgent' => [
-                                 qr/^(?:run_handlers|send_request|use_alarm|use_eval)$/
-                               ],
              'LWP::Protocol' => [
                                 qr/^(?:max_size|timeout)$/
                               ],
              'LWP::Protocol::http' => [
                                       qr/^(?:hlist_remove|socket_class|socket_type)$/
                                     ],
-             'LWP::RobotUA' => [
-                               qr/^host_count$/
-                             ],
              'LWP::Protocol::gopher' => [
                                         qr/^(?:gopher2url|menu2html)$/
-                                      ]
+                                      ],
+             'LWP::UserAgent' => [
+                                 qr/^(?:run_handlers|send_request|use_alarm|use_eval)$/
+                               ],
+             'LWP::RobotUA' => [
+                               qr/^host_count$/
+                             ]
            );
 
 my @also_private;
index cc55379e76f4e2811c700779a4fdb7da40ca21ad..442bcfed35d8eaf25422ae9a313699638fd394cc 100644 (file)
@@ -13,6 +13,7 @@ __DATA__
 Aas
 Accomazzi
 Adam
+Akiyama
 Alders
 Alex
 Alexandre
@@ -131,6 +132,7 @@ Liam
 Lindley
 Lipcon
 Lotterer
+Lundin
 Lutz
 MacEachern
 Macdonald
@@ -171,6 +173,7 @@ Onken
 Oosten
 Oschwald
 Panchenko
+Patrik
 Peter
 Peters
 Pettit
@@ -189,12 +192,14 @@ Rezic
 Robert
 RobotUA
 Rolf
+Romanov
 Roszatycki
 Sarathy
 Schilli
 Schinder
 Schwern
 Sean
+Sergey
 Shirazi
 Simple
 Sjogren
@@ -214,6 +219,7 @@ Stosberg
 Subbarao
 TCP
 Takanori
+Takumi
 Theodore
 Thoennes
 Thompson
@@ -255,6 +261,7 @@ Zielinski
 Zoest
 adamk
 afPuUsSedvhx
+akiym
 amir
 amire80
 andreas
@@ -322,6 +329,7 @@ olaf
 ondrej
 onken
 oschwald
+patrik
 peterm
 phrstbrn
 piotr
@@ -335,6 +343,7 @@ shaohua
 shildreth
 slaven
 sprout
+sromanov
 talby
 tech
 tim
index f9665666d505015ed32600a63315d12f6a7d2cc8..938ecf1f240c18d2afcfdf90429a6818cc7a55ef 100644 (file)
@@ -4,7 +4,7 @@ use Test::More tests => 2;
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '6.27';
+my $newver = '6.28';
 my $trial_token = '-TRIAL';
 
 SKIP: {