Subject: | Unimplemented: POSIX::tmpnam() |
POSIX.pm which comes with bleadperl (e.g. perl 5.25.4) does not implement tmpnam anymore, causing test failures:
...
Unimplemented: POSIX::tmpnam(): use File::Temp instead at t/12write_source.t line 27.
# Looks like your test exited with 255 before it could output anything.
t/12write_source.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/2 subtests
...