This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add a bareword_filehandles feature, which is enabled by default
authorTony Cook <tony@develop-help.com>
Mon, 8 Jun 2020 00:13:35 +0000 (10:13 +1000)
committerTony Cook <tony@develop-help.com>
Mon, 4 Jan 2021 00:28:58 +0000 (11:28 +1100)
commit0f2beabb08039ae97dbc9dc54dff894c14b6e38b
treea0fc936631642074e16d9c1e09356c15065f9966
parentded7c7ec0c875ea7bd53811b9db312f3b2e85a95
add a bareword_filehandles feature, which is enabled by default

This disables use of bareword filehandles except for the built-in handles
12 files changed:
MANIFEST
embed.fnc
embed.h
feature.h
lib/feature.pm
op.c
pod/perldiag.pod
proto.h
regen/feature.pl
t/lib/feature/bareword_filehandles [new file with mode: 0644]
t/porting/known_pod_issues.dat
toke.c