summaryrefslogtreecommitdiff
path: root/lib/feature.pm
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-10-29 16:48:45 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-11-06 01:13:45 -0700
commitcda6b701e74e196d7908411ab7c4da684203869d (patch)
treee8a107c246c9cba30703404a1cfbbed046f75139 /lib/feature.pm
parentabaa36d48c9fd49660b951ede6eeb02adb52d825 (diff)
downloadperl-cda6b701e74e196d7908411ab7c4da684203869d.tar.gz
Add unicode_eval feature
It doesn’t do anything yet.
Diffstat (limited to 'lib/feature.pm')
-rw-r--r--lib/feature.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/feature.pm b/lib/feature.pm
index 78cb8fcd28..92dac55d09 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