This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abaa36d
)
Add unicode_eval feature
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 29 Oct 2011 23:48:45 +0000
(16:48 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 6 Nov 2011 08:13:45 +0000
(
01:13
-0700)
It doesn’t do anything yet.
lib/feature.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/feature.pm
b/lib/feature.pm
index
78cb8fc
..
92dac55
100644
(file)
--- 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