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

--- Comment #17 from RvdH <[email protected]> ---
As noted i am aware it are just warnings, fact is i really don't like them
much, so i altered spamd,

new location

  if ($] >= 5.034000) {
    require Socket;
  }

old location

  if ($] < 5.034000) {
    require Socket;
  }

Any downside doing this like so?

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

Reply via email to