Subject: | sysread() isn't allowed on :utf8 handles |
The test suite fails with perl 5.29.4, and will probably also fail with the next stable perls:
...
# Failed test 'request ok'
# at t/01-render.t line 10.
# Failed test 'message ok'
# at t/01-render.t line 11.
# got: 'sysread() isn't allowed on :utf8 handles at /opt/perl-5.29.4/lib/5.29.4/x86_64-linux/IO/Handle.pm line 466.
# '
# expected: '<p>parameterized</p>'
# Looks like you failed 2 tests of 5.
t/01-render.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/5 subtests
...