You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
We need one more hints bit, take it from HINT_LOCALE_PARTIAL.
IN_LC_RUNTIME(category) and IN_LC_COMPILETIME(category) need to look
into the hints hash{locale} which they do anyway.
Also take away the shaped_array feature bit.
It is always turned on in cperl.
Copy file name to clipboardExpand all lines: lib/feature.pm
+13-9
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,6 @@ our %feature_bundle = (
29
29
"5.11"=> [qw(say state switch unicode_strings)],
30
30
"5.15"=> [qw(current_sub evalbytes fc say state switch unicode_eval unicode_strings)],
31
31
"5.23"=> [qw(current_sub evalbytes fc postderef_qq say state switch unicode_eval unicode_strings)],
32
-
"5.27"=> [qw(bitwise evalbytes postderef_qq say state switch unicode_eval unicode_strings)],
33
32
"all"=> [qw(bitwise current_sub declared_refs evalbytes fc postderef_qq refaliasing say shaped_arrays signatures state switch unicode_eval unicode_strings)],
0 commit comments