From 1be03491746552ac1c5111049268dfc7b67889c1 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 13 Nov 2019 17:47:02 +0100 Subject: Fix minor space damage. --- lib/Net/IMAP/InterIMAP.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Net/IMAP/InterIMAP.pm b/lib/Net/IMAP/InterIMAP.pm index 02ae65f..ef1c20b 100644 --- a/lib/Net/IMAP/InterIMAP.pm +++ b/lib/Net/IMAP/InterIMAP.pm @@ -450,7 +450,7 @@ sub new($%) { $self->fail("Unsupported authentication mechanism: $mech"); } - my $dbg; + my $dbg; delete $self->{password}; # no need to remember passwords if (($self->{debug} // 0) == 1) { $dbg = $self->{debug}--; -- cgit v1.2.3