summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@wiw.org>2001-06-26 05:15:45 +0530
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-25 18:23:30 +0000
commitb04ef3598b41ce1175203a34d27b34173c201d32 (patch)
tree53d82ce3ff52a331178bb02336fbfeb44df61c8d /opcode.pl
parent316cf57b585e7de162c0dcdc31670d0d75b6e50e (diff)
downloadperl-b04ef3598b41ce1175203a34d27b34173c201d32.tar.gz
Re: [ID 20010621.007] readline() not quite as equal as <>
Message-ID: <20010625234545.A5022@lustre.linux.in> p4raw-id: //depot/perl@10932
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 8defa67ea0..4053671733 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -444,7 +444,7 @@ bless bless ck_fun s@ S S?
backtick quoted execution (``, qx) ck_open t%
# glob defaults its first arg to $_
glob glob ck_glob t@ S?
-readline <HANDLE> ck_fun t% F
+readline <HANDLE> ck_null t% F?
rcatline append I/O operator ck_null t%
# Bindable operators.