--- IO-AIO/AIO.pm 2007/09/11 08:25:16 1.112 +++ IO-AIO/AIO.pm 2007/09/24 18:14:00 1.115 @@ -191,7 +191,7 @@ use base 'Exporter'; BEGIN { - our $VERSION = '2.4'; + our $VERSION = '2.41'; our @AIO_REQ = qw(aio_sendfile aio_read aio_write aio_open aio_close aio_stat aio_lstat aio_unlink aio_rmdir aio_readdir aio_scandir aio_symlink @@ -335,7 +335,7 @@ be used (and updated), otherwise the file descriptor offset will not be changed by these calls. -If C<$length> is undefined in C, use the remaining length of C<$data>. +If C<$length> is undefined in C, use the remaining length of C<$data>. If C<$dataoffset> is less than zero, it will be counted from the end of C<$data>. @@ -1209,7 +1209,7 @@ use an C together with a feed callback. Sets the maximum number of outstanding requests to C<$nreqs>. If you -to queue up more than this number of requests, the next call to the +do queue up more than this number of requests, the next call to the C (and C and other functions calling C) function will block until the limit is no longer exceeded.