Skip Menu |

This queue is for tickets about the Sub-Prototype-Util CPAN distribution.

Report information
The Basics
Id: 108469
Status: open
Priority: 0/
Queue: Sub-Prototype-Util

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.11
Fixed in: (no value)



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 ...
probably related: Result of perl -E"say prototype('CORE::push')" perl5 22.1: +@ perl5 23.9: \@@ -- Alexandr Ciornii, http://chorny.net