summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-10-31 13:34:30 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-10-31 13:34:30 +0000
commite3f73d4edc1b72464d0a94ac202f6e1bd3daf149 (patch)
tree5947c9158793dbe9f01db803f5805d72f94c9194 /opcode.pl
parent37d6a98efde87369fe8fb6be5f8afc79f775460c (diff)
downloadperl-e3f73d4edc1b72464d0a94ac202f6e1bd3daf149.tar.gz
Make readpipe() overridable (and also `` and qx//)
p4raw-id: //depot/perl@29168
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.pl b/opcode.pl
index 7098f131e4..7857c09651 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -586,7 +586,7 @@ bless bless ck_fun s@ S S?
# Pushy I/O.
-backtick quoted execution (``, qx) ck_open t%
+backtick quoted execution (``, qx) ck_open t% S
# glob defaults its first arg to $_
glob glob ck_glob t@ S?
readline <HANDLE> ck_null t% F?