The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=[% settings.charset %]" />
    <title>MooseX::amine</title>
    <script src="<% request.uri_base %>/js/sh_main.min.js" type="text/javascript"></script>
    <script src="<% request.uri_base %>/js/sh_perl.min.js" type="text/javascript"></script>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
    <script src="<% request.uri_base %>/js/jquery.cookie.js" type="text/javascript"></script>
    <script src="<% request.uri_base %>/js/jquery.styleswitch.js" type="text/javascript"></script>
    <style>
      pre { border: 1px solid black; padding: 5px; }
      .styleswitch { text-align: right; }
    </style>
  </head>
  <body onload="sh_highlightDocument();">
    <% content %>
  </body>
</html>