Skip Menu |

This queue is for tickets about the Data-Throttler CPAN distribution.

Report information
The Basics
Id: 85325
Status: resolved
Priority: 0/
Queue: Data-Throttler

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

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



Subject: Can't open ... for locking at ...Data/Throttler.pm line 631
Sometimes I get the above error from this line: sub lock { ########################################### my($self) = @_; open $self->{fh}, "+<", $self->{db_file} or LOGDIE "Can't open $self->{db_file} for locking"; I have no idea why. Please amend the print statement to tell me what the error is (I think that may be in $!) so that I can try to track the reason.
Added $! to the log message and released 0.06. Hopefully, this will shed some more light on what's going on when getting the lock is unsuccessful, if you see it happening with the new version, please let me know, I'd like to fix it. Thanks! -- Mike