Skip to content

Commit 2d31a53

Browse files
committed
Merge branch 'gh19704' into blead
2 parents 8c2d1e7 + eca9683 commit 2d31a53

File tree

3 files changed

+11
-16
lines changed

3 files changed

+11
-16
lines changed

feature.h

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/feature.pm

+7-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

regen/feature.pl

+3-6
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ BEGIN
5959
use constant V5_27 => sort ( +V5_23, qw{bitwise} );
6060

6161
use constant V5_35 => sort grep {; $_ ne 'switch'
62-
&& $_ ne 'bareword_filehandles'
6362
&& $_ ne 'indirect'
6463
&& $_ ne 'multidimensional' } +V5_27, qw{isa signatures};
6564

@@ -487,7 +486,7 @@ sub longest {
487486
__END__
488487
package feature;
489488
490-
our $VERSION = '1.71';
489+
our $VERSION = '1.72';
491490
492491
FEATURES
493492
@@ -834,10 +833,8 @@ =head2 The 'bareword_filehandles' feature.
834833
The perl built-in filehandles C<STDIN>, C<STDOUT>, C<STDERR>, C<DATA>,
835834
C<ARGV>, C<ARGVOUT> and the special C<_> are always enabled.
836835
837-
This behavior was always present in versions before Perl 5.34. In Perl 5.34,
838-
it was made controllable with the C<feature> pragma, but was on by default.
839-
It is not present in the C<:5.36> feature bundle, so C<use v5.36> disables
840-
this feature.
836+
This feature is enabled under this name from Perl 5.34 onwards. In
837+
previous versions it was simply on all the time.
841838
842839
You can use the L<bareword::filehandles> module on CPAN to disable
843840
bareword filehandles for older versions of perl.

0 commit comments

Comments
 (0)