um... you're missing Carp::Heavy?
When you 'use Carp;', which a whole lot of modules do (such as DBI), it loads some lightweight functions. If you call one of those functions, they then do 'require Carp::Heavy;' to do the actual work. (so the bulky part of the code doesn't get loaded until it's really needed.)
Once you have Carp::Heavy installed (which I would have expected to be at /usr/lib/perl5/5.8.6/Carp/Heavy.pm based on the message given), it should give you a message telling you what went wrong that caused Carp to be called.
In reply to Re: Problem locating Carp::Heavy
by jhourcle
in thread Problem locating Carp::Heavy
by Miguel
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |