Skip Menu |

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

Report information
The Basics
Id: 69498
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 reports completely bogus error locations
% perl -MDevel::SimpleTrace -e '"/dev/null 666" =~ /(\S+) (\S+)/; die "...\n"' ... at main::(/dev/null:666) This is simply broken. No matter what the module does, it should never grab data from an unrelated string constant and claim that's the location of the error.