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

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi, i want to become a CPAN tester but i don't know how to start it and i need some tutorials such as step by step can any one please help me out?

Replies are listed 'Best First'.
Re: About CPAN testing
by marto (Cardinal) on Feb 01, 2013 at 13:30 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.

Re: About CPAN testing
by Anonymous Monk on Feb 01, 2013 at 19:54 UTC