Hello community,

here is the log from the commit of package perl-Redis for openSUSE:Factory 
checked in at 2019-07-22 17:18:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Redis (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Redis.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Redis"

Mon Jul 22 17:18:33 2019 rev:10 rq:717507 version:1.992

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Redis/perl-Redis.changes    2016-09-05 
21:22:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Redis.new.4126/perl-Redis.changes  
2019-07-22 17:18:34.481949668 +0200
@@ -1,0 +2,9 @@
+Mon Jul 22 05:28:56 UTC 2019 - Stephan Kulow <co...@suse.com>
+
+- updated to 1.992
+   see /usr/share/doc/packages/perl-Redis/Changes
+
+  1.992     2019-07-21 18:27:23+02:00 Europe/Paris
+    * relax the check in 04-pipeline.t about unknown command output (#130)
+
+-------------------------------------------------------------------

Old:
----
  Redis-1.991.tar.gz

New:
----
  Redis-1.992.tar.gz

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

Other differences:
------------------
++++++ perl-Redis.spec ++++++
--- /var/tmp/diff_new_pack.0c5JE8/_old  2019-07-22 17:18:35.033949228 +0200
+++ /var/tmp/diff_new_pack.0c5JE8/_new  2019-07-22 17:18:35.033949228 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Redis
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-Redis
-Version:        1.991
+Version:        1.992
 Release:        0
 %define cpan_name Redis
 Summary:        Perl binding for Redis database
 License:        Artistic-2.0
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Redis/
-Source0:        
http://www.cpan.org/authors/id/D/DA/DAMS/%{cpan_name}-%{version}.tar.gz
+Url:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/D/DA/DAMS/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -35,9 +35,7 @@
 BuildRequires:  perl(IO::Socket::Timeout) >= 0.29
 BuildRequires:  perl(IO::String)
 BuildRequires:  perl(IPC::Cmd)
-BuildRequires:  perl(Module::Build::Tiny) >= 0.039
-BuildRequires:  perl(Pod::Coverage::TrustPod)
-BuildRequires:  perl(Test::CPAN::Meta)
+BuildRequires:  perl(Module::Build::Tiny) >= 0.034
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.98
@@ -64,7 +62,7 @@
 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Build.PL --installdirs=vendor
+perl Build.PL --installdirs=vendor
 ./Build build --flags=%{?_smp_mflags}
 
 %check
@@ -76,6 +74,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README scripts tools
+%doc Changes README
+%license LICENSE
 
 %changelog

++++++ Redis-1.991.tar.gz -> Redis-1.992.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.991/Build.PL new/Redis-1.992/Build.PL
--- old/Redis-1.991/Build.PL    2016-08-23 16:04:36.000000000 +0200
+++ new/Redis-1.992/Build.PL    2019-07-21 18:27:30.000000000 +0200
@@ -1,3 +1,16 @@
+#
+# This file is part of Redis
+#
+# This software is Copyright (c) 2015 by Pedro Melo, Damien Krotkine.
+#
+# This is free software, licensed under:
+#
+#   The Artistic License 2.0 (GPL Compatible)
+#
+# This Build.PL for Redis was generated by 
Dist::Zilla::Plugin::ModuleBuildTiny 0.015.
+use strict;
+use warnings;
+
 use 5.006;
-use Module::Build::Tiny 0.039;
+use Module::Build::Tiny 0.034;
 Build_PL();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.991/Changes new/Redis-1.992/Changes
--- old/Redis-1.991/Changes     2016-08-23 16:04:36.000000000 +0200
+++ new/Redis-1.992/Changes     2019-07-21 18:27:30.000000000 +0200
@@ -1,5 +1,8 @@
 Revision history for Redis
 
+1.992     2019-07-21 18:27:23+02:00 Europe/Paris
+  * relax the check in 04-pipeline.t about unknown command output (#130)
+
 1.991     2016-08-23 16:04:29CEST+0200 Europe/Paris
   * release as a normal release after successful testing of the dev releases
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.991/MANIFEST new/Redis-1.992/MANIFEST
--- old/Redis-1.991/MANIFEST    2016-08-23 16:04:36.000000000 +0200
+++ new/Redis-1.992/MANIFEST    2019-07-21 18:27:30.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.032.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.012.
 Build.PL
 Changes
 LICENSE
@@ -30,8 +30,8 @@
 t/42-client_cmds.t
 t/44-no-unicode-bug.t
 t/50-fork_safe.t
+t/author-pod-coverage.t
 t/release-distmeta.t
-t/release-pod-coverage.t
 t/tlib/Test/SpawnRedisServer.pm
 t/tlib/Test/SpawnRedisTimeoutServer.pm
 tools/benchmarks/read_vs_sysread.pl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.991/META.json new/Redis-1.992/META.json
--- old/Redis-1.991/META.json   2016-08-23 16:04:36.000000000 +0200
+++ new/Redis-1.992/META.json   2019-07-21 18:27:30.000000000 +0200
@@ -5,20 +5,21 @@
       "Damien Krotkine <d...@cpan.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.032, CPAN::Meta::Converter version 
2.150005",
+   "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 
2.150010",
    "license" : [
       "artistic_2"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-      "version" : "2"
+      "version" : 2
    },
    "name" : "Redis",
    "prereqs" : {
       "configure" : {
          "requires" : {
             "ExtUtils::MakeMaker" : "6.63_03",
-            "Module::Build::Tiny" : "0.039"
+            "Module::Build::Tiny" : "0.034",
+            "perl" : "5.006"
          }
       },
       "develop" : {
@@ -43,13 +44,12 @@
             "IO::String" : "0",
             "IPC::Cmd" : "0",
             "IPC::Open3" : "0",
-            "Pod::Coverage::TrustPod" : "0",
-            "Test::CPAN::Meta" : "0",
             "Test::Deep" : "0",
             "Test::Fatal" : "0",
             "Test::More" : "0.98",
             "Test::SharedFork" : "0",
-            "Test::TCP" : "1.19"
+            "Test::TCP" : "1.19",
+            "perl" : "5.006"
          }
       }
    },
@@ -65,6 +65,8 @@
          "web" : "https://github.com/PerlRedis/perl-redis";
       }
    },
