diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-31 13:34:30 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-31 13:34:30 +0000 |
commit | e3f73d4edc1b72464d0a94ac202f6e1bd3daf149 (patch) | |
tree | 5947c9158793dbe9f01db803f5805d72f94c9194 /opcode.pl | |
parent | 37d6a98efde87369fe8fb6be5f8afc79f775460c (diff) | |
download | perl-e3f73d4edc1b72464d0a94ac202f6e1bd3daf149.tar.gz |
Make readpipe() overridable (and also `` and qx//)
p4raw-id: //depot/perl@29168
Diffstat (limited to 'opcode.pl')
-rwxr-xr-x | opcode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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? |