Teach B::Concise about UTF8 labels
authorFather Chrysostomos <sprout@cpan.org>
Mon, 23 Apr 2012 03:00:14 +0000 (20:00 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 21 May 2012 23:51:29 +0000 (16:51 -0700)
ext/B/B/Concise.pm

index 7ec9b74..6d4b831 100644 (file)
@@ -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