Skip Menu |

This queue is for tickets about the List-Gather CPAN distribution.

Report information
The Basics
Id: 95283
Status: resolved
Priority: 0/
Queue: List-Gather

People
Owner: ether [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.08
Fixed in: 0.09



Subject: Test suite fails with perl 5.19.x
See http://matrix.cpantesters.org/?dist=List-Gather for an overview. Regards, Slaven
Bisect points to v5.19.2-231-g7db6405. I'm going to write a ticket on perl.org for it.
On Sat May 03 00:44:25 2014, ANDK wrote: Show quoted text
Fix attached. Tony
Subject: List-Gather.diff
Only in List-Gather-0.08-orig/: callchecker0.h Only in List-Gather-0.08-orig/: callparser.h diff -ru List-Gather-0.08-orig/Gather.xs List-Gather-0.08/Gather.xs --- List-Gather-0.08-orig/Gather.xs 2013-08-01 04:45:16.000000000 +1000 +++ List-Gather-0.08/Gather.xs 2014-05-08 11:19:05.000000000 +1000 @@ -65,6 +65,9 @@ PL_cop_seqmax++; av_store(PL_comppad_name, offset, namesv); +#if PERL_VERSION_GE(5,19,3) + PadnamelistMAXNAMED(PL_comppad_name) = offset; +#endif return offset; } Only in List-Gather-0.08: Gather.xs~ Only in List-Gather-0.08: Makefile.old
Thanks, released as 0.09.
On 2014-12-27 15:19:11, ETHER wrote: Show quoted text
> Thanks, released as 0.09.
Thanks, looks good for perls <= 5.21.6. For perl 5.21.7 I'll open a new ticket.