RT for rt.cpan.org
Skip Menu
|
Bug #104718 for Authen-Captcha: Tests leave temporary directory behind
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
Authen-Captcha CPAN distribution
.
Report information
The Basics
Id:
104718
Status:
open
Priority:
0/
Queue:
Authen-Captcha
People
Owner:
Nobody in particular
Requestors:
PSCUST [...] cpan.org
Cc:
AdminCc:
Bug Information
Severity:
Unimportant
Broken in:
1.024
Fixed in:
(no value)
History
Show all quoted text
Tue May 26 16:14:52 2015
PSCUST [...] cpan.org - Ticket created
Subject:
Tests leave temporary directory behind
After running the tests, the directory t/captcha_temp is left behind
Tue May 26 16:18:32 2015
PSCUST [...] cpan.org - Broken in 1.024 added
Tue May 26 16:18:32 2015
PSCUST [...] cpan.org - Fixed in 1.024 deleted
Tue May 26 16:25:09 2015
PSCUST [...] cpan.org - Status changed from 'new' to 'open'
Tue May 26 17:34:29 2015
PSCUST [...] cpan.org - Correspondence added
In the context of the CPAN Pull Request Challenge, I've been reviewing your module. This one will be fixed with the future pull request merge.
Tue May 26 18:07:30 2015
ether [...] cpan.org - Correspondence added
On 2015-05-26 14:34:29, PSCUST wrote:
Show quoted text
> In the context of the CPAN Pull Request Challenge, I've been reviewing > your module. > > This one will be fixed with the future pull request merge.
FYI - File::Temp or Test::TempDir can allow you to manage a tempdir effectively in a cross-platform way.
Tue May 26 18:39:34 2015
PSCUST [...] cpan.org - Correspondence added
https://github.com/lkundrak/perl-Authen-Captcha/pull/1
Wed May 27 17:24:29 2015
PSCUST [...] cpan.org - Correspondence added
Thanks, used Test::TempDir::Tiny for all temporary directories in tests.