Subject: | Endless loop in tests |
The test suite seems to stuck in an endless loop:
PERL_DL_NONLAZY=1 "/usr/perl5.20.3p/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Testing WWW::TheEchoNest 1.1, Perl 5.020003, /usr/perl5.20.3p/bin/perl
t/00-load.t .......... ok
Argument "" isn't numeric in numeric gt (>) at t/01-test.t line 54.
Argument "" isn't numeric in numeric gt (>) at t/01-test.t line 54.
Argument "" isn't numeric in numeric gt (>) at t/01-test.t line 57.
Argument "" isn't numeric in numeric gt (>) at t/01-test.t line 57.
...
Seen on freebsd and linux systems, various perl versions.