diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-14 09:00:45 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-14 09:00:45 +0000 |
commit | 084610c0b1f0b6b5d7de3bf4b374b2baebed36df (patch) | |
tree | 13842265f08579dfbd2fb3cde439a8d33a020b08 /pod/perldiag.pod | |
parent | 691c0cce63d17f1cd46c50c7861ddd4fb55f308c (diff) | |
download | perl-084610c0b1f0b6b5d7de3bf4b374b2baebed36df.tar.gz |
change some filenames to be 8.3-friendly
p4raw-id: //depot/perl@4149
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 3ad973144a..607a410e38 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3336,6 +3336,12 @@ variables. of Perl. Check the #! line, or manually feed your script into Perl yourself. +=item Version number must be a constant number + +(P) The attempt to translate a C<use Module n.n LIST> statement into +its equivalent C<BEGIN> block found an internal inconsistency with +the version number. + =item perl: warning: Setting locale failed. (S) The whole warning message will look something like: |