Subject: | Deprecation warning with Perl 5.16.0 |
defined(@array) is deprecated at /usr/lib/perl5/site_perl/5.16.0/Net/SMTP/Server/Client.pm line 129
Like the warning suggests, chaning the line to:
if(!@{$self->{TO}}) {
fixes the problem.
This queue is for tickets about the SMTP-Server CPAN distribution.
The Basics
People
|
Bug Information
|