Skip Menu |

This queue is for tickets about the IO CPAN distribution.

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

People
Owner: Nobody in particular
Requestors: lameventanas [...] gmail.com
Cc:
AdminCc:

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



Subject: Document write return value
Date: Thu, 4 Feb 2016 16:29:48 +0900
To: bug-IO [...] rt.cpan.org
From: Alan <lameventanas [...] gmail.com>
IO::Handle->write() is implemented using print, therefore it doesn't return the number of bytes written, like in the C function. This should be fixed or at least documented.
Ticket migrated to github as https://github.com/toddr/IO/issues/32