summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@wiw.org>2001-06-23 10:47:44 +0530
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-25 00:09:27 +0000
commit61f0cdd9885ca72a53889bd33543b33aca44d764 (patch)
tree7bd03b4c5c1d68fd8a9b082f9d81e2294b02cf2a /opcode.pl
parente857312dd102d758f6e24ed55e3872103367ebf5 (diff)
downloadperl-61f0cdd9885ca72a53889bd33543b33aca44d764.tar.gz
Re: [ID 20010621.007] readline() not quite as equal as <>
Message-ID: <20010623051744.A18583@lustre.linux.in> (Can't think of a good place to put tests.) p4raw-id: //depot/perl@10910
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 2f4a7fda36..8defa67ea0 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_null t%
+readline <HANDLE> ck_fun t% F
rcatline append I/O operator ck_null t%
# Bindable operators.