Changes for version 0.1.4

  • Fixed undefined fd sysread/syswrite bug An undefined fd value passed to sysread* or syswrite* would be be converted to 0, which normally is a valid fd (STDIN).
    • Change sysread* and syswrite* functions to expect an SV instead of an int and test for undefined fd and return undefined.

Modules

Faster accept, socket, listen with file descriptors, not handles
Mixed file handle/descriptor functions

Provides

in lib/IO/FD/Constants.pm