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;