[% INCLUDE 'dist/intro' %]

<table>
[% e = dist.error %]
[% FOREACH c IN
['cpants','pod','pod_message','manifest_matches_dist','metayml','metayml_parse','prereq','build_prereq'] %]
<tr>
    <td valign="top"><b>[% c %]</b></td>
    <td valign="top">
    [% e.$c.replace("\n+","<br>") %]
    </td>
</tr>
[% END %]
</table>


