From: Jarkko Hietaniemi Date: Wed, 1 Nov 2000 20:01:22 +0000 (+0000) Subject: Locale warning explanation tweak. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0ea6b70f2b30a0342fca7b9c4257f1f6bc20e6e6;p=p5sagit%2Fp5-mst-13.2.git Locale warning explanation tweak. p4raw-id: //depot/perl@7519 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 3994531..1be2bc5 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2567,13 +2567,14 @@ C-shell in. See "PERL_SH_DIR" in L. Exactly what were the failed locale settings varies. In the above the settings were that the LC_ALL was "En_US" and the LANG had no value. -This error means that Perl detected that you and/or your system -administrator have set up the so-called variable system but Perl could -not use those settings. This was not dead serious, fortunately: there -is a "default locale" called "C" that Perl can and will use, the script -will be run. Before you really fix the problem, however, you will get -the same error message each time you run Perl. How to really fix the -problem can be found in L section B. +This error means that Perl detected that you and/or your operating +system supplier and/or system administrator have set up the so-called +locale system but Perl could not use those settings. This was not +dead serious, fortunately: there is a "default locale" called "C" that +Perl can and will use, the script will be run. Before you really fix +the problem, however, you will get the same error message each time +you run Perl. How to really fix the problem can be found in +L section B. =item Permission denied