diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-11-15 04:52:25 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-15 05:00:13 -0800 |
commit | 167f59c18c1e17cd1060b030cf95ff2deb1d4833 (patch) | |
tree | bbca7bd8aefc6550f4580e97223c9daeac15c605 /lib/feature.pm | |
parent | ad32999b763fe6856959e5d73f39651e3bd5dd6d (diff) | |
download | perl-167f59c18c1e17cd1060b030cf95ff2deb1d4833.tar.gz |
Add 5.16 feature bundle
It needs to be added some time before the major version
bump, so now is as good a time as any.
Diffstat (limited to 'lib/feature.pm')
-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 |