Chris wrote:
Hopefully I did this correctly, I came up with this:
[EMAIL PROTECTED] perl5]$ grep -r 'Log::Agent' *
[results snipped]

Seems probable that the only thing in that directory (and its subdirectories) using Log::Agent is Storable. And that sue is optional.

You could search for use in other places on your file system as well to try to find out what piece of code is trying (and failing) to use it. Or you could simply install Log::Agent wich ought to get rid of the problem as well.

Regards
/Jonas
--
Jonas Eckerman, FSDB & Fruktträdet
http://whatever.frukt.org/
http://www.fsdb.org/
http://www.frukt.org/

Reply via email to