Skip Menu |

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

Report information
The Basics
Id: 61012
Status: resolved
Priority: 0/
Queue: Sub-Filter

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

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



Subject: Fails on perls without threads
As per subject. Statistical tables and correlation analysis about the cpantesters reports available at http://analysis.cpantesters.org/solved?distv=Sub-Filter-0.001 Best wishes,
Subject: Re: [rt.cpan.org #61012] Fails on perls without threads
Date: Fri, 3 Sep 2010 12:39:33 +0100
To: Andreas Koenig via RT <bug-Sub-Filter [...] rt.cpan.org>
From: Zefram <zefram [...] fysh.org>
Andreas Koenig via RT wrote: Show quoted text
> Subject: Fails on perls without threads
Very true. I did not attempt to make Sub::Filter, or any of my other op-bending modules, thread safe. You're the first person to have complained. -zefram
CC: ANDK [...] cpan.org
Subject: Re: [rt.cpan.org #61012] Fails on perls without threads
Date: Fri, 03 Sep 2010 20:44:26 +0200
To: bug-Sub-Filter [...] rt.cpan.org
From: andreas.koenig.7os6VVqR [...] franz.ak.mind.de (Andreas J. Koenig)
Show quoted text
>>>>> On Fri, 3 Sep 2010 07:39:50 -0400, "Zefram via RT" <bug-Sub-Filter@rt.cpan.org> said:
Show quoted text
> You're the first person to have complained.
I'm not complaining just catching fail reports that might be of interest. Feel free to support the module for unthreaded perls only and declare it, so that you only get N/A reports for threaded perls, no FAILs. Something like, I think you know the drill, if ($Config{useithreads}){ warn "Sorry, ..."; exit 0 } Some ideas about how to silence cpantesters are on http://wiki.cpantesters.org/wiki/CPANAuthorNotes -- andreas
I misunderstood your bug report originally. I've found and fixed a bug that was corrupting the pad of running code. This bug only showed up in practice when the test suite was executed on an unthreaded Perl, because of how pad usage differs between threaded and unthreaded Perls. Fixed in Sub-Filter-0.002, now on CPAN.