The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb">
<head>

[% body = PROCESS $content %]

  <title>[% iname | html %]</title>

    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <meta http-equiv="Content-Language" content="en-gb" />
    <meta name="Generator"          content="Labyrinth" />
    <meta name="keywords"           content="perl,cpan,testing,testers" />
    <meta name="description"        content="CPAN Testers Wiki for information about automated testing of CPAN Perl distributions" />
    <meta name="copyright"          content="Copyright (C) 2007,2008 CPAN Testers" />

    <link rel="alternate"  type="application/atom+xml" title="Atom"    href="http://wiki.cpantesters.org/rss/atom-1.0.xml" />
    <link rel="alternate"  type="application/rss+xml"  title="RSS 2.0" href="http://wiki.cpantesters.org/rss/rss-2.0.xml" />

    <link rel="stylesheet" type="text/css" media="screen,projection,print" href="/css/layout2_setup.css" />
    <link rel="stylesheet" type="text/css" media="screen,projection,print" href="/css/layout2_text.css" />

    [% INCLUDE "public/analytics.html" %]

    <script type="text/javascript" src="[% webpath %]/js/wiki.js"></script>
    [% IF user.access > 4 %]
    <script type="text/javascript" src="[% webpath %]/js/admin.js"></script>
    [% END %]

<!--

    Site Layout, Design &amp; Development by Miss Barbell Productions
    Original CSS/XHTML Template Design by Arcsin (http://templates.arcsin.se,
    http://www.oswd.org/user/profile/id/8377) and released under a Creative
    Commons Attribution 2.5 License.

    Valid XHTML 1.0 - http://validator.w3.org/check?uri=referer
    Powered by LAMP (Linux, Apache, MySQL &amp; Perl) technologies.
    Produced by LABYRINTH, a state of the art Website Management System
    available from Miss Barbell Productions.
    For more information contact Barbie <barbie@missbarbell.co.uk>

    Smoke Box image copyright (c) Tyson Ibele 2004 (http://www.tysonibele.com/Main/gallery.htm)
-->

</head>

<body>

  <!-- Main Page Container -->
  <div class="page-container">

    <!-- For alternative headers START PASTE here -->

    <!-- A. HEADER -->
    <div class="header">

      <!-- A.1 HEADER TOP -->
      <div class="header-middle">

        <!-- Sitelogo and sitename -->
        <div class="sitename">
          <h1><a href="/">[% iname %]</a></h1>
          <h3>wiki.cpantesters.org</h3>
          <h2>[% title %]</h2>
        </div>

        [% INCLUDE "public/box-sites.html" %]
      </div>

      <!-- A.4 HEADER BREADCRUMBS -->

      <!-- Breadcrumbs -->
      <div class="header-breadcrumbs">
        <ul>
          <li><a href="/">Home</a></li>
          [% IF crumb3_name %]<li><a href="[% crumb3_href %]">[% crumb3_name %]</a></li>[% END %]
          [% IF crumb2_name %]<li><a href="[% crumb2_href %]">[% crumb2_name %]</a></li>[% END %]
          <li>[% crumb1_name %]</li>
        </ul>
      </div>
    </div>

    <!-- B. MAIN -->
    <div class="main">

      <!-- B.1 MAIN NAVIGATION -->
      <div class="main-navigation">

        <!-- Navigation Level 3 -->
        <div class="round-border-topright"></div>

        [% INCLUDE "public/sidebar.html" %]

        <br />
        <br />
        <br />
        <h2>Edsger Dijkstra:</h2>
        <p><em>"Program testing can be used to show the presence of bugs, but never to show their absence!"</em></p>

      </div>

      <!-- B.1 MAIN CONTENT -->
      <div class="main-content">

        <!-- Pagetitle -->
        <h1 class="pagetitle">[% title %]</h1>
        <div class="column1-unit">

          [% body %]

        </div>
        <hr class="clear-contentunit" />

      </div>
    </div>

    <!-- C. FOOTER AREA -->
    [% INCLUDE "public/footer.html" %]

  </div>

</body>
</html>