Skip Menu |

This queue is for tickets about the Thread-Tie CPAN distribution.

Report information
The Basics
Id: 122846
Status: open
Priority: 0/
Queue: Thread-Tie

People
Owner: Nobody in particular
Requestors: albertgorski [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
Subject: Re: [rt.cpan.org #122846] Bug: Forgot to close a file in install test
Date: Sat, 19 Aug 2017 18:21:11 +0200
To: bug-Thread-Tie [...] rt.cpan.org
From: Elizabeth Mattijsen <liz [...] dijkmat.nl>
Thank you for your bug report. However, I’m no longer supporting any if my Perl 5 modules. You are welcome to obtain co-maint of this distribution as a step towards being a full maintaner. Just let me know your PAUSE ID! Kind regards, Elizabeth Mattijsen Show quoted text
> On 19 Aug 2017, at 16:54, Albert Gorski via RT <bug-Thread-Tie@rt.cpan.org> wrote: > > Sat Aug 19 10:54:07 2017: Request 122846 was acted upon. > Transaction: Ticket created by albertgorski@gmail.com > Queue: Thread-Tie > Subject: Bug: Forgot to close a file in install test > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: albertgorski@gmail.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=122846 > > > > 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