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 2008-08-02 20:08:16-07 by fergal in response to 8476
Re: Request Test::Reporter and after that endless loop on Test::Deep

How is the script installing them? Your best bet is to run

perl -MCPAN -e shell

and then

install Test::Deep

(you may need to do this as root).

Also running 5.8.0 seems like a bad idea. You should probably be running 5.8.x where x is the highest available number as this will contain a large number of bug fixes but will be "the same" as 5.8.0 . Apart from that, I don't know anything about CentOS or Apache's interactions with Test::Deep (I doubt it has any but some of the modules want it for testing).

Direct Responses: 8479 | 8478 | Write a response