-   "version" : "1.991"
+   "version" : "1.992",
+   "x_generated_by_perl" : "v5.28.2",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.12"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.991/META.yml new/Redis-1.992/META.yml
--- old/Redis-1.991/META.yml    2016-08-23 16:04:36.000000000 +0200
+++ new/Redis-1.992/META.yml    2019-07-21 18:27:30.000000000 +0200
@@ -4,35 +4,37 @@
   - 'Pedro Melo <m...@cpan.org>'
   - 'Damien Krotkine <d...@cpan.org>'
 build_requires:
-  Digest::SHA: 0
-  File::Spec: 0
-  IO::Handle: 0
-  IO::String: 0
-  IPC::Cmd: 0
-  IPC::Open3: 0
-  Pod::Coverage::TrustPod: 0
-  Test::CPAN::Meta: 0
-  Test::Deep: 0
-  Test::Fatal: 0
-  Test::More: 0.98
-  Test::SharedFork: 0
-  Test::TCP: 1.19
+  Digest::SHA: '0'
+  File::Spec: '0'
+  IO::Handle: '0'
+  IO::String: '0'
+  IPC::Cmd: '0'
+  IPC::Open3: '0'
+  Test::Deep: '0'
+  Test::Fatal: '0'
+  Test::More: '0.98'
+  Test::SharedFork: '0'
+  Test::TCP: '1.19'
+  perl: '5.006'
 configure_requires:
   ExtUtils::MakeMaker: 6.63_03
-  Module::Build::Tiny: 0.039
+  Module::Build::Tiny: '0.034'
+  perl: '5.006'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.032, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 
2.150010'
 license: artistic_2
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Redis
 requires:
