aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2019-11-13 17:47:02 +0100
committerGuilhem Moulin <guilhem@fripost.org>2019-11-13 17:47:11 +0100
commit1be03491746552ac1c5111049268dfc7b67889c1 (patch)
tree4db72d7a1cc214963ffb6f2acd051c3d30f209a8
parentdac4ab1c9306bf2035bc1547d2ed27ab09850120 (diff)
Fix minor space damage.
-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 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}--;