Subject: | t/03_list.t fails for older perls |
With perl 5.16 and 5.18 I see:
...
# Failed test 'Constants are inlined'
# at t/03_list.t line 12.
# got: '42'
# expected: '4'
# Failed test 'Constant are inlined again after use of [no constant]'
# at t/03_list.t line 39.
# got: '42'
# expected: '5'
# Looks like you failed 2 tests of 6.
t/03_list.t ................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/6 subtests
...