On 22 March 2017 at 09:13, Achmad Yusri Afandi <linuxe...@gmail.com> wrote: > and in the same version perl, I was test using perlbrew perl-5.22.3 and > output : > Manifying 16 pod documents > PERL_DL_NONLAZY=1 "/home/achmad/perl5/perlbrew/perls/perl-5.22.3/bin/perl" > "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef > *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/NKTI-general.t .. ok > All tests successful. > Files=1, Tests=1, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.23 cusr 0.02 > csys = 0.28 CPU) > Result: PASS
I'd probably draw some conclusions from the extremely large environment stack. PATH and PERL5LIB being large variables each can conspire to exceed the system limits. (I've seen lots of failures this week similar ) curl -s http://www.cpantesters.org/cpan/report/605a5662-03be-11e7-b9d0-1c36a38678f7 | perl -nle '/\A\s*([A-Z0-9_]+)\s+=(.*)/ and printf qq[%s:%s\n], $1, length $2' AUTOMATED_TESTING:2 LANG:12 NONINTERACTIVE_TESTING:2 PATH:3521 PERL5LIB:87869 PERL5_CPANPLUS_IS_RUNNING:6 PERL5_CPANPLUS_IS_VERSION:7 PERL_EXTUTILS_AUTOINSTALL:14 PERL_LOCAL_LIB_ROOT:17 PERL_MB_OPT:34 PERL_MM_OPT:30 PERL_MM_USE_DEFAULT:2 SHELL:10 -- Kent KENTNL - https://metacpan.org/author/KENTNL