The CI run did not smoke this particular combination
TLDR: like ... qr/.../m does not work on 5.8.x due to P5#3038
open(STDERR, '>&STDERRCOPY');
};
-like $exception, qr/
+ok $exception =~ /
\QDuplication of STDERR for debug output failed (perhaps your STDERR is closed?)\E
.+
\Qat @{[__FILE__]} line $exception_line_number\E$
-/xms;
+/xms
+ or diag "Unexpected exception text:\n\n$exception\n";
my @warnings;
$exception = try {