Skip Menu |

This queue is for tickets about the POE CPAN distribution.

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

People
Owner: Nobody in particular
Requestors: nick.williams [...] morganstanley.com
Cc:
AdminCc:

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



Date: Thu, 20 Nov 2003 11:29:29 +0000
From: Nick Williams <Nick.Williams [...] morganstanley.com>
To: bug-POE [...] rt.cpan.org
Subject: 0.27 emits warnings even within eval blocks
With assertions on, POE will not just die, but will also print a nice message about where to mail bugs. This message is printed, even if the die() is being checked for by a begin block... Attached (uuencoded for stupid reasons) is a quick test case that shows the problem. Note that this is a new problem in POE-0.27 because of the extra text being inserted... shiny:~/tmp$ perl -I/ms/dist/perl5/PROJ/POE/0.26/common/lib/perl5 testcase.pl shiny:~/tmp$ perl -I/ms/dist/perl5/PROJ/POE/0.27/common/lib/perl5 testcase.pl Please mail the following information to bug-POE@rt.cpan.org: shiny:~/tmp$
begin 664 testcase.pl M0D5'24X@>PH@("`@("`@)$5.5GLG4$]%7T%34T525%]$149!54Q4)WT@/2`Q M.PI]"G5S92!S=')I8W0["G5S92!03T4["@I03T4Z.E-E<W-I;VXM/F-R96%T M92AI;FQI;F5?<W1A=&5S(#T^('L@7W-T87)T(#T^(%PF=&5S=&-A<V4@?2D[ M"@H*<W5B('1E<W1C87-E('L*("`@(&UY("1S97-S(#T@979A;"!["@DD<&]E M7VME<FYE;"T^86QI87-?<F5S;VQV92@G97!H96UE<F%L)RD["B`@("!].PI] 4"@HD<&]E7VME<FYE;"T^<G5N.PH` ` end
Date: Thu, 20 Nov 2003 12:13:48 -0500
From: Rocco Caputo <rcaputo [...] pobox.com>
To: "nick.williams [...] morganstanley.com via RT" <bug-POE [...] rt.cpan.org>
Subject: Re: [cpan #4436] 0.27 emits warnings even within eval blocks
RT-Send-Cc:
On Thu, Nov 20, 2003 at 06:30:06AM -0500, nick.williams@morganstanley.com via RT wrote: Show quoted text
> > This message about POE was sent to you by > nick.williams@morganstanley.com <nick.williams@morganstanley.com> via > rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=4436 >
[...] Thanks for the test case. I am committing a fix to CVS, and it'll be in the next CPAN release. -- Rocco Caputo - rcaputo@pobox.com - http://poe.perl.org/
I'm resolving the ticket in RT now. Thanks again for the test case.