diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2001-06-23 10:47:44 +0530 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-25 00:09:27 +0000 |
commit | 61f0cdd9885ca72a53889bd33543b33aca44d764 (patch) | |
tree | 7bd03b4c5c1d68fd8a9b082f9d81e2294b02cf2a /opcode.pl | |
parent | e857312dd102d758f6e24ed55e3872103367ebf5 (diff) | |
download | perl-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-x | opcode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |