Subject: | Test failures |
Tests 79 and 81 fail when using perl 5.8.8:
not ok 79
# Test 79 got: <UNDEF> (test.pl at line 89)
# Expected: "1"
# test.pl line 89 is: ok(eval {show(any { even(shift) } integers)},
'1'); # 79
ok 80
not ok 81
# Test 81 got: <UNDEF> (test.pl at line 91)
# Expected: "0"
# test.pl line 91 is: ok(eval {show(all(\&odd, integers))}, '0'); # 81