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-19 09:45:49.756082-08 by jdhedden in response to 13607
Re: Compilation Error
The problem you encountered has nothing to do with the threads::shared module: threads::shares just happens to be last module to be built when 'make' is run. In both cases you show, perl dies the first time it is attempting to run (which is when it tried to construct perltoc.pod).
Try going to the Public Perl Bug Tracker site to see if there are any bug reports similar to what you have found. If not, you can use the 'perlbug' script to file a bug report.
Direct Responses: Write a response