diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-11-13 20:11:20 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-11-13 20:11:20 +0100 |
commit | 65f42f56ba3529efe429d345aa378e2d8b71995e (patch) | |
tree | 03fed6141d3cef80d8d4c0bfc31c269b6b7c96b1 /lib/Net/IMAP | |
parent | 8f96256d9dd011ac63395c435a730002faa2f25d (diff) | |
parent | a8479a847118a2713ec69cc1fb667e5214956637 (diff) |
Merge branch 'master' into debian
Diffstat (limited to 'lib/Net/IMAP')
-rw-r--r-- | lib/Net/IMAP/InterIMAP.pm | 2 |
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}--; |