summaryrefslogtreecommitdiff
path: root/pod/perlvar.pod
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2019-12-02 15:50:49 +1100
committerTony Cook <tony@develop-help.com>2019-12-05 10:35:00 +1100
commitb34c1a7ee25272539dd91c7ab2e8161df3ac5fbc (patch)
tree724d3928984eaad370d7f7f863a6a3877e33fe9b /pod/perlvar.pod
parent41fb88e324074a38d858df0dbd2632e5e00753e6 (diff)
downloadperl-b34c1a7ee25272539dd91c7ab2e8161df3ac5fbc.tar.gz
updates to $^H{feature_validname} now update cop_features
This removes $^{FEATURE_BITS}, since it's no longer needed.
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r--pod/perlvar.pod10
1 files changed, 0 insertions, 10 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index dd73343a22..930b823857 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -2068,16 +2068,6 @@ function.
This variable was added in Perl 5.8.2 and removed in 5.26.0.
Setting it to anything other than C<undef> was made fatal in Perl 5.28.0.
-=item ${^FEATURE_BITS}
-X<${^FEATURE_BITS}>
-
-The current set of features enabled by the C<use feature> pragma. It
-has the same scoping as the C<$^H> and C<%^H> variables. The exact
-values are considered internal to the L<feature> pragma and may change
-between versions of Perl.
-
-This variable was added in Perl v5.32.0.
-
=item ${^GLOBAL_PHASE}
X<${^GLOBAL_PHASE}>