Skip Menu |

This queue is for tickets about the IO-Event CPAN distribution.

Report information
The Basics
Id: 85798
Status: resolved
Priority: 0/
Queue: IO-Event

People
Owner: Nobody in particular
Requestors: x.guimard [...] free.fr
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.812
Fixed in: (no value)



Subject: Spelling error in pod
Hi, here a little error: --- libio-event-perl-0.812.orig/lib/IO/Event.pod +++ libio-event-perl-0.812/lib/IO/Event.pod @@ -585,7 +585,7 @@ This dispatch is now deprecated with the =head1 SYSREAD and EOF -sysread() is incompatable with eof() because eof() uses +sysread() is incompatible with eof() because eof() uses getc(). Most of the time this isn't a problem. In other words, some of the time this is a problem: lines go missing.
Le Dim 02 Juin 2013 02:58:55, GUIMARD a écrit : Show quoted text
> Hi, here a little error: > > --- libio-event-perl-0.812.orig/lib/IO/Event.pod > +++ libio-event-perl-0.812/lib/IO/Event.pod > @@ -585,7 +585,7 @@ This dispatch is now deprecated with the > > =head1 SYSREAD and EOF > > -sysread() is incompatable with eof() because eof() uses > +sysread() is incompatible with eof() because eof() uses > getc(). Most of the time this isn't a problem. In other words, > some of the time this is a problem: lines go missing.
Another one: @@ -213,7 +213,7 @@ =item ie_input($handler, $ioe, $input_buffer_reference) Invoked when there is fresh data in the input buffer. The -input can be retreived via directly reading it from +input can be retrieved via directly reading it from C<$$input_buffer_reference> or via C<read()> from the $ioe filehandle, or by using a variety of standard methods for getting data:
Patched. Thanks!