Skip Menu |

This queue is for tickets about the Thread-Queue-Duplex CPAN distribution.

Report information
The Basics
Id: 15980
Status: rejected
Priority: 0/
Queue: Thread-Queue-Duplex

People
Owner: Nobody in particular
Requestors: ask1about [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.14
Fixed in: (no value)



Subject: Duplex doesn't defaultly support deep structures
While you can put strings, arrary ref and hash ref, once you go deeper, it crashes: %queue = ( 1 => [3], 2 => [4], ); $q->enqueue(\%queue); will crash