diff options
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 3da728d06a..40f9929156 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3118,6 +3118,14 @@ signed integers. See L<perlfunc/pack>. (F) You can't specify a repeat count so large that it overflows your signed integers. See L<perlfunc/unpack>. +=item Result from %s larger than %d bytes + +(W misc) A library call like getgrent() tried to return more results +than Perl was willing to accept. This happens only when Perl has been +compiled to have threads and to have an upper limit on such calls +(the default is to keep regrowing the result buffer until the result fits). +However, now the results were truncated. + =item Reversed %s= operator (W syntax) You wrote your assignment operator backwards. The = must |