Skip Menu |

This queue is for tickets about the Acme-Fork-Lazy CPAN distribution.

Report information
The Basics
Id: 43225
Status: resolved
Priority: 0/
Queue: Acme-Fork-Lazy

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

Bug Information
Severity: Normal
Broken in: 0.02
Fixed in: 0.03



Subject: Test::More 0.78 broke A:F:L
Between 0.7x and 0.8x there were several bugfixes in Test::More that dealt with wrong counting and some such. It seems from the cpan testers reports that Acme::Fork::Lazy got caught by them. I just tried with Test::More 0.77 and 0.78. The former passed tests, the latter failed. HTH && Regards,
On Thu Feb 12 02:22:43 2009, ANDK wrote: Show quoted text
> Between 0.7x and 0.8x there were several bugfixes in Test::More that > dealt with wrong counting and some such. It seems from the cpan testers > reports that Acme::Fork::Lazy got caught by them. I just tried with > Test::More 0.77 and 0.78. The former passed tests, the latter failed. > > HTH && Regards,
Thanks, rather belatedly. I've moved to done_testing, and also moved the wait_kids out of the END block, where it also causes a failure.
On Sun May 25 23:15:39 2014, OSFAMERON wrote: Show quoted text
> On Thu Feb 12 02:22:43 2009, ANDK wrote:
> > Between 0.7x and 0.8x there were several bugfixes in Test::More that > > dealt with wrong counting and some such. It seems from the cpan > > testers > > reports that Acme::Fork::Lazy got caught by them. I just tried with > > Test::More 0.77 and 0.78. The former passed tests, the latter failed. > > > > HTH && Regards,
> > > Thanks, rather belatedly. I've moved to done_testing, and also moved > the wait_kids out of the END block, where it also causes a failure.
Should now be fixed (handful of odd failures on Win32/midnightbsd, but I'll look into those separately)