From cda6b701e74e196d7908411ab7c4da684203869d Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 29 Oct 2011 16:48:45 -0700 Subject: [PATCH] Add unicode_eval feature MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It doesn’t do anything yet. --- lib/feature.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/feature.pm b/lib/feature.pm index 78cb8fc..92dac55 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -7,6 +7,7 @@ my %feature = ( say => 'feature_say', state => 'feature_state', switch => 'feature_switch', + unicode_eval => 'feature_unieval', unicode_strings => 'feature_unicode', ); @@ -23,7 +24,7 @@ my %feature_bundle = ( "5.12" => [qw(say state switch unicode_strings)], "5.13" => [qw(say state switch unicode_strings)], "5.14" => [qw(say state switch unicode_strings)], - "5.15" => [qw(say state switch unicode_strings)], + "5.15" => [qw(say state switch unicode_strings unicode_eval)], ); # special case -- 1.8.3.1