Skip Menu |

This queue is for tickets about the POE CPAN distribution.

Report information
The Basics
Id: 33768
Status: resolved
Priority: 0/
Queue: POE

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

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



CC: RCAPUTO [...] cpan.org
Subject: T:S 0.78 broke POE 0.9999
Once again, I had no time to investigate if it is POE's or Test::Simple's fault. With 0.78 the following test fails: t/90_regression/cfedde-filter-httpd.t Downgrading to 0.74 lets it pass. Tesated with bleadperl@33390, bleadperl@33409, and 5.10.0
Subject: Re: [rt.cpan.org #33768] T:S 0.78 broke POE 0.9999
Date: Mon, 03 Mar 2008 00:20:04 -0800
To: bug-Test-Simple [...] rt.cpan.org
From: Michael G Schwern <schwern [...] pobox.com>
Andreas Koenig via RT wrote: Show quoted text
> Once again, I had no time to investigate if it is POE's or > Test::Simple's fault. With 0.78 the following test fails: > > t/90_regression/cfedde-filter-httpd.t > > Downgrading to 0.74 lets it pass. > > Tesated with bleadperl@33390, bleadperl@33409, and 5.10.0
The failure is valid and the message is correct. $ perl -Mblib t/90_regression/cfedde-filter-httpd.t 1..2 ok 1 - client connected ok 2 - HTTP::Request=HASH(0x19476ac) isa HTTP::Message # Looks like your test died just after 2. 0.78 fixed a bug and revealed a failure, previous versions tended to mask the test's exit code. The test is exiting with 1 at line 66. -- Don't try the paranormal until you know what's normal. -- "Lords and Ladies" by Terry Prachett
This has been fixed in SVN per RT ticket #33718.
Previous comment indicates it's resolved in svn. Give me some time to weed through the bug queue and release something. :)