--- IO-AIO/AIO.pm 2009/08/18 03:26:02 1.164 +++ IO-AIO/AIO.pm 2009/08/18 04:05:00 1.165 @@ -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 -a status of C<0> (error) or C<-1> (ok). +a status of C<0> (ok) or C<-1> (error, see C<$!>). 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 status C<0> (error) or C<-1> (ok). +a status of C<0> (ok) or C<-1> (error, see C<$!>). 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