diff options
author | Father Chrysostomos <sprout@cpan.org> | 2017-12-31 12:24:01 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2017-12-31 12:24:01 -0800 |
commit | 401d2aaa50f74cc9e0d089bb6236d5960689c76c (patch) | |
tree | bd466158fd5159dd46363e806d8a9fc774f16f8a /regen | |
parent | e4232c8a5f384f4b3948d62f8a5233654cd14f4d (diff) | |
download | perl-401d2aaa50f74cc9e0d089bb6236d5960689c76c.tar.gz |
Enable bitwise feature with ‘use v5.28’
Diffstat (limited to 'regen')
-rwxr-xr-x | regen/feature.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/feature.pl b/regen/feature.pl index 3ce2a6d44b..4005144f48 100755 --- a/regen/feature.pl +++ b/regen/feature.pl @@ -63,7 +63,7 @@ my %feature_bundle = ( "5.25" => [qw(say state switch unicode_strings unicode_eval evalbytes current_sub fc postderef_qq)], "5.27" => [qw(say state switch unicode_strings unicode_eval - evalbytes current_sub fc postderef_qq)], + evalbytes current_sub fc postderef_qq bitwise)], ); my @noops = qw( postderef lexical_subs ); |