I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2012-01-11 07:01:27.060783-08 by s2young
Thread-safety problem
We had trouble getting our web apps working, and found that the lack of thread-safety in Params::Classify::XS was the problem. We bypassed the XS module and now our web apps are fine. However, I've been trying to use Net::Twitter, which has a ton of dependencies in Moose and MooseX. One of those dependencies is Class::Load::XS, which I can't install now because of the problems in Params::Classify::XS. This has been a major hassle, and I just wanted to ask if there were any suggestions on what to do. I'm trying to write my own, simple Twitter client using Net::OAuth but that's not going well. So here I am. The error I'm getting when trying to install Class::Load::XS is as follows: Could not load Class::Load::XS: Undefined subroutine &Params::Classify::is_string Any help would be greatly appreciated. Thanks
Direct Responses: Write a response