diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-11-13 17:47:02 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-11-13 17:47:11 +0100 |
commit | 1be03491746552ac1c5111049268dfc7b67889c1 (patch) | |
tree | 4db72d7a1cc214963ffb6f2acd051c3d30f209a8 /lib/Net/IMAP | |
parent | dac4ab1c9306bf2035bc1547d2ed27ab09850120 (diff) |
Fix minor space damage.
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}--; |