in reply to CGI::Carp --where does it go?

There was a fairly long period during which CGI::Carp was broken such that it failed to catch compile-time errors. Upgrade your CGI::Carp and be sure to use it before you use other modules and it will catch any errors in those other modules.

- tye        

  • Comment on Re: CGI::Carp --where does it go? (bug)

Replies are listed 'Best First'.
Re^2: CGI::Carp --where does it go? (bug)
by argv (Pilgrim) on Jan 09, 2005 at 18:37 UTC
    Thanks--that's exactly the problem (my Carp package was out of date). New thread starts next...