aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Net/IMAP/InterIMAP.pm
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2019-11-13 20:11:20 +0100
committerGuilhem Moulin <guilhem@fripost.org>2019-11-13 20:11:20 +0100
commit65f42f56ba3529efe429d345aa378e2d8b71995e (patch)
tree03fed6141d3cef80d8d4c0bfc31c269b6b7c96b1 /lib/Net/IMAP/InterIMAP.pm
parent8f96256d9dd011ac63395c435a730002faa2f25d (diff)
parenta8479a847118a2713ec69cc1fb667e5214956637 (diff)
Merge branch 'master' into debian
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 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}--;