diff options
author | Lukas Mai <l.mai@web.de> | 2016-06-11 12:40:42 +0200 |
---|---|---|
committer | Lukas Mai <l.mai@web.de> | 2016-06-11 12:40:42 +0200 |
commit | 5a0de58193409bae1e4b2ebb59c6d1af2c9b4f00 (patch) | |
tree | f15321e436a9358bd44b7a16820fd6f13552e99a /pod/perlnumber.pod | |
parent | 016af03917eea80cc676de5e934ea517073e5976 (diff) | |
download | perl-5a0de58193409bae1e4b2ebb59c6d1af2c9b4f00.tar.gz |
pod/*: remove deprecated L<"section"> and L<section> syntax
Diffstat (limited to 'pod/perlnumber.pod')
-rw-r--r-- | pod/perlnumber.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlnumber.pod b/pod/perlnumber.pod index ffe3ed5b43..d77fe68458 100644 --- a/pod/perlnumber.pod +++ b/pod/perlnumber.pod @@ -59,7 +59,7 @@ numbers. (But realize that what we are discussing the rules for just the I<storage> of these numbers. The fact that you can store such "large" numbers does not mean that the I<operations> over these numbers will use all of the significant digits. -See L<"Numeric operators and numeric conversions"> for details.) +See L</"Numeric operators and numeric conversions"> for details.) In fact numbers stored in the native integer format may be stored either in the signed native form, or in the unsigned native form. Thus the limits |