Skip Menu |

This queue is for tickets about the SMTP-Server CPAN distribution.

Report information
The Basics
Id: 80682
Status: new
Priority: 0/
Queue: SMTP-Server

People
Owner: Nobody in particular
Requestors: nine [...] detonation.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.0
Fixed in: (no value)



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.