-  IO::Socket::Timeout: 0.29
-  Try::Tiny: 0
-  perl: 5.006
+  IO::Socket::Timeout: '0.29'
+  Try::Tiny: '0'
+  perl: '5.006'
 resources:
   bugtracker: https://github.com/PerlRedis/perl-redis/issues
   homepage: https://github.com/PerlRedis/perl-redis
   repository: https://github.com/PerlRedis/perl-redis.git
-version: 1.991
+version: '1.992'
+x_generated_by_perl: v5.28.2
+x_serialization_backend: 'YAML::Tiny version 1.73'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.991/Makefile.PL new/Redis-1.992/Makefile.PL
--- old/Redis-1.991/Makefile.PL 2016-08-23 16:04:36.000000000 +0200
+++ new/Redis-1.992/Makefile.PL 2019-07-21 18:27:30.000000000 +0200
@@ -8,33 +8,42 @@
 #   The Artistic License 2.0 (GPL Compatible)
 #
 # This Makefile.PL for Redis was generated by
-# Dist::Zilla::Plugin::MakeMaker::Fallback 0.005
-# and Dist::Zilla::Plugin::MakeMaker::Awesome 0.33.
+# Dist::Zilla::Plugin::MakeMaker::Fallback 0.030
+# and Dist::Zilla::Plugin::MakeMaker::Awesome 0.48.
 # Don't edit it but the dist.ini and plugins used to construct it.
 
 use strict;
 use warnings;
 
+use 5.006;
+use ExtUtils::MakeMaker;
+
 BEGIN {
 my %configure_requires = (
+    'Module::Build::Tiny' => '0.034',
 );
 
-my @missing = grep {
-    ! eval "require $_; $_->VERSION($configure_requires{$_}); 1"
+my %errors = map {
+    eval "require $_; $_->VERSION($configure_requires{$_}); 1";
+    $_ => $@,
 } keys %configure_requires;
 
-if (not @missing)
+if (grep { $_ } values %errors)
 {
-    print "Congratulations, your toolchain understands 
'configure_requires'!\n\n";
+    warn "Errors from configure prereqs:\n"
+        . do {
+            require Data::Dumper; Data::Dumper->new([ \%errors 
])->Indent(2)->Terse(1)->Sortkeys(1)->Dump;
+        };
 }
-else
+
+if (not $ENV{PERL_MM_FALLBACK_SILENCE_WARNING})
 {
-    $ENV{PERL_MM_FALLBACK_SILENCE_WARNING} or warn <<'EOW';
+    warn <<'EOW';
 *** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***
 
-If you're seeing this warning, your toolchain is really, really old* and you'll
-almost certainly have problems installing CPAN modules from this century. But
-never fear, dear user, for we have the technology to fix this!
+If you're seeing this warning, your toolchain is really, really old* and
+you'll almost certainly have problems installing CPAN modules from this
+century. But never fear, dear user, for we have the technology to fix this!
 
 If you're using CPAN.pm to install things, then you can upgrade it using:
 
@@ -47,8 +56,11 @@
 If you're using cpanminus, you shouldn't be seeing this message in the first
 place, so please file an issue on github.
 
+If you're using a packaging tool through a unix distribution, this issue
+should be reported to the package manager.
+
 If you're installing manually, please retrain your fingers to run Build.PL
-when present instead.
+when present instead of Makefile.PL.
 
 This public service announcement was brought to you by the Perl Toolchain
 Gang, the irc.perl.org #toolchain IRC channel, and the number 42.
@@ -61,15 +73,10 @@
 
 You can also silence this warning for future installations by setting the
 PERL_MM_FALLBACK_SILENCE_WARNING environment variable.
-
 EOW
-
     sleep 10 if -t STDIN && (-t STDOUT || !(-f STDOUT || -c STDOUT));
 }
-}
-
-use 5.006;
-use ExtUtils::MakeMaker 6.63_03;
+} # end BEGIN
 
 my %WriteMakefileArgs = (
   "ABSTRACT" => "Perl binding for Redis database",
@@ -79,13 +86,13 @@
   ],
   "CONFIGURE_REQUIRES" => {
     "ExtUtils::MakeMaker" => "6.63_03",
-    "Module::Build::Tiny" => "0.039"
+    "Module::Build::Tiny" => "0.034"
   },
   "DISTNAME" => "Redis",
