[perl #71002] stat() on unopened fh _
authorFather Chrysostomos <sprout@cpan.org>
Fri, 20 Jan 2012 20:55:17 +0000 (12:55 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 20 Jan 2012 22:49:08 +0000 (14:49 -0800)
commitdaa30a688f5d99ab2f3405562a4325687c307066
tree9fed26668a2ef628a20da8e5bddbe49be69a9dc6
parent0540b90bcca7b8f2c1eb9ab87c5fea1b461df4cf
[perl #71002] stat() on unopened fh _

stat _ was producing an erroneous warning about an unopened filehandle
with _.  But _ isn’t a real filehandle and is special-cased, so it
shouldn’t warn.

See also commit 8080e3c8.
pp_sys.c
t/op/stat.t