Skip Menu |

This queue is for tickets about the IO-Async-Loop-Epoll CPAN distribution.

Report information
The Basics
Id: 88845
Status: resolved
Priority: 0/
Queue: IO-Async-Loop-Epoll

People
Owner: Nobody in particular
Requestors: fschlich [...] zedat.fu-berlin.de
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.16
Fixed in: 0.17



Subject: typo in POD
Hi, while packaging 0.16 for Debian, our automated QA tools called my attention to a typo in the POD, and I'd like to share the patch for inclusion at your convenience. Florian
Subject: spelling.patch
Description: fix a typo Author: Florian Schlichting <fsfs@debian.org> Forwarded: --- a/lib/IO/Async/Loop/Epoll.pm +++ b/lib/IO/Async/Loop/Epoll.pm @@ -67,7 +67,7 @@ read-ready and write-ready tests so that the OZ<>(1) high-performance multiplexing of Linux's C<epoll_pwait(2)> syscall can be used. -The C<epoll> Linux subsystem uses a persistant registration system, meaning +The C<epoll> Linux subsystem uses a persistent registration system, meaning that better performance can be achieved in programs using a large number of filehandles. Each C<epoll_pwait(2)> syscall only has an overhead proportional to the number of ready filehandles, rather than the total number being
On Sat Sep 21 03:19:17 2013, fschlich wrote: Show quoted text
> Hi, > > while packaging 0.16 for Debian, our automated QA tools called my > attention to a typo in the POD, and I'd like to share the patch for > inclusion at your convenience. > > Florian
Ahyes, thanks. Applied in source but I won't make a release just for that. I'll be in place whenever the next version comes out. -- Paul Evans