diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-11-07 03:53:33 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-11-07 18:52:51 +0100 |
commit | bf9272b19724c351cd211067afb177c37c87f210 (patch) | |
tree | 34bcde54708edc67cd4598167729cd3c9400c953 /lib/Net/IMAP | |
parent | ab2774a3039efc0efe0a4bc840675bf6d36435d7 (diff) |
wibble
Diffstat (limited to 'lib/Net/IMAP')
-rw-r--r-- | lib/Net/IMAP/InterIMAP.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Net/IMAP/InterIMAP.pm b/lib/Net/IMAP/InterIMAP.pm index ff10854..dd4134d 100644 --- a/lib/Net/IMAP/InterIMAP.pm +++ b/lib/Net/IMAP/InterIMAP.pm @@ -520,6 +520,7 @@ sub stats($) { # Destroy a Net::IMAP::InterIMAP object. sub DESTROY($) { + local($., $@, $!, $^E, $?); my $self = shift; $self->{_STATE} = 'LOGOUT'; |