X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlfunc.pod;h=42c5d2bdd598501c468a409d890e5a27b2bd0690;hb=dfed14d211a4828e9d879513466e41afb47fa3fb;hp=d8c82bbeda95653a3f498e7f7b2aafbdebf465b3;hpb=b350dd2f881c6f46f8125355cf7111e4c97d1870;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index d8c82bb..42c5d2b 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -1978,7 +1978,7 @@ L.) If EXPR is omitted, uses C<$_>. print hex 'aF'; # same Hex strings may only represent integers. Strings that would cause -integer overflow trigger a mandatory error message. +integer overflow trigger a warning. =item import