Matt Kettler wrote:
> Let's look at Dns.pm line 588:
> 
>       if ($Net::DNS::VERSION < 0.34) {
> 
> Hmm, looks like someone (the Net::DNS maintainer) made Net::DNS have
> a version number that's no longer a number, but a string.
> 
> Net::DNS::VERSION "0.53_01" can't be numerically compared against a
> version number, but SpamAssassin needs to know if your version is
> newer than 0.34... ouch. 

Adding a line

$Net::DNS::Version =~ s/_//g;

should take care of that.

-- 
Matthew.van.Eerde (at) hbinc.com               805.964.4554 x902
Hispanic Business Inc./HireDiversity.com       Software Engineer

Reply via email to