We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e657c76 commit 3df6082Copy full SHA for 3df6082
dist/IO/lib/IO/Poll.pm
@@ -12,7 +12,7 @@ use IO::Handle;
12
use Exporter ();
13
14
our @ISA = qw(Exporter);
15
-our $VERSION = "1.55";
+our $VERSION = "1.56";
16
17
our @EXPORT = qw( POLLIN
18
POLLOUT
@@ -186,7 +186,7 @@ Remove IO from the list of file descriptors for the next poll.
186
Returns a list of handles. If EVENT_MASK is not given then a list of all
187
handles known will be returned. If EVENT_MASK is given then a list
188
of handles will be returned which had one of the events specified by
189
-EVENT_MASK happen during the last call ti C<poll>
+EVENT_MASK happen during the last call to C<poll>.
190
191
=back
192
0 commit comments