Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the App-CELL CPAN distribution.

Report information
The Basics
Id: 96033
Status: resolved
Worked: 5 min
Priority: 0/
Queue: App-CELL

People
Owner: SMITHFARM [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Tests should not use ~/tmp for temporary files
Two tests are usually failing on my system with the following output: cannot open '/home/cpansand/tmp/CELLtest.log' for append: Datei oder Verzeichnis nicht gefunden at /usr/perl5.18.2/lib/site_perl/5.18.2/Log/Any/Adapter/File.pm line 18. # Looks like your test exited with 2 before it could output anything. t/006-config.t ........ Dubious, test returned 2 (wstat 512, 0x200) Failed 1/1 subtests It looks like ~/tmp/CELLtest.log is a hardcoded path, but ~/tmp does not exist here. Anyway it's better to use a real temporary file using File::Temp. Regards, Slaven
Hi Slaven: Thanks for the report! The failing tests were due to an oversight on my part. Fixed in 0.142: 0.142 2014-05-28 14:56 CEST - CELL.pm: add missing items to POD - t/: commented out lines that were uncommented for debugging and shouldn't have gone to CPAN Nathan