Skip Menu |

This queue is for tickets about the HTML-FormFu CPAN distribution.

Report information
The Basics
Id: 87240
Status: resolved
Priority: 0/
Queue: HTML-FormFu

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

Bug Information
Severity: (no value)
Broken in: 0.09010
Fixed in: (no value)



CC: RWSTAUNER [...] cpan.org
Subject: Fails on Linux if Test::Aggregate::Nested 0.366 in installed
As per subject. My smokers started to failoccasionally when T:A:N 0.366 was released. It's reproducable: when 0.366 is installed, then the test aggregate.t fails. Downgrading to FLORA/Test-Aggregate-0.364.tar.gz acts as a workaround. Sample fail report: http://www.cpantesters.org/cpan/report/32559216 Thanks,
On Tue Jul 23 23:11:26 2013, ANDK wrote: Show quoted text
> As per subject. My smokers started to failoccasionally when T:A:N > 0.366 was released. It's reproducable: when 0.366 is installed, then > the test aggregate.t fails. Downgrading to > FLORA/Test-Aggregate-0.364.tar.gz acts as a workaround. > > Sample fail report: > > http://www.cpantesters.org/cpan/report/32559216 > > Thanks,
Test::Aggregate::Nested 0.364 swallowed any errors that occurred during a test. Version 0.366 is apparently a little too aggressive. I implemented the "do-file" mechanism (and it's error-checks) as described by `perlfunc`, but if the file doesn't return a true value there's no way to tell the difference between a test that errored and one that returned false but did something that happened to set $! (which is what's happening in some of these tests). I should be able to work around that and will try to put out a fix soon.
I was able to come up with a satisfying algorithm and released 0.367. No action should be required on your part (except to upgrade).
Thanks - I've bumped our prereqs, and it'll be release to cpan soon.