Skip Menu |

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

Report information
The Basics
Id: 53117
Status: resolved
Priority: 0/
Queue: List-Gen

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

Bug Information
Severity: Normal
Broken in: 0.31
Fixed in: (no value)



Subject: Fails on 5.8.x
I'm sure you are aware that all perls < 5.10 fail. This is what the matrix shows:

http://matrix.cpantesters.org/?dist=List-Gen%200.31

I did a bisect and found the jumbo closure fix fixed closures such that your code now works, that was commit b5c19bd7c15bd02a18c3c2b80b6f602827ecdbcc in the git repo.

If you need to keep the code that way, you would probably like to declare it such that the toolchain will refuse to build and reports will be graded as NA not as FAIL. http://wiki.cpantesters.org/wiki/CPANAuthorNotes talks about the options.

HTH, Thanks!
Andreas, Thanks for doing the research on this. I just uploaded a new version 0.50, which does seem to work on 5.8.x, however it has far more extensive use of closures than version 0.31. Before I close the bug, do you know which lines in particular from 0.31 were the problem? Thanks, Eric On Sun Dec 27 01:54:56 2009, ANDK wrote: Show quoted text
> I'm sure you are aware that all perls < 5.10 fail. This is what the > matrix > shows: > > http://matrix.cpantesters.org/?dist=List-Gen%200.31 > > I did a bisect and found the jumbo closure fix fixed closures such > that your > code now works, that was commit > b5c19bd7c15bd02a18c3c2b80b6f602827ecdbcc in the > git repo. > > If you need to keep the code that way, you would probably like to > declare it > such that the toolchain will refuse to build and reports will be > graded as NA > not as FAIL. http://wiki.cpantesters.org/wiki/CPANAuthorNotes talks > about the > options. > > HTH, Thanks!
CC: ANDK [...] cpan.org
Subject: Re: [rt.cpan.org #53117] Fails on 5.8.x
Date: Thu, 21 Jan 2010 08:35:09 +0100
To: bug-List-Gen [...] rt.cpan.org
From: andreas.koenig.7os6VVqR [...] franz.ak.mind.de (Andreas J. Koenig)
Show quoted text
>>>>> On Wed, 20 Jan 2010 16:58:08 -0500, "Eric Strom via RT" <bug-List-Gen@rt.cpan.org> said:
Show quoted text
> Thanks for doing the research on this.
I'm glad it was useful to you. Show quoted text
> [...] > Before I close the bug, do > you know which lines in particular from 0.31 were the problem?
I'm sorry, no, I have not even tried to understand the problem:/ -- andreas
Fixed in later versions.