Subject: | Bug: Forgot to close a file in install test |
Date: | Sat, 19 Aug 2017 10:53:49 -0400 |
To: | bug-Thread-Tie [...] rt.cpan.org |
From: | Albert Gorski <albertgorski [...] gmail.com> |
There is a minor bug in the Tie01.t test file that prevents Tie from
being installed as the install procedure hangs. Essentially what happens
is you open and file and do not close it before trying to delete it.
All that needs to be done is for 'ok( close($handle), 'close the file'
);' to be placed right after line 177 of Tie01.t.
Note I ran into this problem with perl version 5.22.4 and cpan 2.1101.
Thanks,
Al