Make lstat($ioref) and lstat($gv) consistent
authorFather Chrysostomos <sprout@cpan.org>
Sat, 14 Jan 2012 21:12:07 +0000 (13:12 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 14 Jan 2012 22:16:26 +0000 (14:16 -0800)
commit0d5064f119150c3a17481d5c2ece0ae5d24ae9d9
tree557b2b75e824adce8815c2f64c838c6e7461980c
parentac737fdfcf5daa2a78d524ec276c62b4586f2e6d
Make lstat($ioref) and lstat($gv) consistent

As documented in perldiag, lstat($gv) warns and does an fstat.

lstat($ioref) wasn’t doing what was documented, but after warning
would do the same as stat(_).
pp_sys.c
t/op/stat.t