diff options
-rw-r--r-- | pod/perlfunc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 9968ee76f4..230dcd5c5e 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -2861,7 +2861,7 @@ L<Config>: print $Config{longsize}, "\n"; print $Config{longlongsize}, "\n"; -(The C<$Config{longlongsize}> will be empty if your system does +(The C<$Config{longlongsize}> will be undefine if your system does not support long longs.) =item * |