This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
stat $ioref should record the handle for -T _
authorFather Chrysostomos <sprout@cpan.org>
Sat, 14 Jan 2012 00:52:23 +0000 (16:52 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 14 Jan 2012 05:24:55 +0000 (21:24 -0800)
commitbd5f6c0160a24cc91f91e8fe5180efde0d7fb8af
tree8f818c8bff7eebdd5177b970a510477fa8972155
parent020cc77c5665898032456aabfe6ae45ccf11f874
stat $ioref should record the handle for -T _

stat $gv records the handle so that -T _ can use it.  But stat $ioref
hasn’t been doing that, until this commit.

PL_statgv can now hold an SVt_PVIO instead of a SVt_PVGV.
doio.c
pp_sys.c
sv.c
t/op/filetest.t