Skip Menu |

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

Report information
The Basics
Id: 81267
Status: new
Priority: 0/
Queue: Thread-Pool

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

Bug Information
Severity: Critical
Broken in: 0.33
Fixed in: (no value)



When creating object under perl 5.8.8, adding 'use Thread::Pool' is causing issues when items are being blessed. Specifically, in many instances code that normally returns values and that are then blessed show up as null. Removing the 'use load' pragma from Thread::* fixes the issue.