Skip Menu |

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

Report information
The Basics
Id: 66950
Status: resolved
Priority: 0/
Queue: Sub-Prototype-Util

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

Bug Information
Severity: Unimportant
Broken in: 0.09
Fixed in: 0.10



Subject: Test failures with bleadperl
It looks like this might be caused by some array functions accepting array refs as the first argument. Old perl: $ perl5.12.3 -e '$x = []; push $x, 1' Type of arg 1 to push must be array (not scalar dereference) at -e line 1, at EOF Execution of -e aborted due to compilation errors. Exitcode 255 perl 5.14.0-to-be: $ ~cpansand/var/ctps/2pre5140/install/perl-167630b6ab7e291cbd4f89943a3aec8d6a1ecbfc/bin/perl -e '$x = []; push $x, 1' (no error) Regards, Slaven
FWIW: http://rt.perl.org/rt3//Public/Bug/Display.html?id=80626 Lot's of arguments back and forth.
Thanks for your report. In version 0.10, the test have been taught about the new "+" prototype. Vincent.