The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
	"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
	<title><TMPL_VAR title></title>
	<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
	<style type="text/css">
		html {
			font-family: Sans-Serif;
			text-align: center;
		}

		a {
			text-decoration: none;
			color: #000099;
		}

		table, th, td {
			border: solid black 1px;
		}

		table {
			border-collapse: collapse;
		}

		td.ok {
			background-color: #ccffcc;
		}

		td.fail {
			background-color: #ffcccc;
		}

		div.slackeria {
			position: absolute;
			right: 0.5em;
			bottom: 0.5em;
			font-size: 80%;
			color: #777777;
			z-index: -1;
		}

	</style>
</head>
<body>
<div>
<table>
<tr>
<th>name</th>
<TMPL_LOOP headers>
	<th><TMPL_VAR plugin></th>
</TMPL_LOOP>
</tr>
<TMPL_LOOP projects>
	<tr>
	<td><TMPL_VAR project></td>
	<TMPL_LOOP plugins>
		<td class="<TMPL_VAR class>">
		<TMPL_IF href><a href="<TMPL_VAR href>"></TMPL_IF>
		<TMPL_VAR data>
		<TMPL_IF href></a></TMPL_IF>
		</td>
	</TMPL_LOOP>
	</tr>
</TMPL_LOOP>
</table>

<div class="slackeria">
Generated by
<a href="http://finalrewind.org/projects/App-Slackeria/">App::Slackeria</a>
v<TMPL_VAR version>
</div>

</div>
</body>
</html>