Skip Menu |

This queue is for tickets about the IO CPAN distribution.

Report information
The Basics
Id: 106175
Status: resolved
Priority: 0/
Queue: IO

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Document that IO::Handle->clearerr clears eof condition
I found in http://docstore.mik.ua/orelly/perl4/cook/ch08_06.htm that clearerr() may be used to clear the eof condition. In linux "man 3 clearerr" also says "The function clearerr() clears the end-of-file and error indicators for the stream pointed to by stream." It would be nice if the IO::Handle documentation also mentions this fact.
Ticket migrated to github as https://github.com/toddr/IO/issues/30