http://www.perlmonks.org?node_id=1016543


in reply to About CPAN testing

I think http://wiki.cpantesters.org/ - http://www.cpantesters.org/ is what you're looking for.

Replies are listed 'Best First'.
Re^2: About CPAN testing
by Anonymous Monk on Feb 01, 2013 at 13:41 UTC
    do i have to be expert in perl , for testing or novice user knowledge is enough?

      You certainly don't have to be an expert in Perl, but you will need to (learn to) diagnose why the test suite of a distribution hangs on your machine, and how to blacklist those distributions.

      If you want to provide more help, you will have to have at least some knowledge about your platform, and about the likely expectations of the programmer that went wrong on your platform. To find these faulty assumptions, a bit of Perl knowledge is needed.

        thank you for your help