CC: | ANDK [...] cpan.org |
Subject: | Tests fail with bleadperl |
On my smoker systems (linux, freebsd) the test suite fails with perl 5.25.7. 5.25.6 and earlier is fine.
Test log:
...
Use of uninitialized value $output in pattern match (m//) at t/01html_output.t line 24.
# Failed test 1 in t/01html_output.t at line 24
# t/01html_output.t line 24 is: ok($output =~ m[<span class="c">#!/usr/bin/perl -w</span>] );
t/01html_output.t ..
Failed 1/1 subtests
Use of uninitialized value $output in pattern match (m//) at t/02quiet.t line 23.
# Failed test 1 in t/02quiet.t at line 23
# t/02quiet.t line 23 is: ok($output =~ m[<span class="c">#!/usr/bin/perl -w</span>] );
t/02quiet.t ........
Failed 1/1 subtests
...
@Andreas: maybe a bisect candidate?