stat $ioref should reset the internal stat type
authorFather Chrysostomos <sprout@cpan.org>
Sat, 14 Jan 2012 00:43:30 +0000 (16:43 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 14 Jan 2012 05:24:54 +0000 (21:24 -0800)
commit020cc77c5665898032456aabfe6ae45ccf11f874
treee93d463ca6e1eba1190af1226e89ed7a045d7b86
parent97c226b87fecccdf4a4af5defd1836198a9666e5
stat $ioref should reset the internal stat type

In addition to a stat buffer, Perl keeps track internally of which
type of stat was done last, either stat or lstat, so that lstat _ can
die if the previous type was stat.

This was not being reset for stat $ioref.  Filetest ops were fine.
pp_sys.c
t/op/stat.t