Skip Menu |

This queue is for tickets about the Carp-Always CPAN distribution.

Report information
The Basics
Id: 57385
Status: resolved
Priority: 0/
Queue: Carp-Always

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

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



Subject: Carp::Always eats parts of errors
255 [13:44:51] doy@zaon Carp-Always-Color(g*) $ perl -MCarp::Always -e'die "foo at bar"' foo at -e line 1 It seems that the regex used to parse out the filename and line number is a bit too permissive.
Thanks. Bug fixed in 0.10 dist which should be soon available at CPAN. http://search.cpan.org/dist/Carp-Always-0.10/ I hope you don't mind that I have borrowed your code at Carp::Always::Color to fix that and to make the right thing about non-string exceptions.