Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-libwww-perl for 
openSUSE:Factory checked in at 2023-07-27 16:50:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-libwww-perl (Old)
 and      /work/SRC/openSUSE:Factory/.perl-libwww-perl.new.32662 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-libwww-perl"

Thu Jul 27 16:50:38 2023 rev:89 rq:1101002 version:6.720.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-libwww-perl/perl-libwww-perl.changes        
2023-07-12 17:26:11.842090764 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-libwww-perl.new.32662/perl-libwww-perl.changes 
    2023-07-27 16:51:02.401892757 +0200
@@ -1,0 +2,10 @@
+Tue Jul 18 03:07:20 UTC 2023 - Tina Müller <timueller+p...@suse.de>
+
+- updated to 6.72
+   see /usr/share/doc/packages/perl-libwww-perl/Changes
+
+  6.72      2023-07-17 22:01:19Z
+      - Don't mangle protocol scheme and don't require it to be valid if
+        implementor is already known (GH#436) (mwgamera)
+
+-------------------------------------------------------------------

Old:
----
  libwww-perl-6.71.tar.gz

New:
----
  libwww-perl-6.72.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-libwww-perl.spec ++++++
--- /var/tmp/diff_new_pack.ocIhEF/_old  2023-07-27 16:51:03.145896960 +0200
+++ /var/tmp/diff_new_pack.ocIhEF/_new  2023-07-27 16:51:03.145896960 +0200
@@ -18,12 +18,13 @@
 
 %define cpan_name libwww-perl
 Name:           perl-libwww-perl
-Version:        6.71
+Version:        6.720.0
 Release:        0
+%define cpan_version 6.72
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Summary:        The World-Wide Web library for Perl
 URL:            https://metacpan.org/release/%{cpan_name}
-Source0:        
https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{cpan_version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRequires:  perl
@@ -73,6 +74,30 @@
 Requires:       perl(URI::Escape)
 Requires:       perl(WWW::RobotRules) >= 6
 Requires:       perl(parent) >= 0.217
+Provides:       perl(LWP) = 6.720.0
+Provides:       perl(LWP::Authen::Basic) = 6.720.0
+Provides:       perl(LWP::Authen::Digest) = 6.720.0
+Provides:       perl(LWP::Authen::Ntlm) = 6.720.0
+Provides:       perl(LWP::ConnCache) = 6.720.0
+Provides:       perl(LWP::Debug) = 6.720.0
+Provides:       perl(LWP::Debug::TraceHTTP) = 6.720.0
+Provides:       perl(LWP::DebugFile) = 6.720.0
+Provides:       perl(LWP::MemberMixin) = 6.720.0
+Provides:       perl(LWP::Protocol) = 6.720.0
+Provides:       perl(LWP::Protocol::cpan) = 6.720.0
+Provides:       perl(LWP::Protocol::data) = 6.720.0
+Provides:       perl(LWP::Protocol::file) = 6.720.0
+Provides:       perl(LWP::Protocol::ftp) = 6.720.0
+Provides:       perl(LWP::Protocol::gopher) = 6.720.0
+Provides:       perl(LWP::Protocol::http) = 6.720.0
+Provides:       perl(LWP::Protocol::loopback) = 6.720.0
+Provides:       perl(LWP::Protocol::mailto) = 6.720.0
+Provides:       perl(LWP::Protocol::nntp) = 6.720.0
+Provides:       perl(LWP::Protocol::nogo) = 6.720.0
+Provides:       perl(LWP::RobotUA) = 6.720.0
+Provides:       perl(LWP::Simple) = 6.720.0
+Provides:       perl(LWP::UserAgent) = 6.720.0
+%define         __perllib_provides /bin/true
 %{perl_requires}
 # MANUAL BEGIN
 Recommends:     perl(LWP::Protocol::https) >= 6.06
@@ -82,7 +107,7 @@
 The World-Wide Web library for Perl
 
 %prep
-%autosetup  -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{cpan_version}
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor

++++++ libwww-perl-6.71.tar.gz -> libwww-perl-6.72.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/Changes new/libwww-perl-6.72/Changes
--- old/libwww-perl-6.71/Changes        2023-06-20 21:44:23.000000000 +0200
+++ new/libwww-perl-6.72/Changes        2023-07-18 00:01:25.000000000 +0200
@@ -1,5 +1,9 @@
 Change history for libwww-perl
 
+6.72      2023-07-17 22:01:19Z
+    - Don't mangle protocol scheme and don't require it to be valid if
+      implementor is already known (GH#436) (mwgamera)
+
 6.71      2023-06-20 19:44:19Z
     - Use rather than require Module::Load (GH#435) (Olaf Alders)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/META.json 
new/libwww-perl-6.72/META.json
--- old/libwww-perl-6.71/META.json      2023-06-20 21:44:23.000000000 +0200
+++ new/libwww-perl-6.72/META.json      2023-07-18 00:01:25.000000000 +0200
@@ -116,96 +116,96 @@
    "provides" : {
       "LWP" : {
          "file" : "lib/LWP.pm",
-         "version" : "6.71"
+         "version" : "6.72"
       },
       "LWP::Authen::Basic" : {
          "file" : "lib/LWP/Authen/Basic.pm",
-         "version" : "6.71"
+         "version" : "6.72"
       },
       "LWP::Authen::Digest" : {
          "file" : "lib/LWP/Authen/Digest.pm",
-         "version" : "6.71"
+         "version" : "6.72"
       },
       "LWP::Authen::Ntlm" : {
          "file" : "lib/LWP/Authen/Ntlm.pm",
-         "version" : "6.71"
+         "version" : "6.72"
       },
       "LWP::ConnCache" : {
          "file" : "lib/LWP/ConnCache.pm",
-         "version" : "6.71"
+         "version" : "6.72"
       },
       "LWP::Debug" : {
          "file" : "lib/LWP/Debug.pm",
-         "version" : "6.71",
+         "version" : "6.72",
          "x_deprecated" : 1
       },
       "LWP::Debug::TraceHTTP" : {
          "file" : "lib/LWP/Debug/TraceHTTP.pm",
-         "version" : "6.71"
+         "version" : "6.72"
       },
       "LWP::DebugFile" : {
          "file" : "lib/LWP/DebugFile.pm",
-         "version" : "6.71"
+         "version" : "6.72"
       },
       "LWP::MemberMixin" : {
          "file" : "lib/LWP/MemberMixin.pm",
-         "version" : "6.71"
+         "version" : "6.72"
       },
       "LWP::Protocol" : {
          "file" : "lib/LWP/Protocol.pm",
-         "version" : "6.71"
+         "version" : "6.72"
       },
       "LWP::Protocol::cpan" : {
          "file" : "lib/LWP/Protocol/cpan.pm",
-         "version" : "6.71"
+         "version" : "6.72"
       },
       "LWP::Protocol::data" : {
          "file" : "lib/LWP/Protocol/data.pm",
-         "version" : "6.71"
+         "version" : "6.72"
       },
       "LWP::Protocol::file" : {
          "file" : "lib/LWP/Protocol/file.pm",
-         "version" : "6.71"
+         "version" : "6.72"
       },
       "LWP::Protocol::ftp" : {
          "file" : "lib/LWP/Protocol/ftp.pm",
-         "version" : "6.71"
+         "version" : "6.72"
       },
       "LWP::Protocol::gopher" : {
          "file" : "lib/LWP/Protocol/gopher.pm",
-         "version" : "6.71"
+         "version" : "6.72"
       },
       "LWP::Protocol::http" : {
          "file" : "lib/LWP/Protocol/http.pm",
-         "version" : "6.71"
+         "version" : "6.72"
       },
       "LWP::Protocol::loopback" : {
          "file" : "lib/LWP/Protocol/loopback.pm",
-         "version" : "6.71"
+         "version" : "6.72"
       },
       "LWP::Protocol::mailto" : {
          "file" : "lib/LWP/Protocol/mailto.pm",
-         "version" : "6.71"
+         "version" : "6.72"
       },
       "LWP::Protocol::nntp" : {
          "file" : "lib/LWP/Protocol/nntp.pm",
-         "version" : "6.71"
+         "version" : "6.72"
       },
       "LWP::Protocol::nogo" : {
          "file" : "lib/LWP/Protocol/nogo.pm",
-         "version" : "6.71"
+         "version" : "6.72"
       },
       "LWP::RobotUA" : {
          "file" : "lib/LWP/RobotUA.pm",
-         "version" : "6.71"
+         "version" : "6.72"
       },
       "LWP::Simple" : {
          "file" : "lib/LWP/Simple.pm",
-         "version" : "6.71"
+         "version" : "6.72"
       },
       "LWP::UserAgent" : {
          "file" : "lib/LWP/UserAgent.pm",
-         "version" : "6.71"
+         "version" : "6.72"
       }
    },
    "release_status" : "stable",
@@ -222,7 +222,7 @@
       "x_IRC" : "irc://irc.perl.org/#lwp",
       "x_MailingList" : "mailto:lib...@perl.org";
    },
-   "version" : "6.71",
+   "version" : "6.72",
    "x_Dist_Zilla" : {
       "perl" : {
          "version" : "5.036000"
@@ -773,7 +773,7 @@
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "v6.71",
+                  "tag" : "v6.72",
                   "tag_format" : "v%V",
                   "tag_message" : "v%V"
                },
@@ -979,6 +979,7 @@
       "John Wittkoski <jwittko...@gmail.com>",
       "Jonathan Dahan <jonat...@augwa.com>",
       "Julien Fiegehenn <simbab...@cpan.org>",
+      "Kacper Gutowski <mwgam...@gmail.com>",
       "Karen Etheridge <et...@cpan.org>",
       "Katarina Durechova <katarina.durech...@nic.cz>",
       "leedo <le...@users.noreply.github.com>",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/META.yml 
new/libwww-perl-6.72/META.yml
--- old/libwww-perl-6.71/META.yml       2023-06-20 21:44:23.000000000 +0200
+++ new/libwww-perl-6.72/META.yml       2023-07-18 00:01:25.000000000 +0200
@@ -29,74 +29,74 @@
 provides:
   LWP:
     file: lib/LWP.pm
-    version: '6.71'
+    version: '6.72'
   LWP::Authen::Basic:
     file: lib/LWP/Authen/Basic.pm
-    version: '6.71'
+    version: '6.72'
   LWP::Authen::Digest:
     file: lib/LWP/Authen/Digest.pm
-    version: '6.71'
+    version: '6.72'
   LWP::Authen::Ntlm:
     file: lib/LWP/Authen/Ntlm.pm
-    version: '6.71'
+    version: '6.72'
   LWP::ConnCache:
     file: lib/LWP/ConnCache.pm
-    version: '6.71'
+    version: '6.72'
   LWP::Debug:
     file: lib/LWP/Debug.pm
-    version: '6.71'
+    version: '6.72'
     x_deprecated: 1
   LWP::Debug::TraceHTTP:
     file: lib/LWP/Debug/TraceHTTP.pm
-    version: '6.71'
+    version: '6.72'
   LWP::DebugFile:
     file: lib/LWP/DebugFile.pm
-    version: '6.71'
+    version: '6.72'
   LWP::MemberMixin:
     file: lib/LWP/MemberMixin.pm
-    version: '6.71'
+    version: '6.72'
   LWP::Protocol:
     file: lib/LWP/Protocol.pm
-    version: '6.71'
+    version: '6.72'
   LWP::Protocol::cpan:
     file: lib/LWP/Protocol/cpan.pm
-    version: '6.71'
+    version: '6.72'
   LWP::Protocol::data:
     file: lib/LWP/Protocol/data.pm
-    version: '6.71'
+    version: '6.72'
   LWP::Protocol::file:
     file: lib/LWP/Protocol/file.pm
-    version: '6.71'
+    version: '6.72'
   LWP::Protocol::ftp:
     file: lib/LWP/Protocol/ftp.pm
-    version: '6.71'
+    version: '6.72'
   LWP::Protocol::gopher:
     file: lib/LWP/Protocol/gopher.pm
-    version: '6.71'
+    version: '6.72'
   LWP::Protocol::http:
     file: lib/LWP/Protocol/http.pm
-    version: '6.71'
+    version: '6.72'
   LWP::Protocol::loopback:
     file: lib/LWP/Protocol/loopback.pm
-    version: '6.71'
+    version: '6.72'
   LWP::Protocol::mailto:
     file: lib/LWP/Protocol/mailto.pm
-    version: '6.71'
+    version: '6.72'
   LWP::Protocol::nntp:
     file: lib/LWP/Protocol/nntp.pm
-    version: '6.71'
+    version: '6.72'
   LWP::Protocol::nogo:
     file: lib/LWP/Protocol/nogo.pm
-    version: '6.71'
+    version: '6.72'
   LWP::RobotUA:
     file: lib/LWP/RobotUA.pm
-    version: '6.71'
+    version: '6.72'
   LWP::Simple:
     file: lib/LWP/Simple.pm
-    version: '6.71'
+    version: '6.72'
   LWP::UserAgent:
     file: lib/LWP/UserAgent.pm
-    version: '6.71'
+    version: '6.72'
 requires:
   Digest::MD5: '0'
   Encode: '2.12'
@@ -137,7 +137,7 @@
   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.71'
+version: '6.72'
 x_Dist_Zilla:
   perl:
     version: '5.036000'
@@ -584,7 +584,7 @@
           branch: ~
           changelog: Changes
           signed: 0
-          tag: v6.71
+          tag: v6.72
           tag_format: v%V
           tag_message: v%V
         Dist::Zilla::Role::Git::Repo:
@@ -751,6 +751,7 @@
   - 'John Wittkoski <jwittko...@gmail.com>'
   - 'Jonathan Dahan <jonat...@augwa.com>'
   - 'Julien Fiegehenn <simbab...@cpan.org>'
+  - 'Kacper Gutowski <mwgam...@gmail.com>'
   - 'Karen Etheridge <et...@cpan.org>'
   - 'Katarina Durechova <katarina.durech...@nic.cz>'
   - 'leedo <le...@users.noreply.github.com>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/Makefile.PL 
new/libwww-perl-6.72/Makefile.PL
--- old/libwww-perl-6.71/Makefile.PL    2023-06-20 21:44:23.000000000 +0200
+++ new/libwww-perl-6.72/Makefile.PL    2023-07-18 00:01:25.000000000 +0200
@@ -89,7 +89,7 @@
     "Test::Needs" => 0,
     "Test::RequiresInternet" => 0
   },
-  "VERSION" => "6.71",
+  "VERSION" => "6.72",
   "test" => {
     "TESTS" => "t/*.t t/base/*.t t/base/protocols/*.t t/leak/*.t t/local/*.t 
t/robot/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/lib/LWP/Authen/Basic.pm 
new/libwww-perl-6.72/lib/LWP/Authen/Basic.pm
--- old/libwww-perl-6.71/lib/LWP/Authen/Basic.pm        2023-06-20 
21:44:23.000000000 +0200
+++ new/libwww-perl-6.72/lib/LWP/Authen/Basic.pm        2023-07-18 
00:01:25.000000000 +0200
@@ -2,7 +2,7 @@
 
 use strict;
 
-our $VERSION = '6.71';
+our $VERSION = '6.72';
 
 require Encode;
 require MIME::Base64;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/lib/LWP/Authen/Digest.pm 
new/libwww-perl-6.72/lib/LWP/Authen/Digest.pm
--- old/libwww-perl-6.71/lib/LWP/Authen/Digest.pm       2023-06-20 
21:44:23.000000000 +0200
+++ new/libwww-perl-6.72/lib/LWP/Authen/Digest.pm       2023-07-18 
00:01:25.000000000 +0200
@@ -3,7 +3,7 @@
 use strict;
 use parent 'LWP::Authen::Basic';
 
-our $VERSION = '6.71';
+our $VERSION = '6.72';
 
 require Digest::MD5;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/lib/LWP/Authen/Ntlm.pm 
new/libwww-perl-6.72/lib/LWP/Authen/Ntlm.pm
--- old/libwww-perl-6.71/lib/LWP/Authen/Ntlm.pm 2023-06-20 21:44:23.000000000 
+0200
+++ new/libwww-perl-6.72/lib/LWP/Authen/Ntlm.pm 2023-07-18 00:01:25.000000000 
+0200
@@ -2,7 +2,7 @@
 
 use strict;
 
-our $VERSION = '6.71';
+our $VERSION = '6.72';
 
 use Authen::NTLM "1.02";
 use MIME::Base64 "2.12";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/lib/LWP/ConnCache.pm 
new/libwww-perl-6.72/lib/LWP/ConnCache.pm
--- old/libwww-perl-6.71/lib/LWP/ConnCache.pm   2023-06-20 21:44:23.000000000 
+0200
+++ new/libwww-perl-6.72/lib/LWP/ConnCache.pm   2023-07-18 00:01:25.000000000 
+0200
@@ -2,7 +2,7 @@
 
 use strict;
 
-our $VERSION = '6.71';
+our $VERSION = '6.72';
 our $DEBUG;
 
 sub new {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/lib/LWP/Debug/TraceHTTP.pm 
new/libwww-perl-6.72/lib/LWP/Debug/TraceHTTP.pm
--- old/libwww-perl-6.71/lib/LWP/Debug/TraceHTTP.pm     2023-06-20 
21:44:23.000000000 +0200
+++ new/libwww-perl-6.72/lib/LWP/Debug/TraceHTTP.pm     2023-07-18 
00:01:25.000000000 +0200
@@ -11,7 +11,7 @@
 use strict;
 use parent 'LWP::Protocol::http';
 
-our $VERSION = '6.71';
+our $VERSION = '6.72';
 
 package # hide from PAUSE
     LWP::Debug::TraceHTTP::Socket;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/lib/LWP/Debug.pm 
new/libwww-perl-6.72/lib/LWP/Debug.pm
--- old/libwww-perl-6.71/lib/LWP/Debug.pm       2023-06-20 21:44:23.000000000 
+0200
+++ new/libwww-perl-6.72/lib/LWP/Debug.pm       2023-07-18 00:01:25.000000000 
+0200
@@ -1,6 +1,6 @@
 package LWP::Debug;    # legacy
 
-our $VERSION = '6.71';
+our $VERSION = '6.72';
 
 require Exporter;
 our @ISA       = qw(Exporter);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/lib/LWP/DebugFile.pm 
new/libwww-perl-6.72/lib/LWP/DebugFile.pm
--- old/libwww-perl-6.71/lib/LWP/DebugFile.pm   2023-06-20 21:44:23.000000000 
+0200
+++ new/libwww-perl-6.72/lib/LWP/DebugFile.pm   2023-07-18 00:01:25.000000000 
+0200
@@ -1,6 +1,6 @@
 package LWP::DebugFile;
 
-our $VERSION = '6.71';
+our $VERSION = '6.72';
 
 # legacy stub
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/lib/LWP/MemberMixin.pm 
new/libwww-perl-6.72/lib/LWP/MemberMixin.pm
--- old/libwww-perl-6.71/lib/LWP/MemberMixin.pm 2023-06-20 21:44:23.000000000 
+0200
+++ new/libwww-perl-6.72/lib/LWP/MemberMixin.pm 2023-07-18 00:01:25.000000000 
+0200
@@ -1,6 +1,6 @@
 package LWP::MemberMixin;
 
-our $VERSION = '6.71';
+our $VERSION = '6.72';
 
 sub _elem {
     my $self = shift;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/lib/LWP/Protocol/cpan.pm 
new/libwww-perl-6.72/lib/LWP/Protocol/cpan.pm
--- old/libwww-perl-6.71/lib/LWP/Protocol/cpan.pm       2023-06-20 
21:44:23.000000000 +0200
+++ new/libwww-perl-6.72/lib/LWP/Protocol/cpan.pm       2023-07-18 
00:01:25.000000000 +0200
@@ -4,7 +4,7 @@
 
 use parent qw(LWP::Protocol);
 
-our $VERSION = '6.71';
+our $VERSION = '6.72';
 
 require URI;
 require HTTP::Status;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/lib/LWP/Protocol/data.pm 
new/libwww-perl-6.72/lib/LWP/Protocol/data.pm
--- old/libwww-perl-6.71/lib/LWP/Protocol/data.pm       2023-06-20 
21:44:23.000000000 +0200
+++ new/libwww-perl-6.72/lib/LWP/Protocol/data.pm       2023-07-18 
00:01:25.000000000 +0200
@@ -4,7 +4,7 @@
 
 use strict;
 
-our $VERSION = '6.71';
+our $VERSION = '6.72';
 
 require HTTP::Response;
 require HTTP::Status;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/lib/LWP/Protocol/file.pm 
new/libwww-perl-6.72/lib/LWP/Protocol/file.pm
--- old/libwww-perl-6.71/lib/LWP/Protocol/file.pm       2023-06-20 
21:44:23.000000000 +0200
+++ new/libwww-perl-6.72/lib/LWP/Protocol/file.pm       2023-07-18 
00:01:25.000000000 +0200
@@ -4,7 +4,7 @@
 
 use strict;
 
-our $VERSION = '6.71';
+our $VERSION = '6.72';
 
 require LWP::MediaTypes;
 require HTTP::Request;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/lib/LWP/Protocol/ftp.pm 
new/libwww-perl-6.72/lib/LWP/Protocol/ftp.pm
--- old/libwww-perl-6.71/lib/LWP/Protocol/ftp.pm        2023-06-20 
21:44:23.000000000 +0200
+++ new/libwww-perl-6.72/lib/LWP/Protocol/ftp.pm        2023-07-18 
00:01:25.000000000 +0200
@@ -5,7 +5,7 @@
 use parent qw(LWP::Protocol);
 use strict;
 
-our $VERSION = '6.71';
+our $VERSION = '6.72';
 
 use Carp            ();
 use HTTP::Status    ();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/lib/LWP/Protocol/gopher.pm 
new/libwww-perl-6.72/lib/LWP/Protocol/gopher.pm
--- old/libwww-perl-6.71/lib/LWP/Protocol/gopher.pm     2023-06-20 
21:44:23.000000000 +0200
+++ new/libwww-perl-6.72/lib/LWP/Protocol/gopher.pm     2023-07-18 
00:01:25.000000000 +0200
@@ -9,7 +9,7 @@
 
 use strict;
 
-our $VERSION = '6.71';
+our $VERSION = '6.72';
 
 require HTTP::Response;
 require HTTP::Status;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/lib/LWP/Protocol/http.pm 
new/libwww-perl-6.72/lib/LWP/Protocol/http.pm
--- old/libwww-perl-6.71/lib/LWP/Protocol/http.pm       2023-06-20 
21:44:23.000000000 +0200
+++ new/libwww-perl-6.72/lib/LWP/Protocol/http.pm       2023-07-18 
00:01:25.000000000 +0200
@@ -2,7 +2,7 @@
 
 use strict;
 
-our $VERSION = '6.71';
+our $VERSION = '6.72';
 
 require HTTP::Response;
 require HTTP::Status;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/lib/LWP/Protocol/loopback.pm 
new/libwww-perl-6.72/lib/LWP/Protocol/loopback.pm
--- old/libwww-perl-6.71/lib/LWP/Protocol/loopback.pm   2023-06-20 
21:44:23.000000000 +0200
+++ new/libwww-perl-6.72/lib/LWP/Protocol/loopback.pm   2023-07-18 
00:01:25.000000000 +0200
@@ -2,7 +2,7 @@
 
 use strict;
 
-our $VERSION = '6.71';
+our $VERSION = '6.72';
 
 require HTTP::Response;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/lib/LWP/Protocol/mailto.pm 
new/libwww-perl-6.72/lib/LWP/Protocol/mailto.pm
--- old/libwww-perl-6.71/lib/LWP/Protocol/mailto.pm     2023-06-20 
21:44:23.000000000 +0200
+++ new/libwww-perl-6.72/lib/LWP/Protocol/mailto.pm     2023-07-18 
00:01:25.000000000 +0200
@@ -11,7 +11,7 @@
 use Carp;
 use strict;
 
-our $VERSION = '6.71';
+our $VERSION = '6.72';
 
 use parent qw(LWP::Protocol);
 our $SENDMAIL;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/lib/LWP/Protocol/nntp.pm 
new/libwww-perl-6.72/lib/LWP/Protocol/nntp.pm
--- old/libwww-perl-6.71/lib/LWP/Protocol/nntp.pm       2023-06-20 
21:44:23.000000000 +0200
+++ new/libwww-perl-6.72/lib/LWP/Protocol/nntp.pm       2023-07-18 
00:01:25.000000000 +0200
@@ -4,7 +4,7 @@
 
 use parent qw(LWP::Protocol);
 
-our $VERSION = '6.71';
+our $VERSION = '6.72';
 
 require HTTP::Response;
 require HTTP::Status;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/lib/LWP/Protocol/nogo.pm 
new/libwww-perl-6.72/lib/LWP/Protocol/nogo.pm
--- old/libwww-perl-6.71/lib/LWP/Protocol/nogo.pm       2023-06-20 
21:44:23.000000000 +0200
+++ new/libwww-perl-6.72/lib/LWP/Protocol/nogo.pm       2023-07-18 
00:01:25.000000000 +0200
@@ -7,7 +7,7 @@
 
 use strict;
 
-our $VERSION = '6.71';
+our $VERSION = '6.72';
 
 require HTTP::Response;
 require HTTP::Status;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/lib/LWP/Protocol.pm 
new/libwww-perl-6.72/lib/LWP/Protocol.pm
--- old/libwww-perl-6.71/lib/LWP/Protocol.pm    2023-06-20 21:44:23.000000000 
+0200
+++ new/libwww-perl-6.72/lib/LWP/Protocol.pm    2023-07-18 00:01:25.000000000 
+0200
@@ -2,7 +2,7 @@
 
 use parent 'LWP::MemberMixin';
 
-our $VERSION = '6.71';
+our $VERSION = '6.72';
 
 use strict;
 use Carp ();
@@ -51,16 +51,17 @@
        $ImplementedBy{$scheme} = $impclass;
     }
 
-    return '' unless $scheme =~ /^([.+\-\w]+)$/;  # check valid URL schemes
-    $scheme = $1; # untaint
-    $scheme =~ tr/.+-/_/;  # make it a legal module name
-
     my $ic = $ImplementedBy{$scheme};
     # module does not exist
     return $ic if $ic || $ImplementorAlreadyTested{$scheme};
 
+    return '' unless $scheme =~ /^([.+\-\w]+)$/;  # check valid URL schemes
+    $scheme = $1; # untaint
+
     # scheme not yet known, look for a 'use'd implementation
-    $ic = "LWP::Protocol::$scheme";  # default location
+    $ic = $scheme;
+    $ic =~ tr/.+-/_/;  # make it a legal module name
+    $ic = "LWP::Protocol::$ic";  # default location
     $ic = "LWP::Protocol::nntp" if $scheme eq 'news'; #XXX ugly hack
     no strict 'refs';
     # check we actually have one for the scheme:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/lib/LWP/RobotUA.pm 
new/libwww-perl-6.72/lib/LWP/RobotUA.pm
--- old/libwww-perl-6.71/lib/LWP/RobotUA.pm     2023-06-20 21:44:23.000000000 
+0200
+++ new/libwww-perl-6.72/lib/LWP/RobotUA.pm     2023-07-18 00:01:25.000000000 
+0200
@@ -2,7 +2,7 @@
 
 use parent qw(LWP::UserAgent);
 
-our $VERSION = '6.71';
+our $VERSION = '6.72';
 
 require WWW::RobotRules;
 require HTTP::Request;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/lib/LWP/Simple.pm 
new/libwww-perl-6.72/lib/LWP/Simple.pm
--- old/libwww-perl-6.71/lib/LWP/Simple.pm      2023-06-20 21:44:23.000000000 
+0200
+++ new/libwww-perl-6.72/lib/LWP/Simple.pm      2023-07-18 00:01:25.000000000 
+0200
@@ -2,7 +2,7 @@
 
 use strict;
 
-our $VERSION = '6.71';
+our $VERSION = '6.72';
 
 require Exporter;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/lib/LWP/UserAgent.pm 
new/libwww-perl-6.72/lib/LWP/UserAgent.pm
--- old/libwww-perl-6.71/lib/LWP/UserAgent.pm   2023-06-20 21:44:23.000000000 
+0200
+++ new/libwww-perl-6.72/lib/LWP/UserAgent.pm   2023-07-18 00:01:25.000000000 
+0200
@@ -18,7 +18,7 @@
 use Scalar::Util qw(blessed openhandle);
 use Try::Tiny qw(try catch);
 
-our $VERSION = '6.71';
+our $VERSION = '6.72';
 
 sub new
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/lib/LWP.pm 
new/libwww-perl-6.72/lib/LWP.pm
--- old/libwww-perl-6.71/lib/LWP.pm     2023-06-20 21:44:23.000000000 +0200
+++ new/libwww-perl-6.72/lib/LWP.pm     2023-07-18 00:01:25.000000000 +0200
@@ -1,6 +1,6 @@
 package LWP;
 
-our $VERSION = '6.71';
+our $VERSION = '6.72';
 
 require LWP::UserAgent;  # this should load everything you need
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/xt/author/pod-spell.t 
new/libwww-perl-6.72/xt/author/pod-spell.t
--- old/libwww-perl-6.71/xt/author/pod-spell.t  2023-06-20 21:44:23.000000000 
+0200
+++ new/libwww-perl-6.72/xt/author/pod-spell.t  2023-07-18 00:01:25.000000000 
+0200
@@ -104,6 +104,7 @@
 Gursoy
 Gurusamy
 Gustafsson
+Gutowski
 Hakanson
 Hanak
 Hans
@@ -134,6 +135,7 @@
 Jr
 Julien
 KONISHI
+Kacper
 Kaji
 Kaminsky
 Kapranoff
@@ -387,6 +389,7 @@
 michiel
 mmcleric
 murphy
+mwgamera
 nalabelle
 naveedm9
 nawglan
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.71/xt/release/changes_has_content.t 
new/libwww-perl-6.72/xt/release/changes_has_content.t
--- old/libwww-perl-6.71/xt/release/changes_has_content.t       2023-06-20 
21:44:23.000000000 +0200
+++ new/libwww-perl-6.72/xt/release/changes_has_content.t       2023-07-18 
00:01:25.000000000 +0200
@@ -8,7 +8,7 @@
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '6.71';
+my $newver = '6.72';
 my $trial_token = '-TRIAL';
 my $encoding = 'UTF-8';
 

Reply via email to