Skip Menu |

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

Report information
The Basics
Id: 68372
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: (no value)



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') {