-  "EXE_FILES" => [],
   "LICENSE" => "artistic_2",
   "MIN_PERL_VERSION" => "5.006",
   "NAME" => "Redis",
+  "PL_FILES" => {},
   "PREREQ_PM" => {
     "IO::Socket::Timeout" => "0.29",
     "Try::Tiny" => 0
@@ -97,15 +104,13 @@
     "IO::String" => 0,
     "IPC::Cmd" => 0,
     "IPC::Open3" => 0,
-    "Pod::Coverage::TrustPod" => 0,
-    "Test::CPAN::Meta" => 0,
     "Test::Deep" => 0,
     "Test::Fatal" => 0,
     "Test::More" => "0.98",
     "Test::SharedFork" => 0,
     "Test::TCP" => "1.19"
   },
-  "VERSION" => "1.991",
+  "VERSION" => "1.992",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -113,16 +118,12 @@
 
 my %FallbackPrereqs = (
   "Digest::SHA" => 0,
-  "ExtUtils::MakeMaker" => "6.63_03",
   "File::Spec" => 0,
   "IO::Handle" => 0,
   "IO::Socket::Timeout" => "0.29",
   "IO::String" => 0,
   "IPC::Cmd" => 0,
   "IPC::Open3" => 0,
-  "Module::Build::Tiny" => "0.039",
-  "Pod::Coverage::TrustPod" => 0,
-  "Test::CPAN::Meta" => 0,
   "Test::Deep" => 0,
   "Test::Fatal" => 0,
   "Test::More" => "0.98",
@@ -131,7 +132,7 @@
   "Try::Tiny" => 0
 );
 
-unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
+unless ( eval { ExtUtils::MakeMaker->VERSION('6.63_03') } ) {
   delete $WriteMakefileArgs{TEST_REQUIRES};
   delete $WriteMakefileArgs{BUILD_REQUIRES};
   $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.991/README new/Redis-1.992/README
--- old/Redis-1.991/README      2016-08-23 16:04:36.000000000 +0200
+++ new/Redis-1.992/README      2019-07-21 18:27:30.000000000 +0200
@@ -1,7 +1,5 @@
-
-
 This archive contains the distribution Redis,
-version 1.991:
+version 1.992:
 
   Perl binding for Redis database
 
@@ -12,5 +10,4 @@
   The Artistic License 2.0 (GPL Compatible)
 
 
-This README file was generated by Dist::Zilla::Plugin::Readme v5.032.
-
+This README file was generated by Dist::Zilla::Plugin::Readme v6.012.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.991/dist.ini new/Redis-1.992/dist.ini
--- old/Redis-1.991/dist.ini    2016-08-23 16:04:36.000000000 +0200
+++ new/Redis-1.992/dist.ini    2019-07-21 18:27:30.000000000 +0200
@@ -6,7 +6,7 @@
 copyright_year   = 2015
 
 ; -- version from git
-version = 1.991
+version = 1.992
 
 ; [Git::NextVersion]   
 ; first_version = 1.962
@@ -61,8 +61,6 @@
 Test::Fatal = 0
 Test::More = 0.98
 Test::TCP = 1.19
-Test::CPAN::Meta = 0
-Pod::Coverage::TrustPod = 0
 
 ; -- release
 [NextRelease]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.991/lib/Redis/Hash.pm 
new/Redis-1.992/lib/Redis/Hash.pm
--- old/Redis-1.991/lib/Redis/Hash.pm   2016-08-23 16:04:36.000000000 +0200
+++ new/Redis-1.992/lib/Redis/Hash.pm   2019-07-21 18:27:30.000000000 +0200
@@ -8,7 +8,7 @@
 #   The Artistic License 2.0 (GPL Compatible)
 #
 package Redis::Hash;
-$Redis::Hash::VERSION = '1.991';
+$Redis::Hash::VERSION = '1.992';
 # ABSTRACT: tie Perl hashes to Redis hashes
 # VERSION
 # AUTHORITY
@@ -86,7 +86,7 @@
 
 =head1 VERSION
 
-version 1.991
+version 1.992
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.991/lib/Redis/List.pm 
new/Redis-1.992/lib/Redis/List.pm
--- old/Redis-1.991/lib/Redis/List.pm   2016-08-23 16:04:36.000000000 +0200
+++ new/Redis-1.992/lib/Redis/List.pm   2019-07-21 18:27:30.000000000 +0200
@@ -8,7 +8,7 @@
 #   The Artistic License 2.0 (GPL Compatible)
 #
 package Redis::List;
-$Redis::List::VERSION = '1.991';
+$Redis::List::VERSION = '1.992';
 # ABSTRACT: tie Perl arrays to Redis lists
 # VERSION
 # AUTHORITY
@@ -106,7 +106,7 @@
 
 =head1 VERSION
 
-version 1.991
+version 1.992
 
 =head1 SYNOPSYS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.991/lib/Redis/Sentinel.pm 
new/Redis-1.992/lib/Redis/Sentinel.pm
--- old/Redis-1.991/lib/Redis/Sentinel.pm       2016-08-23 16:04:36.000000000 
+0200
+++ new/Redis-1.992/lib/Redis/Sentinel.pm       2019-07-21 18:27:30.000000000 
+0200
@@ -8,7 +8,7 @@
 #   The Artistic License 2.0 (GPL Compatible)
 #
 package Redis::Sentinel;
-$Redis::Sentinel::VERSION = '1.991';
+$Redis::Sentinel::VERSION = '1.992';
 # ABSTRACT: Redis Sentinel interface
 
 use warnings;
@@ -54,7 +54,7 @@
 
 =head1 VERSION
 
-version 1.991
+version 1.992
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.991/lib/Redis.pm new/Redis-1.992/lib/Redis.pm
--- old/Redis-1.991/lib/Redis.pm        2016-08-23 16:04:36.000000000 +0200
+++ new/Redis-1.992/lib/Redis.pm        2019-07-21 18:27:30.000000000 +0200
@@ -8,7 +8,7 @@
 #   The Artistic License 2.0 (GPL Compatible)
 #
 package Redis;
-$Redis::VERSION = '1.991';
+$Redis::VERSION = '1.992';
 # ABSTRACT: Perl binding for Redis database
 # VERSION
 # AUTHORITY
@@ -915,7 +915,7 @@
 
 =head1 VERSION
 
-version 1.991
+version 1.992
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.991/t/00-compile.t 
new/Redis-1.992/t/00-compile.t
--- old/Redis-1.991/t/00-compile.t      2016-08-23 16:04:36.000000000 +0200
+++ new/Redis-1.992/t/00-compile.t      2019-07-21 18:27:30.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.054
+# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.058
 
 use Test::More;
 
@@ -19,7 +19,9 @@
 
 # no fake home requested
 
-my $inc_switch = -d 'blib' ? '-Mblib' : '-Ilib';
+my @switches = (
+    -d 'blib' ? '-Mblib' : '-Ilib',
+);
 
 use File::Spec;
 use IPC::Open3;
@@ -33,14 +35,18 @@
     # see L<perlfaq8/How can I capture STDERR from an external command?>
     my $stderr = IO::Handle->new;
 
-    my $pid = open3($stdin, '>&STDERR', $stderr, $^X, $inc_switch, '-e', 
"require q[$lib]");
+    diag('Running: ', join(', ', map { my $str = $_; $str =~ s/'/\\'/g; q{'} . 
$str . q{'} }
+            $^X, @switches, '-e', "require q[$lib]"))
+        if $ENV{PERL_COMPILE_TEST_DEBUG};
+
+    my $pid = open3($stdin, '>&STDERR', $stderr, $^X, @switches, '-e', 
"require q[$lib]");
     binmode $stderr, ':crlf' if $^O eq 'MSWin32';
     my @_warnings = <$stderr>;
     waitpid($pid, 0);
     is($?, 0, "$lib loaded ok");
 
     shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/
-        and not eval { require blib; blib->VERSION('1.01') };
+        and not eval { +require blib; blib->VERSION('1.01') };
 
     if (@_warnings)
     {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.991/t/04-pipeline.t 
new/Redis-1.992/t/04-pipeline.t
--- old/Redis-1.991/t/04-pipeline.t     2016-08-23 16:04:36.000000000 +0200
+++ new/Redis-1.992/t/04-pipeline.t     2019-07-21 18:27:30.000000000 +0200
@@ -45,7 +45,7 @@
 pipeline_ok 'single-command pipeline', ([set => [foo => 'bar'], 'OK'],);
 
 pipeline_ok 'pipeline with embedded error',
-  ([set => [clunk => 'eth'], 'OK'], [oops => [], undef, q[ERR unknown command 
'OOPS']], [get => ['clunk'], 'eth'],);
+  ([set => [clunk => 'eth'], 'OK'], [oops => [], undef, re(qr{^ERR unknown 
command .OOPS.})], [get => ['clunk'], 'eth'],);
 
 pipeline_ok 'keys in pipelined mode',
   ([keys => ['*'], bag(qw<foo clunk>)], [keys => [], undef, q[ERR wrong number 
of arguments for 'keys' command]],);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.991/t/author-pod-coverage.t 
new/Redis-1.992/t/author-pod-coverage.t
--- old/Redis-1.991/t/author-pod-coverage.t     1970-01-01 01:00:00.000000000 
+0100
+++ new/Redis-1.992/t/author-pod-coverage.t     2019-07-21 18:27:30.000000000 
+0200
@@ -0,0 +1,24 @@
+#!perl
+#
+# This file is part of Redis
+#
+# This software is Copyright (c) 2015 by Pedro Melo, Damien Krotkine.
+#
+# This is free software, licensed under:
+#
+#   The Artistic License 2.0 (GPL Compatible)
+#
+
+BEGIN {
+  unless ($ENV{AUTHOR_TESTING}) {
+    print qq{1..0 # SKIP these tests are for testing by the author\n};
+    exit
+  }
+}
+
+# This file was automatically generated by 
Dist::Zilla::Plugin::PodCoverageTests.
+
+use Test::Pod::Coverage 1.08;
+use Pod::Coverage::TrustPod;
+
+all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.991/t/release-distmeta.t 
new/Redis-1.992/t/release-distmeta.t
--- old/Redis-1.991/t/release-distmeta.t        2016-08-23 16:04:36.000000000 
+0200
+++ new/Redis-1.992/t/release-distmeta.t        2019-07-21 18:27:30.000000000 
+0200
@@ -11,8 +11,8 @@
 
 BEGIN {
   unless ($ENV{RELEASE_TESTING}) {
-    require Test::More;
-    Test::More::plan(skip_all => 'these tests are for release candidate 
testing');
+    print qq{1..0 # SKIP these tests are for release candidate testing\n};
+    exit
   }
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.991/t/release-pod-coverage.t 
new/Redis-1.992/t/release-pod-coverage.t
--- old/Redis-1.991/t/release-pod-coverage.t    2016-08-23 16:04:36.000000000 
+0200
+++ new/Redis-1.992/t/release-pod-coverage.t    1970-01-01 01:00:00.000000000 
+0100
@@ -1,24 +0,0 @@
-#!perl
-#
-# This file is part of Redis
-#
-# This software is Copyright (c) 2015 by Pedro Melo, Damien Krotkine.
-#
-# This is free software, licensed under:
-#
-#   The Artistic License 2.0 (GPL Compatible)
-#
-
-BEGIN {
-  unless ($ENV{RELEASE_TESTING}) {
-    require Test::More;
-    Test::More::plan(skip_all => 'these tests are for release candidate 
testing');
-  }
-}
-
-# This file was automatically generated by 
Dist::Zilla::Plugin::PodCoverageTests.
-
-use Test::Pod::Coverage 1.08;
-use Pod::Coverage::TrustPod;
-
-all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });


Reply via email to