diff options
Diffstat (limited to 'lib/feature.pm')
-rw-r--r-- | lib/feature.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/feature.pm b/lib/feature.pm index 103e3bb742..1517c1ffe8 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -1,6 +1,6 @@ package feature; -our $VERSION = '1.15'; +our $VERSION = '1.16'; # (feature name) => (internal name, used in %^H) my %feature = ( @@ -20,6 +20,7 @@ our $hint_uni8bit = 0x00000800; my %feature_bundle = ( "5.10" => [qw(switch say state)], "5.11" => [qw(switch say state unicode_strings)], + "5.12" => [qw(switch say state unicode_strings)], ); # special case |