An admin updated the modules on our Perl 5.8 system.
Now if I have a script that uses CGI::Carp qw(fatalsToBrowser warningsToBrowser), a die call within the script prints out the wrong file name and line number.
the file name is (from memory) /usr/local/depot/perl-5.8/5.8.0/ ... Carp.pm
and the line number is 301.
Why doesn't the dying occur on the appropriate line in my script?
My conjecture is that CGI::Carp's version of die is missing a support function.