This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add unicode_eval feature
authorFather Chrysostomos <sprout@cpan.org>
Sat, 29 Oct 2011 23:48:45 +0000 (16:48 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 6 Nov 2011 08:13:45 +0000 (01:13 -0700)
It doesn’t do anything yet.

lib/feature.pm

index 78cb8fc..92dac55 100644 (file)
@@ -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