Skip Menu |

This queue is for tickets about the Devel-SimpleTrace CPAN distribution.

Report information
The Basics
Id: 69497
Status: new
Priority: 0/
Queue: Devel-SimpleTrace

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

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



Subject: Devel::SimpleTrace eats parts of errors
% perl -MDevel::SimpleTrace -e 'die "duel at dawn"' duel at main::(dawn at -e:1) This is wrong because the error message is "duel at dawn". The location should be "main::(-e:1)".