Subject: | "isdigit" is not exported by the POSIX module |
POSIX.pm which comes with perl 5.25.7 does not have the isdigit() function anymore.
This is causing a failure in the test suite:
PERL_DL_NONLAZY=1 "/bbbike/perl-5.25.7/bin/perl5.25.7" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00-load.t t/01-read.t t/02-invalid.t t/03-test-collectd-config.t t/04-read-with-config.t t/manifest.t t/pod-coverage.t t/pod.t
Bailout called. Further testing stopped:
# Failed test 'use Test::Collectd::Plugins;'
# at t/00-load.t line 6.
# Tried to use 'Test::Collectd::Plugins'.
# Error: "isdigit" 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/2016112418/Test-Collectd-Plugins-0.1008-0/blib/lib/Test/Collectd/Plugins.pm line 7.
# Compilation failed in require at t/00-load.t line 6.
# BEGIN failed--compilation aborted at t/00-load.t line 6.
# Testing Test::Collectd::Plugins , Perl 5.025007, /bbbike/perl-5.25.7/bin/perl5.25.7
# Looks like you failed 1 test of 1.
FAILED--Further testing stopped.
Makefile:788: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 1
See also https://rt.perl.org/Ticket/Display.html?id=130126