Skip Menu |

This queue is for tickets about the Tie-Array-Cavity CPAN distribution.

Report information
The Basics
Id: 108570
Status: resolved
Priority: 0/
Queue: Tie-Array-Cavity

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

Bug Information
Severity: (no value)
Broken in: 0.02
Fixed in: 0.03



Subject: Experimental splice on scalar is now forbidden
Compilation with recent bleadperl (e.g. perl 5.23.4) fails: Output from './Build test': Bailout called. Further testing stopped: # Failed test 'use Tie::Array::Cavity;' # at t/00-load.t line 6. # Tried to use 'Tie::Array::Cavity'. # Error: Experimental splice on scalar is now forbidden at /tmpfs/.cpan-build/2015110809/Tie-Array-Cavity-0.02-BFsxDm/blib/lib/Tie/Array/Cavity.pm line 156, near "@_ )" # Experimental splice on scalar is now forbidden at /tmpfs/.cpan-build/2015110809/Tie-Array-Cavity-0.02-BFsxDm/blib/lib/Tie/Array/Cavity.pm line 168, near "@_ )" # Compilation failed in require at t/00-load.t line 6. # BEGIN failed--compilation aborted at t/00-load.t line 6. # Testing Tie::Array::Cavity , Perl 5.023004, /bbbike/perl-5.23.4/bin/perl5.23.4 # Looks like you failed 1 test of 1. FAILED--Further testing stopped.
On 2015-11-08 05:47:26, SREZIC wrote: Show quoted text
> Compilation with recent bleadperl (e.g. perl 5.23.4) fails: > > Output from './Build test': > > Bailout called. Further testing stopped: > > # Failed test 'use Tie::Array::Cavity;' > # at t/00-load.t line 6. > # Tried to use 'Tie::Array::Cavity'. > # Error: Experimental splice on scalar is now forbidden at > /tmpfs/.cpan-build/2015110809/Tie-Array-Cavity-0.02- > BFsxDm/blib/lib/Tie/Array/Cavity.pm line 156, near "@_ )" > # Experimental splice on scalar is now forbidden at /tmpfs/.cpan- > build/2015110809/Tie-Array-Cavity-0.02- > BFsxDm/blib/lib/Tie/Array/Cavity.pm line 168, near "@_ )" > # Compilation failed in require at t/00-load.t line 6. > # BEGIN failed--compilation aborted at t/00-load.t line 6. > # Testing Tie::Array::Cavity , Perl 5.023004, /bbbike/perl- > 5.23.4/bin/perl5.23.4 > # Looks like you failed 1 test of 1. > FAILED--Further testing stopped.
Looks fixed with 0.03. Resolving.