diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-12-10 22:50:00 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-12-11 11:20:41 +0100 |
commit | dc7282c9b9ee45fbc457f1d17cf8368fb9d36926 (patch) | |
tree | 3ba34c9238597cf42cf691b35f6b8adb93318427 /lib/Net/IMAP/InterIMAP.pm | |
parent | 528bf74289c01bcd2b8a8e7e9a99eba41039b09b (diff) |
typofix
Diffstat (limited to 'lib/Net/IMAP/InterIMAP.pm')
-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 e3a5d31..fff1570 100644 --- a/lib/Net/IMAP/InterIMAP.pm +++ b/lib/Net/IMAP/InterIMAP.pm @@ -1617,7 +1617,7 @@ sub _proxify($$$$) { return $socket; } else { - $self->error("Unsupported proxy protocol $proto"); + $self->fail("Unsupported proxy protocol $proto"); } } |