SA Bugzilla – Bug 3210
Problems with perl 5.8.3
Last modified: 2004-03-29 12:32:22 UTC
I've upgraded my perl installation to version 5.8.3 When I run spamd it eats my cpu resources repeating endlessly: Use of inherited AUTOLOAD for non-method Time::HiRes::time() is deprecated at /usr/lib/perl5/5.8.3/AutoLoader.pm line 116.
from everything I've read when searching through Google, this error seems to happen when modules aren't installed correctly (which can happen sometimes if you upgrade perl and don't reinstall modules, specifically modules with XS components). I'd recommend blowing away your current install and reinstalling the latest Time::HiRes from CPAN. closing as INVALID since it's a perl issue, not an SA issue.