Subject: | t/output.t fails (with recent HTML::Lint?) |
My smoker systems started to report the following failure:
...
(1:49): The eof() method has not been called on this file.
(1:49): The eof() method has not been called on this file.
# Failed test at t/output.t line 261.
#
(1:80): The eof() method has not been called on this file.
(1:80): The eof() method has not been called on this file.
# Failed test at t/output.t line 292.
#
# Failed test at t/output.t line 300.
#
# Ignore warning about <a> is never closed
(1:59): <a> at (1:13) is never closed
(1:66): The eof() method has not been called on this file.
(1:66): The eof() method has not been called on this file.
# Looks like you failed 3 tests of 102.
#
t/output.t ......
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/102 subtests
...
I guess that the problem is caused by recent HTML::Lint versions, see
https://metacpan.org/source/PETDANCE/HTML-Lint-2.26/Changes#L30