Subject: | Test suite fails on some *BSD systems |
Test failure:
...
# Failed test 'is_int8('100')'
# at t/020_basic.t line 80.
# got: ''
# expected: '1'
# Failed test 'is_uint8('100')'
# at t/020_basic.t line 80.
# got: ''
# expected: '1'
# Failed test 'is_uint8('127')'
# at t/020_basic.t line 80.
# got: ''
# expected: '1'
# Failed test 'is_uint16('32767')'
# at t/020_basic.t line 80.
# got: ''
# expected: '1'
# Failed test 'is_uint32('2147483647')'
# at t/020_basic.t line 80.
# got: ''
# expected: '1'
# Failed test 'is_uint128('170141183460469231731687303715884105727')'
# at t/020_basic.t line 80.
# got: ''
# expected: '1'
# Looks like you failed 6 tests of 586.
t/020_basic.t ......
Dubious, test returned 6 (wstat 1536, 0x600)
Failed 6/586 subtests
...
Looking at http://matrix.cpantesters.org/?dist=String-Numeric-XS%200.9 it seems that this happens only with newer perls, starting with perl 5.27.x