This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add 5.16 feature bundle
[perl5.git]
/
lib
/
feature.pm
diff --git
a/lib/feature.pm
b/lib/feature.pm
index
ac17b00
..
6ab650d
100644
(file)
--- 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.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
);
# special case