projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acd917a
)
Teach B::Concise about UTF8 labels
author
Father Chrysostomos
<sprout@cpan.org>
Mon, 23 Apr 2012 03:00:14 +0000
(20:00 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 21 May 2012 23:51:29 +0000
(16:51 -0700)
ext/B/B/Concise.pm
patch
|
blob
|
history
diff --git
a/ext/B/B/Concise.pm
b/ext/B/B/Concise.pm
index
7ec9b74
..
6d4b831
100644
(file)
--- a/
ext/B/B/Concise.pm
+++ b/
ext/B/B/Concise.pm
@@
-664,6
+664,7
@@
if ($] >= 5.009) {
}
$priv{$_}{128} = '+1' for qw "caller wantarray runcv";
@{$priv{coreargs}}{1,2,64,128} = ('DREF1','DREF2','$MOD','MARK');
+$priv{$_}{128} = 'UTF' for qw "last redo next goto dump";
our %hints; # used to display each COP's op_hints values