http://qs1969.pair.com?node_id=136025


in reply to javascript.pm ??

You'd better comment out use CGI::Carp qw(fatalsToBrowser); in your script.

fatalsToBrowser installs new $SIG{__DIE__} to your script, thus do harm with eval codes. I guess URI module does try to require URI::javascript with eval() in vain.

--
Tatsuhiko Miyagawa
miyagawa@cpan.org