summaryrefslogtreecommitdiff
path: root/pod/perllexwarn.pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-01-17 14:23:48 +0000
committerNicholas Clark <nick@ccl4.org>2008-01-17 14:23:48 +0000
commitb88df9907a8d7b4fae1100629cc85633a901355e (patch)
treee35854a88b02ec9918a3d40d52b734e1954de901 /pod/perllexwarn.pod
parentf3828575f121139b95363dc2ba6aab15ad201a85 (diff)
downloadperl-b88df9907a8d7b4fae1100629cc85633a901355e.tar.gz
warn if ++ or -- are unable to change the value because it's beyond
the limit of representation in NVs, using a new warnings category "imprecision". p4raw-id: //depot/perl@32990
Diffstat (limited to 'pod/perllexwarn.pod')
-rw-r--r--pod/perllexwarn.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/perllexwarn.pod b/pod/perllexwarn.pod
index 72370c72e4..8c07c77e24 100644
--- a/pod/perllexwarn.pod
+++ b/pod/perllexwarn.pod
@@ -236,6 +236,8 @@ The current hierarchy is:
| |
| +- unopened
|
+ +- imprecision
+ |
+- misc
|
+- numeric