diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-07-26 19:42:35 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-07-26 19:50:09 +0200 |
commit | 9784997b21a30a2c5a8db3742a42faebad9e169d (patch) | |
tree | 5eaa8c31dceb49f1f6bda05d2f0735bde65b4154 /lib/Net/IMAP/Sync.pm | |
parent | 464862335d1bc09437d4238214d30a1db7b829bd (diff) |
typo
Diffstat (limited to 'lib/Net/IMAP/Sync.pm')
-rw-r--r-- | lib/Net/IMAP/Sync.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Net/IMAP/Sync.pm b/lib/Net/IMAP/Sync.pm index bf56519..3216483 100644 --- a/lib/Net/IMAP/Sync.pm +++ b/lib/Net/IMAP/Sync.pm @@ -736,7 +736,6 @@ sub slurp($) { # select(2) to block/timeout due to the raw socket not being # ready. unless (ref $stdout eq 'IO::Socket::SSL' and $stdout->pending() > 0) { - my $sel = IO::Select::->new($stdout); my ($ok) = $self->{_SEL_OUT}->can_read(0); return $read unless defined $ok; } |