Skip Menu |

This queue is for tickets about the AnyEvent-Worker CPAN distribution.

Report information
The Basics
Id: 98910
Status: new
Priority: 0/
Queue: AnyEvent-Worker

People
Owner: Nobody in particular
Requestors: josh.kronengold [...] experian.com
Cc:
AdminCc:

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



Subject: $@ is flattened
Date: Mon, 15 Sep 2014 16:47:30 -0400
To: <bug-AnyEvent-Worker [...] rt.cpan.org>
From: Joshua Kronengold <josh.kronengold [...] experian.com>
THe code removes \n from the end of $@ error messages. This results in stringifying error objects that have a newline at the end of them. Solution: Don't do that.