Skip to content

Commit

Permalink
incremented version for IO::Poll
Browse files Browse the repository at this point in the history
  • Loading branch information
hbmaclean authored and khwilliamson committed Feb 22, 2025
1 parent e657c76 commit 3df6082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/IO/lib/IO/Poll.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use IO::Handle;
use Exporter ();

our @ISA = qw(Exporter);
our $VERSION = "1.55";
our $VERSION = "1.56";

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

0 comments on commit 3df6082

Please sign in to comment.