Skip Menu |

This queue is for tickets about the Log-Dispatch-Config CPAN distribution.

Report information
The Basics
Id: 85131
Status: new
Priority: 0/
Queue: Log-Dispatch-Config

People
Owner: Nobody in particular
Requestors: STEVENL [...] cpan.org
Cc:
AdminCc:

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



I got a "Permission denied" error when I tried to unlink the log file because the file still had an open handle on it. This was despite all references had seemed to have gone out of scope. In the end, I found that the handle belonged to the singleton instance in Log::Dispatch::Config. The way I got around this was to call: Log::Dispatch::Config->__instance(undef); It might be worth including something in the public interface to do this.