Skip Menu |

This queue is for tickets about the DBIx-Threaded CPAN distribution.

Report information
The Basics
Id: 68457
Status: new
Priority: 0/
Queue: DBIx-Threaded

People
Owner: Nobody in particular
Requestors: martin [...] akm.com.au
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.10
Fixed in: 0.10



Subject: Incorrect function params for _force in DBIx/Threaded.pm
In DBIx/Threaded.pm the _force function (Line 746) has incorrect params, and throws errors. Below is the diff for the fix for it. 746c746 < my ($class, $obj) = @_; --- Show quoted text
> my $obj = shift;