Fix sysread() on tied handle
authorSpider Boardman <spider@orb.nashua.nh.us>
Thu, 1 May 1997 06:01:20 +0000 (02:01 -0400)
committerChip Salzenberg <chip@atlantic.net>
Wed, 30 Apr 1997 12:00:00 +0000 (00:00 +1200)
commit064096e1fdaab07bcd3ebf7726fe67a5ae16c76f
tree8c9e07c445dcce4ef224668d656a9f7cbea38490
parenta1f49e722e7e3f3a14f81e8dd51de229003f2378
Fix sysread() on tied handle

Found in both perldelta.pod and perltie.pod:

: =item READ this LIST
:
: This method will be called when the handle is read from via the C<read>
: or C<sysread> functions.

This isn't true without the following patch:

p5p-msgid: 199705010601.CAA04926@Orb.Nashua.NH.US
pp_sys.c