Subject: | "isprint" is not exported by the POSIX module |
POSIX::isprint was removed from perl 5.25.7:
# Failed test 'use IO::Prompt;'
# at t/00.load.t line 4.
# Tried to use 'IO::Prompt'.
# Error: "isprint" is not exported by the POSIX module
# Can't continue after import errors at /opt/perl-5.25.7/lib/5.25.7/x86_64-linux/POSIX.pm line 192.
# BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2016112203/IO-Prompt-0.997003-0/blib/lib/IO/Prompt.pm line 16.
# Compilation failed in require at t/00.load.t line 4.
# BEGIN failed--compilation aborted at t/00.load.t line 4.
# Testing IO::Prompt
# Looks like you failed 1 test of 1.
t/00.load.t .......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
See also https://rt.perl.org/Ticket/Display.html?id=130126