Skip Menu |

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)



Subject: Tests leave temporary directory behind
After running the tests, the directory t/captcha_temp is left behind
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.
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.
Thanks, used Test::TempDir::Tiny for all temporary directories in tests.