From: Gurusamy Sarathy Date: Sun, 1 Aug 1999 21:23:18 +0000 (+0000) Subject: integrate cfgperl contents into mainline X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6dc6802c365c59fa2b2a820b1efa297528448159;p=p5sagit%2Fp5-mst-13.2.git integrate cfgperl contents into mainline p4raw-id: //depot/perl@3860 --- 6dc6802c365c59fa2b2a820b1efa297528448159 diff --cc pod/perldiag.pod index 7a7b129,bffd191..47e16bf --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@@ -1982,10 -1975,12 +1979,10 @@@ try using scientific notation (e.g. "1e =item Octal number > 037777777777 non-portable - (W) The octal number you specified is larger than 2**32-1 and - therefore non-portable between systems. See L for more on - portability concerns. + (W) The octal number you specified is larger than 2**32-1 (4294967295) + and therefore non-portable between systems. See L for more + on portability concerns. -See also L for writing portable code. - =item Odd number of elements in hash assignment (S) You specified an odd number of elements to initialize a hash, which