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
In Section
Seekers of Perl Wisdom