summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2017-12-31 12:24:01 -0800
committerFather Chrysostomos <sprout@cpan.org>2017-12-31 12:24:01 -0800
commit401d2aaa50f74cc9e0d089bb6236d5960689c76c (patch)
treebd466158fd5159dd46363e806d8a9fc774f16f8a /regen
parente4232c8a5f384f4b3948d62f8a5233654cd14f4d (diff)
downloadperl-401d2aaa50f74cc9e0d089bb6236d5960689c76c.tar.gz
Enable bitwise feature with ‘use v5.28’
Diffstat (limited to 'regen')
-rwxr-xr-xregen/feature.pl2
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 );