aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Net/IMAP/InterIMAP.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Net/IMAP/InterIMAP.pm')
-rw-r--r--lib/Net/IMAP/InterIMAP.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/IMAP/InterIMAP.pm b/lib/Net/IMAP/InterIMAP.pm
index 99d3a0e..856c5c8 100644
--- a/lib/Net/IMAP/InterIMAP.pm
+++ b/lib/Net/IMAP/InterIMAP.pm
@@ -1732,7 +1732,7 @@ sub _start_ssl($$) {
$self->log("Maximum SSL/TLS protocol version: ", $max) if $self->{debug};
}
} elsif (defined (my $protos = $self->{SSL_protocols})) { # TODO deprecated, remove in 0.6
- $self->warn("SSL_protocols is deprecated and will be removed in a future release! ",
+ $self->warn("SSL_protocols is deprecated and will be removed in a future release! " .
"Use SSL_protocol_{min,max} instead.");
my ($proto_include, $proto_exclude) = (0, 0);
foreach (split /\s+/, $protos) {