Prefer dirhandles to filehandles when passing a bareword typeglob
authorSteve Peters <steve@fisharerojo.org>
Fri, 9 Mar 2007 18:30:16 +0000 (18:30 +0000)
committerSteve Peters <steve@fisharerojo.org>
Fri, 9 Mar 2007 18:30:16 +0000 (18:30 +0000)
commitc08d693782d39895d445f7f2825c1f8240fc9f5a
tree6b7900828b126afa9c1d8f2b469cca23c809dd16
parenta1966b02deefb3dca0ce106aaed7a2b0729fdc7e
Prefer dirhandles to filehandles when passing a bareword typeglob
to chdir() and the typeglob has both a dirhandle and a
filehandle assigned to it.

p4raw-id: //depot/perl@30527
pp_sys.c