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
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
ad32999
)
Add 5.16 feature bundle
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 15 Nov 2011 12:52:25 +0000
(
04:52
-0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 15 Nov 2011 13:00:13 +0000
(
05:00
-0800)
It needs to be added some time before the major version
bump, so now is as good a time as any.
lib/feature.pm
patch
|
blob
|
blame
|
history
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.16" => [qw(say state switch unicode_strings unicode_eval
+ evalbytes)],
);
# special case