The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
[% title = "Recent reports"; rss = "recent.rss" %]
<div id="doc" class="yui-t4">
  <div id="hd"><h1><a href="/">CPAN Testers</a>: [% title %]</h1></div>
  <div id="bd">
    <div id="yui-main">
      <div class="yui-a">
      <div class="hd">
<p>
Here are the 200 most recent test reports:
</p>
<ul>
  [% FOREACH report = recent %]
  <li>
  <span class="[% report.status | html %]">[% report.status | html %]</span>
  <b><a href="/show/[% report.distribution %].html">[% report.distribution %]<a></b>
  [% report.version %]
  <a href="http://nntp.x.perl.org/group/perl.cpan.testers/[% report.id %]">[% report.id %]</a> [% -%]
  [% report.perl | html %] on [% report.osname | ucfirst | html %] [% report.osvers | html %]  ([% report.archname | trim | html %])</li>
  [% END %]
</ul>

<br/>

<div style="float: right">
<a style="text-decoration:none" href="recent.rss"><span class="orange_button">RSS</span></a>
</div>

</div>
</div>
        </div>
  </div>
  <div id="ft">
This page was generated by 
<a href="http://search.cpan.org/dist/CPAN-WWW-Testers/">CPAN::WWW::Testers</a>
[% testersversion %] at [% now.ymd %] [% now.hms %]. Comments and design patches to acme@astray.com
  </div>
</div>