diff options
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index a594f53263..eab05567e3 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1872,11 +1872,8 @@ ended earlier on the current line. =item Misplaced _ in number -(W syntax) An underscore (underbar) in a numeric constant either -immediately followed an earlier underscore; or an underscore ended a -numeric constant, or, in the case of decimal constants, an underscore -began or ended its fractional part. (If you try to begin a numerical -constant with an underscore, it won't even be recognized as a number.) +(W syntax) An underscore (underbar) in a numeric constant did not +separate two digits. =item Missing %sbrace%s on \N{} |