Skip to content

Commit

Permalink
update features
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed May 22, 2019
1 parent 862f380 commit 1f8153b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/feature.pm
Expand Up @@ -49,6 +49,8 @@ $feature_bundle{"5.26"} = $feature_bundle{"5.23"};
$feature_bundle{"5.28"} = $feature_bundle{"5.27"};
$feature_bundle{"5.29"} = $feature_bundle{"5.27"};
$feature_bundle{"5.30"} = $feature_bundle{"5.27"};
$feature_bundle{"5.31"} = $feature_bundle{"5.27"};
$feature_bundle{"5.32"} = $feature_bundle{"5.27"};
$feature_bundle{"5.9.5"} = $feature_bundle{"5.10"};
my %noops = (
postderef => 1,
Expand Down Expand Up @@ -396,6 +398,10 @@ The following feature bundles are available:
unicode_eval evalbytes current_sub fc
postderef_qq bitwise
:5.32 say state switch unicode_strings
unicode_eval evalbytes current_sub fc
postderef_qq bitwise
The C<:default> bundle represents the feature set that is enabled before
any C<use feature> or C<no feature> declaration.
Expand Down

0 comments on commit 1f8153b

Please sign in to comment.