Subject: | t/xs/Functions.t fails for perl 5.10..5.14 |
I see the following for perl 5.10 .. 5.14:
...
# Failed test 'apply must be reasonable invoked'
# at t/lib/LMU/Test/Functions.pm line 379.
# ''
# doesn't match '(?^:List\:\:MoreUtils\:\:XS\:\:apply\(code\,\ \.\.\.\))'
# Looks like you failed 1 test of 3461.
t/xs/Functions.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3461 subtests
(less 2 skipped subtests: 3458 okay)
...
perl 5.8.9 or 5.16 and later passes all tests.