http://bugzilla.spamassassin.org/show_bug.cgi?id=3446





------- Additional Comments From [EMAIL PROTECTED]  2004-05-30 12:49 -------
Maybe Data::Dumper is use'd by some helper module of us? 
 
And to give you a clue about which module links to the threading lib, this 
might help: 
 
find /usr/lib/perl5 -name '*.so' | \ 
  xargs ldd | \ 
  awk '/^[/]/{ l=$0; next }; { print l $0 }' | \ 
  grep thread 
 



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to