Make sure parser's filehandle is closed when finished
authorSteve Hay <SteveHay@planit.com>
Tue, 17 Jun 2008 16:50:57 +0000 (16:50 +0000)
committerSteve Hay <SteveHay@planit.com>
Tue, 17 Jun 2008 16:50:57 +0000 (16:50 +0000)
commit799361c3c96b8b5eb1dd262f6945e07624ac881f
tree9171647888dc196826bde14d4565e725167acfec
parentcba5fa5d0a628e83dc21e7421428994b2d09c88e
Make sure parser's filehandle is closed when finished

(It was mistakenly left open if there was no old_parser, which caused
t/comp/require.t to leave behind a 'bleah.pm' (from the test for
#49472) on Win32, where the deletion of an open file fails.)

p4raw-id: //depot/perl@34071
toke.c