[% USE class = Cycle('row', 'altrow') -%]
[% USE Comma -%]

[% htmltitle = 'CPAN distributions for Perl ' _ perl %]

<div id="doc" class="yui-t5">
  <div id="hd"><h1><a href="/">CPAN Testers</a>: [% htmltitle %]</h1></div>
  <div id="bd">
    <div id="yui-main">
      <div class="yui-b">
      <div class="hd">

<h1>Number of CPAN modules with at least one PASSing test perl/platform cross table</h1>

<p>The following table lists the count of distributions that have at least one 
PASS report for the given perl version and platform. Note that we list the
generic platform name, and reports many have been processed for different
release versions of that operating system.</p>
<p>See also: <a href="index.html">All stats</a></p>

<table class="test_results">
<tr><th><img src="/headings/distribution.png" alt="Distribution" /></th>
   [% FOREACH name = osnames %]
     <th><img src="/headings/[% name.oscode | lower %].png" alt="[% name.osname %]" /></th>
   [% END %]
</tr>

[% FOREACH p = perlv %]
<tr class="[% class %]"><td><a href="perl_[% p.perl %].html">[% p.perl %]</a></td>
[%- FOREACH c = p.count -%]
[%- IF c.count %]<td>[% c.count | comma %]</td>
[%- ELSE %]<td></td>
[%- END -%]
[%- END -%] 
</tr>
[% END %] 
</table>

</div>
</div>
        </div>
    <div class="yui-b">

      [% INCLUDE "box-sites" %]

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

