The CI run did not smokje this particular combination
TLDR: like ... qr/.../m does not work on 5.8.x due to P5#3038
- BREWVER=5.8.3
- BREWOPTS="-Dusemorebits"
- # Full Test of minimum supported without threads with non-tracing poisoning
+ # Full Test of minimum supported without threads with plain poisoned trace
- perl: 5.8.3_nt
env:
- CLEANTEST=false
- POISON_ENV=true
+ - DBIC_TRACE=1
- BREWVER=5.8.3
# Full Test of minimum supported with threads with non-tracing poisoning
- BREWVER=5.8.1
- BREWOPTS="-Duseithreads -Dusemorebits"
- # oldest possible with blead CPAN with poisoning
+ # oldest possible with blead CPAN with poisoning and plain trace
- perl: devcpan_5.8.1
env:
- CLEANTEST=true
- DEVREL_DEPS=true
- POISON_ENV=true
+ - DBIC_TRACE=1
- BREWVER=5.8.1
# 5.8.3 with blead CPAN
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 {