From 167f59c18c1e17cd1060b030cf95ff2deb1d4833 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 15 Nov 2011 04:52:25 -0800 Subject: [PATCH] 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. --- lib/feature.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/feature.pm b/lib/feature.pm index ac17b00..6ab650d 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 -- 1.8.3.1