summaryrefslogtreecommitdiff
path: root/ext/B
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-10-30 15:46:46 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-11-06 01:13:48 -0700
commit233fb8229a314d457fa1db70bbe741ee5f985290 (patch)
tree49095d765c094c234590e2d6aa357863e06baeef /ext/B
parentf2b535a07fcff8c5dce983f70a1f78604819e54b (diff)
downloadperl-233fb8229a314d457fa1db70bbe741ee5f985290.tar.gz
Add new OPpEVAL flags to B::Concise
Diffstat (limited to 'ext/B')
-rw-r--r--ext/B/B/Concise.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/B/Concise.pm b/ext/B/B/Concise.pm
index 5eec86a3f3..1ef9c95244 100644
--- a/ext/B/B/Concise.pm
+++ b/ext/B/B/Concise.pm
@@ -647,7 +647,7 @@ $priv{"threadsv"}{64} = "SVREFd";
$priv{"exit"}{128} = "VMS";
$priv{$_}{2} = "FTACCESS"
for ("ftrread", "ftrwrite", "ftrexec", "fteread", "ftewrite", "fteexec");
-$priv{"entereval"}{2} = "HAS_HH";
+@{$priv{"entereval"}}{2,4,8,16} = qw "HAS_HH UNI BYTES COPHH";
if ($] >= 5.009) {
# Stacked filetests are post 5.8.x
@{$priv{$_}}{4,8} = ("FTSTACKED","FTSTACKING")