Subject: | Seems to be a type in DBIx::Threaded::Server |
There seems to be a typo in DBIx/Threaded/Server.pm, Line 673:
s/ARRAY/HASH.
A patch is attached.
Subject: | Server.pm.patch |
673c673
< elsif (ref $_ eq 'ARRAY') {
---
> elsif (ref $_ eq 'HASH') {