Subject: | Tests fail with perl 5.23.x |
With perl 5.23.4 I see the following test output:
...
# Failed test 'wrap push as a sub (default)'
# at t/11-wrap.t line 37.
# got: 'sub { CORE::push(@{$_[0]}, @_[1..$#_]) }'
# expected: 'sub { CORE::push($_[0], @_[1..$#_]) }'
# Failed test 'wrap push as a sub'
# at t/11-wrap.t line 39.
# got: 'sub { CORE::push(@{$_[0]}, @_[1..$#_]) }'
# expected: 'sub { CORE::push($_[0], @_[1..$#_]) }'
# Failed test 'wrap push as a raw string'
# at t/11-wrap.t line 41.
# got: '{ CORE::push(@{$_[0]}, @_[1..$#_]) }'
# expected: '{ CORE::push($_[0], @_[1..$#_]) }'
# Looks like you failed 3 tests of 27.
t/11-wrap.t .....
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/27 subtests
...