Make -l HANDLE set PL_laststatval with fatal warnings
authorFather Chrysostomos <sprout@cpan.org>
Sat, 14 Jan 2012 08:00:26 +0000 (00:00 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 14 Jan 2012 08:00:26 +0000 (00:00 -0800)
commit31b139ba853d7a7a7b30c4c0e7a90020a641854d
treeaba9b53e83b9e20a05d0ff4a89c8b7666107e1c7
parent21a64c3ee03cc1a361f10224a63c36ef3523d3d8
Make -l HANDLE set PL_laststatval with fatal warnings

Fatal warnings were preventing it from being set, because the warning
came first.

(PL_laststatval records the success status of the previous stat.)
doio.c
t/op/filetest.t