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.