--- IO-AIO/AIO.pm 2009/07/26 08:28:36 1.162 +++ IO-AIO/AIO.pm 2009/08/18 03:26:02 1.164 @@ -193,7 +193,7 @@ use base 'Exporter'; BEGIN { - our $VERSION = '3.261'; + our $VERSION = '3.3'; 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_readdirx @@ -636,7 +636,7 @@ Try to copy the I (directories not supported as either source or destination) from C<$srcpath> to C<$dstpath> and call the callback with -the C<0> (error) or C<-1> ok. +a status of C<0> (error) or C<-1> (ok). This is a composite request that creates the destination file with mode 0200 and copies the contents of the source file into it using @@ -715,7 +715,7 @@ Try to move the I (directories not supported as either source or destination) from C<$srcpath> to C<$dstpath> and call the callback with -the C<0> (error) or C<-1> ok. +the status C<0> (error) or C<-1> (ok). This is a composite request that tries to rename(2) the file first; if rename fails with C, it copies the file with C and, if