For what it’s worth my perlscript has the following “imports”

use IO::Handle;
use Date::Parse;
use Time::Zone;
use Mail::Audit qw(List KillDups);
use Mail::SpamAssassin;
use Mail::SpamAssassin::Message;
use Mail::SpamAssassin::PerMsgStatus;
use Mail::SpamAssassin::PluginHandler;
use IO::Scalar;
use MIME::Parser;
use MIME::Entity;
use Mail::Address;
use Email::Valid;
use Text::Wrap;
use File::Path;
#use SOAP::Lite;
use Mail::IMAPClient;
use HTTP::Request::Common qw(GET POST);
use LWP::UserAgent;
use XML::XPath;
use Getopt::Long;
use HTML::LinkExtor;

use DB_File::Lock;
use Fcntl qw(:DEFAULT :flock);
use POSIX qw(strftime);

use Authen::Captcha;

use MIME::Base64;
use Digest::HMAC_SHA1 qw(hmac_sha1 hmac_sha1_hex);
use URI::Escape qw(uri_escape);

It’s not a coincidence is it that when you research these errors you end up 
finding SA specific reference like the following

https://www.mail-archive.com/users@spamassassin.apache.org/msg100167.html

 perl -version

This is perl 5, version 16, subversion 3 (v5.16.3) built for 
x86_64-linux-thread-multi
(with 44 registered patches, see perl -V for more detail)

Copyright 1987-2012, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.



> On May 15, 2023, at 8:52 PM, Robert Nicholson <rob...@elastica.com> wrote:
> 
> Subroutine NetAddr::IP::STORABLE_freeze redefined at 
> /usr/local/lib64/perl5/NetAddr/IP.pm line 365.

Reply via email to