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.