Skip Menu |

This queue is for tickets about the POE CPAN distribution.

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

People
Owner: RCAPUTO [...] cpan.org
Requestors: MERLYN [...] cpan.org
Cc:
AdminCc:

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



Subject: don't retry _stop if it throws an exception
If _stop throws an exception, it is retried even if throwing a DIE wasn't attempted, causing an infinite loop for a reasonably normal but failing session. Perhaps a flag should be set so that _stop will be called only once.
Exceptions will not be thrown when errors are caught in _stop. Revision 2029 resolves it.