https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8020

--- Comment #2 from Sidney Markowitz <[email protected]> ---
Perl experts: Does it work to simply replace

use NetAddr::IP 4.000;

with

BEGIN { eval {require NetAddr::IP} }

The version check is not needed because reverse_ip_address already has a test
for the relevant function existing with a die if it doesn't.

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

Reply via email to