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:
d06f995
)
Teach B::Concise about OPpFT_STACKING
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 11 Sep 2011 05:26:29 +0000
(22:26 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 11 Sep 2011 05:33:18 +0000
(22:33 -0700)
ext/B/B/Concise.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/B/B/Concise.pm
b/ext/B/B/Concise.pm
index
99d76af
..
8ab7e00
100644
(file)
--- a/
ext/B/B/Concise.pm
+++ b/
ext/B/B/Concise.pm
@@
-650,7
+650,7
@@
$priv{$_}{2} = "FTACCESS"
$priv{"entereval"}{2} = "HAS_HH";
if ($] >= 5.009) {
# Stacked filetests are post 5.8.x
- $priv{$_}{4} = "FTSTACKED"
+ @{$priv{$_}}{4,8} = ("FTSTACKED","FTSTACKING")
for ("ftrread", "ftrwrite", "ftrexec", "fteread", "ftewrite", "fteexec",
"ftis", "fteowned", "ftrowned", "ftzero", "ftsize", "ftmtime",
"ftatime", "ftctime", "ftsock", "ftchr", "ftblk", "ftfile", "ftdir",