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