diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-12-27 09:49:48 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-12-28 22:58:48 -0800 |
commit | 4f12ec0e1634a909fd18b3ee71896fce1ac75b24 (patch) | |
tree | e8ca442d69ef86253b73098b19976c00ad02cfe5 /pod/perldiag.pod | |
parent | de78ba8e3b56e42debaf55da6dc671a1522c95ec (diff) | |
download | perl-4f12ec0e1634a909fd18b3ee71896fce1ac75b24.tar.gz |
Document ‘Can't reset %ENV’ in perldiag
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index acd67dec69..7e0c6367a7 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<reset('E')> 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 |