[% title = "Browse distribution by letter " _ letter %]

Here are all the CPAN distributions for which we have test reports
that start with the letter [% letter %]:
<p>

[% FOREACH dist = dists.sort %]
<a href="/show/[% dist %].html">[% dist %]<a><br/>
[% END %]