[% USE Comma -%]
[% title = "Index" %]
<div id="doc" class="yui-t5">
  <div id="hd"><h1><a href="/">CPAN Testers</a>: [% title %]</h1></div>
  <div id="bd">
    <div id="yui-main">
      <div class="yui-b">
        <div class="hd">
          <p>
          Find CPAN testers reports for all the modules on CPAN. See also <a href="/recent.html">recent reports</a>.

          <h2>Distributions</h2>
          <p>Search distributions by first character:
          </p>
          <p>
          [% FOREACH letter = letters %]
            <a href="/letter/[% letter %].html">[% letter %]</a>
          [% END %]
          </p>
          <h2>Authors</h2>
          <p>Search authors by first character:</p>
          <p>
          [% FOREACH letter = letters %]
            <a href="/lettera/[% letter %].html">[% letter %]</a>
          [% END %]
          </p>

          <p>Alternatively, refine your view to just <a href="http://pass.cpantesters.org/">PASS reports by Perl 
          version and operating system</a>.</p>

          <h2>Become a tester</h2>

          <p>Whether you have a common platform or a very unusual one, you can help by 
          testing modules you install and submitting reports. There are plenty of module
          authors who could use test reports and helpful feedback on their modules and 
          distributions. </p>

          <p>If you'd like to get involved, please take a look at the 
          <a href="http://wiki.cpantesters.org">CPAN Testers Wiki</a>, where you can 
          learn how to install and configure one of the recommended smoke tools.</p>

          <p>For further help and advice, please subscribe to the 
          <a href="http://lists.cpan.org/showlist.cgi?name=cpan-testers-discuss">the CPAN Testers discussion mailing list</a>.</p>

          <h2>The reports data</h2>

          <p>The entire database that this website uses is available at <a href="http://devel.cpantesters.org/cpanstats.db.gz">cpanstats.db.gz</a>
          ([% dbzipsize %] MB (compressed), [% dbsize %] MB (uncompressed), <a href="http://search.cpan.org/dist/DBD-SQLite/">SQLite</a>).</p>
        </div>
      </div>
    </div>
    <div class="yui-b">

      <div class="nv">
      <h3>History:</h3>
      <p>The CPAN testers was conceived back in May 1998 by Graham Barr and Chris Nandor
      as a way to provide multi-platform testing for modules. Today there are 
      [% total_reports | comma %] tester reports and more than 100 testers each month
      giving valuable feedback for users and authors alike.</p>
      </div>

      [% INCLUDE "box-sites" %]

    </div>
  </div>
  [% INCLUDE "footer" %]
</div>
