[perl #112826] Make Tie::StdHandle::READ respect offset
authorFather Chrysostomos <sprout@cpan.org>
Fri, 22 Jun 2012 02:02:28 +0000 (19:02 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 22 Jun 2012 13:09:04 +0000 (06:09 -0700)
commit7762c3748b5616504fc9a8c5dd0c0e078d85eec5
tree2b36a6051fe487b5311ec71f5d75da78a673f79e
parentc033ac4eaec8bbabcbe8d8b4f8bfa5bbd61ca118
[perl #112826] Make Tie::StdHandle::READ respect offset

Tie::StdHandle::READ was ignoring the optional fourth argument to
read(), specifying the offset into the target string.
lib/Tie/Handle/stdhandle.t
lib/Tie/StdHandle.pm