summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-24 16:58:28 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-24 16:58:28 +0000
commit01f5bc1b1054964df4fcf07067d574b936dee120 (patch)
treea3cc36ab46d36fb3d54e00a9740cf6c09e79870c /opcode.pl
parent0858480c587822bc316d0ab82ff83dfc094fbae7 (diff)
downloadperl-01f5bc1b1054964df4fcf07067d574b936dee120.tar.gz
Now that readpipe defaults to $_, I should update the prototype table
in opcode.pl too. p4raw-id: //depot/perl@30749
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 995ed4f2f0..d2602a2db7 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -594,7 +594,7 @@ bless bless ck_fun s@ S S?
# Pushy I/O.
-backtick quoted execution (``, qx) ck_open t% S
+backtick quoted execution (``, qx) ck_open tu% S?
# glob defaults its first arg to $_
glob glob ck_glob t@ S?
readline <HANDLE> ck_null t% F?