Skip to content

Commit 3df6082

Browse files
hbmacleankhwilliamson
authored andcommitted
incremented version for IO::Poll
1 parent e657c76 commit 3df6082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/IO/lib/IO/Poll.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use IO::Handle;
1212
use Exporter ();
1313

1414
our @ISA = qw(Exporter);
15-
our $VERSION = "1.55";
15+
our $VERSION = "1.56";
1616

1717
our @EXPORT = qw( POLLIN
1818
POLLOUT
@@ -186,7 +186,7 @@ Remove IO from the list of file descriptors for the next poll.
186186
Returns a list of handles. If EVENT_MASK is not given then a list of all
187187
handles known will be returned. If EVENT_MASK is given then a list
188188
of handles will be returned which had one of the events specified by
189-
EVENT_MASK happen during the last call ti C<poll>
189+
EVENT_MASK happen during the last call to C<poll>.
190190
191191
=back
192192

0 commit comments

Comments
 (0)