diff options
-rw-r--r-- | lib/feature.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/feature.pm b/lib/feature.pm index ac17b002cd..6ab650deb9 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -27,6 +27,8 @@ my %feature_bundle = ( "5.14" => [qw(say state switch unicode_strings)], "5.15" => [qw(say state switch unicode_strings unicode_eval evalbytes)], + "5.16" => [qw(say state switch unicode_strings unicode_eval + evalbytes)], ); # special case |