From: Father Chrysostomos Date: Tue, 27 Dec 2011 17:49:48 +0000 (-0800) Subject: Document ‘Can't reset %ENV’ in perldiag X-Git-Tag: accepted/trunk/20130322.191538~1482^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f12ec0e1634a909fd18b3ee71896fce1ac75b24;p=platform%2Fupstream%2Fperl.git Document ‘Can't reset %ENV’ in perldiag --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index acd67de..7e0c636 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1131,6 +1131,13 @@ probably because you don't have write permission to the directory. (P) An error peculiar to VMS. Perl thought stdin was a pipe, and tried to reopen it to accept binary data. Alas, it failed. +=item Can't reset %ENV on this system + +(F) You called C or similar, which tried to reset +all variables in the current package beginning with "E". In +the main package, that includes %ENV. Resetting %ENV is not +supported on some systems, notably VMS. + =item Can't resolve method "%s" overloading "%s" in package "%s" (F)(P) Error resolving overloading specified by a method name (as