=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<perlport> 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<perlport> for more
+ on portability concerns.
-See also L<perlport> 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