diff options
author | Father Chrysostomos <sprout@cpan.org> | 2016-05-21 12:22:33 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2016-07-13 01:12:47 -0700 |
commit | a15a3d9b600adf7d9dd78193d608361f302b0370 (patch) | |
tree | 0e874f12d3de784f0107028fc484255738fa98d4 /pod/perldiag.pod | |
parent | 1a53cdb5c0a2c7f6b92ecb87480a4448bb6022c0 (diff) | |
download | perl-a15a3d9b600adf7d9dd78193d608361f302b0370.tar.gz |
Disable ${^ENCODING}
${^ENCODING} is disabled and tests are modified to account.
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 4164baf833..fb502bb0a2 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2086,6 +2086,11 @@ unlikely to be what you want. described in L<perlunicode> and L<perlre>. You used C<\p> or C<\P> in a regular expression without specifying the property name. +=item ${^ENCODING} is no longer supported + +(D deprecated) The special variable C<${^ENCODING}>, formerly used to implement +the C<encoding> pragma, is no longer supported as of Perl 5.26.0. + =item entering effective %s failed (F) While under the C<use filetest> pragma, switching the real and |