]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - lib/File/KDBX/Util.pm
Don't open already-open files on Windows
[chaz/p5-File-KDBX] / lib / File / KDBX / Util.pm
index 5645b4c4a4fa83e994427335ac850a92730ef8cc..a27f4dd70393a4d9aaa21c68d5f39cb9e32f8517 100644 (file)
@@ -716,8 +716,8 @@ sub query_any {
     $size = read_all($fh, my $buffer, $size);
     $size = read_all($fh, my $buffer, $size, $offset);
 
-Like L<functions/read> but returns C<undef> if not all C<$size> bytes are read. This is considered an error,
-distinguishable from other errors by C<$!> not being set.
+Like L<perlfunc/"read FILEHANDLE,SCALAR,LENGTH,OFFSET"> but returns C<undef> if not all C<$size> bytes are
+read. This is considered an error, distinguishable from other errors by C<$!> not being set.
 
 =cut
 
This page took 0.024606 seconds and 4 git commands to generate.