Report for Toadfarm-0.08

Back
From: metabase:user:322078bc-2aae-11df-837a-5e0a49663a4f
Subject: FAIL Toadfarm-0.08 v5.12.1 OpenBSD
Date: 2013-05-15T23:56:55Z

This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--

Dear JHTHORSEN,

This is a computer-generated error report created automatically by
CPANPLUS, version 0.9136. Testers personal comments may appear
at the end of this report.


Thank you for uploading your work to CPAN.  However, it appears that
there were some problems testing your distribution.

TEST RESULTS:

Below is the error stack from stage 'make test':

PERL_DL_NONLAZY=1 /home/cpan/pit/bare/perl-5.12.1/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load.t .......... skipped: Test::Compile required
t/00-pod-coverage.t .. skipped: Test::Pod::Coverage required
t/00-pod.t ........... skipped: Test::Pod required

#   Failed test '200 OK'
#   at t/basic.t line 12.
#          got: '500'
#     expected: '200'

#   Failed test 'exact match for content'
#   at t/basic.t line 12.
#          got: '<!DOCTYPE html>
# <html>
#   <head>
#     <title>Server error</title>
#     <meta http-equiv="Pragma" content="no-cache">
#     <meta http-equiv="Expires" content="-1">
#     <script src="/mojo/jquery/jquery.js"></script>
#     <script src="/mojo/prettify/run_prettify.js"></script>
#     <link href="/mojo/prettify/prettify-mojo.css" media="screen" rel="stylesheet" />
#     <style>/*<![CDATA[*/
# 
#       a img { border: 0 }
#       body {
#         background-color: #f5f6f8;
#         color: #445555;
#         font: 0.9em 'Helvetica Neue', Helvetica, sans-serif;
#         font-weight: normal;
#         line-height: 1.5em;
#         margin: 0;
#       }
#       pre {
#         font: 0.8em Consolas, Menlo, Monaco, Courier, monospace;
#         margin: 0;
#         white-space: pre-wrap;
#       }
#       table {
#         border-collapse: collapse;
#         margin-top: 1em;
#         margin-bottom: 1em;
#         width: 100%;
#       }
#       td { padding: 0.5em }
#       .box {
#         background-color: #fff;
#         -moz-box-shadow: 0px 0px 2px #ccc;
#         -webkit-box-shadow: 0px 0px 2px #ccc;
#         box-shadow: 0px 0px 2px #ccc;
#         overflow: hidden;
#         padding: 1em;
#       }
#       .code {
#         background-color: #1a1a1a;
#         background: url(/mojo/pinstripe.gif);
#         color: #eee;
#         text-shadow: #333 0 1px 0;
#       }
#       .important { background-color: rgba(47, 48, 50, .75) }
#       .infobox { color: #333 }
#       .infobox tr:nth-child(odd) .value { background-color: #ddeeff }
#       .infobox tr:nth-child(even) .value { background-color: #eef9ff }
#       .key { text-align: right }
#       .spaced {
#         margin-left: 5em;
#         margin-right: 5em;
#       }
#       .striped { border-top: solid #cce4ff 1px }
#       .tap {
#         font: 0.5em Verdana, sans-serif;
#         text-align: center;
#       }
#       .value {
#         padding-left: 1em;
#         width: 100%;
#       }
#       #footer {
#         padding-top: 1em;
#         text-align: center;
#       }
#       #nothing { padding-top: 60px }
#       #showcase > pre {
#         font: 1.5em 'Helvetica Neue', Helvetica, sans-serif;
#         font-weight: 300;
#         margin: 0;
#         text-shadow: #333 0 1px 0;
#       }
#       #showcase td {
#         padding-top: 0;
#         padding-bottom: 0;
#       }
#       #showcase .key { padding-right: 0 }
#       #more, #trace {
#         -moz-border-radius-bottomleft: 5px;
#         border-bottom-left-radius: 5px;
#         -moz-border-radius-bottomright: 5px;
#         border-bottom-right-radius: 5px;
#       }
#       #more .tap, #trace .tap { text-shadow: #ddd 0 1px 0 }
#       #request {
#         -moz-border-radius-topleft: 5px;
#         border-top-left-radius: 5px;
#         -moz-border-radius-topright: 5px;
#         border-top-right-radius: 5px;
#         margin-top: 1em;
#       }
#       #wrapperlicious {
#         max-width: 1000px;
#         margin: 0 auto;
#       }
# 
# /*]]>*/</style>  </head>
#   <body>
#     <script src="/mojo/jquery/jquery.js"></script>
# <div id="mojobar">
#   <style scoped="scoped">/*<![CDATA[*/
# 
#     #mojobar {
#       background-color: #1a1a1a;
#       background: -webkit-gradient(
#         linear,
#         0% 0%,
#         0% 100%,
#         color-stop(0%, #2a2a2a),
#         color-stop(100%, #000)
#       );
#       background: -moz-linear-gradient(
#         top,
#         #2a2a2a 0%,
#         #000 100%
#       );
#       background: linear-gradient(top, #2a2a2a 0%, #000 100%);
#       -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
#       -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
#       box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
#       height: 46px;
#       overflow: hidden;
#       position: absolute;
#       text-align: right;
#       vertical-align: middle;
#       width: 100%;
#       z-index: 1000;
#     }
#     #mojobar-logo {
#       float: left;
#       margin-left: 5em;
#       padding-top: 3px;
#     }
#     #mojobar-links {
#       display:table-cell;
#       float: right;
#       height: 60px;
#       margin-right: 5em;
#       margin-top: 1em;
#     }
#     #mojobar-links a {
#       color: #ccc;
#       font: 1em 'Helvetica Neue', Helvetica, sans-serif;
#       font-weight: 300;
#       margin-left: 0.5em;
#       padding-bottom: 1em;
#       padding-top: 1em;
#       text-decoration: none;
#       -webkit-transition: all 200ms ease-in-out;
#       -moz-transition: all 200ms ease-in-out;
#       -o-transition: all 200ms ease-in-out;
#       transition: all 200ms ease-in-out;
#     }
#     #mojobar-links a:hover { color: #fff }
# 
# /*]]>*/</style>  <div id="mojobar-logo">
#     <a href="http://mojolicio.us">
#       <img alt="Mojolicious logo" src="/mojo/logo-white.png" />
# </a>  </div>
#   <div id="mojobar-links">
#     <a href="http://mojolicio.us/perldoc">Documentation</a>
#     <a href="http://mojocasts.com">Screencasts</a>
#     <a href="https://github.com/kraih/mojo/wiki">Wiki</a>
#     <a href="https://github.com/kraih/mojo">GitHub</a>
#     <a href="http://metacpan.org/release/Mojolicious/">CPAN</a>
#     <a href="http://groups.google.com/group/mojolicious">MailingList</a>
#     <a href="http://blog.kraih.com">Blog</a>
#     <a href="http://twitter.com/kraih">Twitter</a>
#   </div>
# </div>
# <script>//<![CDATA[
# 
#   $(window).load(function () {
#     if (window.location.hash) {
#       var tweak = $(window.location.hash).offset().top - 50;
#       $('html, body').animate({scrollTop:tweak}, 1);
#     }
#     var mojobar = $('#mojobar');
#     var start   = mojobar.offset().top;
#     var fixed;
#     $(window).scroll(function () {
#       if (!fixed && (mojobar.offset().top - $(window).scrollTop() < 0)) {
#         mojobar.css('top', 0);
#         mojobar.css('position', 'fixed');
#         fixed = true;
#       } else if (fixed && $(window).scrollTop() <= start) {
#         mojobar.css('position', 'absolute');
#         mojobar.css('top', start + 'px');
#         fixed = false;
#       }
#     });
#   });
#   $(document).ready(function() {
#     $(".mojoscroll").click(function(e) {
#       e.preventDefault();
#       e.stopPropagation();
#       var parts  = this.href.split("#");
#       var hash   = "#" + parts[1];
#       var target = $(hash);
#       var top    = target.offset().top - 50;
#       var old    = target.attr('id');
#       target.attr('id', '');
#       location.hash = hash;
#       target.attr('id', old);
#       $('html, body').animate({scrollTop:top}, 1);
#     });
#   });
# 
# //]]></script>
#     <div id="wrapperlicious">
#       <div id="nothing" class="box spaced"></div>
#       <div id="showcase" class="box code spaced">
#         <pre>Can&#39;t locate object method &quot;render_text&quot; via package &quot;Mojolicious::Controller&quot; at t/lib/Test.pm line 5
# </pre>
#         <div id="context">
#           <table>
#                       <tr>
#           <td class="key">57</td>
#           <td class="value"><pre class="prettyprint">    # Icky backwards compatibility wrapper. :-(</pre></td>
# </tr>
#                       <tr>
#           <td class="key">58</td>
#           <td class="value"><pre class="prettyprint">    local @CARP_NOT = defined &amp;{&quot;CORE::GLOBAL::caller&quot;} ? &amp;{&quot;CORE::GLOBAL::caller&quot;}() : caller();</pre></td>
# </tr>
#                       <tr>
#           <td class="key">59</td>
#           <td class="value"><pre class="prettyprint">    shortmess_heavy(@_);</pre></td>
# </tr>
#                       <tr>
#           <td class="key">60</td>
#           <td class="value"><pre class="prettyprint">};</pre></td>
# </tr>
#                       <tr>
#           <td class="key">61</td>
#           <td class="value"><pre class="prettyprint"></pre></td>
# </tr>
#                       <tr class="important">
#           <td class="key">62</td>
#           <td class="value"><pre class="prettyprint">sub croak   { die  shortmess @_ }</pre></td>
# </tr>
#                       <tr>
#           <td class="key">63</td>
#           <td class="value"><pre class="prettyprint">sub confess { die  longmess  @_ }</pre></td>
# </tr>
#                       <tr>
#           <td class="key">64</td>
#           <td class="value"><pre class="prettyprint">sub carp    { warn shortmess @_ }</pre></td>
# </tr>
#                       <tr>
#           <td class="key">65</td>
#           <td class="value"><pre class="prettyprint">sub cluck   { warn longmess  @_ }</pre></td>
# </tr>
#                       <tr>
#           <td class="key">66</td>
#           <td class="value"><pre class="prettyprint"></pre></td>
# </tr>
#                       <tr>
#           <td class="key">67</td>
#           <td class="value"><pre class="prettyprint">sub caller_info {</pre></td>
# </tr>
#           </table>
#         </div>
#       </div>
#       <div id="trace" class="box spaced">
#           <div class="infobox" id="frames">
#             <table>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/perl-5.12.1/lib/5.12.1/Carp.pm:62</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Controller.pm:35</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>t/lib/Test.pm:5</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Routes.pm:98</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Routes.pm:224</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Routes.pm:63</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious.pm:137</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious.pm:157</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Plugins.pm:20</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious.pm:191</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious.pm:191</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Plugins.pm:20</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Plugins.pm:22</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious.pm:161</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Routes.pm:161</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Routes.pm:224</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Routes.pm:63</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious.pm:137</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious.pm:157</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Plugins.pm:20</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious.pm:191</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious.pm:191</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Plugins.pm:20</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Plugins.pm:22</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious.pm:161</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Server.pm:14</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/EventEmitter.pm:13</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Server/Daemon.pm:105</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/EventEmitter.pm:13</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Transaction/HTTP.pm:55</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Server/Daemon.pm:214</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Server/Daemon.pm:194</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/EventEmitter.pm:30</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/EventEmitter.pm:30</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/IOLoop/Stream.pm:120</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/IOLoop/Stream.pm:53</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Reactor/Poll.pm:109</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Reactor/Poll.pm:109</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Reactor/Poll.pm:46</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Reactor/Poll.pm:86</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/IOLoop.pm:154</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/UserAgent.pm:101</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/UserAgent.pm:37</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Test/Mojo.pm:339</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Test/Mojo.pm:119</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>t/basic.t:12</pre>
#                   </td>
#                 </tr>
#             </table>
#           </div>
#           <div class="tap">tap for more</div>
#           <script>//<![CDATA[
# 
#             $('#trace').click(function() {
#               $('#frames').slideToggle('slow');
#             });
#             $('#frames').toggle();
# 
# //]]></script>      </div>
#       <div id="request" class="box infobox spaced">
#         <table>
#                   <tr>
#           <td class="key">Method:</td>
#           <td class="striped value"><pre>GET</pre></td>
#         </tr>
# 
#                   <tr>
#           <td class="key">URL:</td>
#           <td class="striped value"><pre>/</pre></td>
#         </tr>
# 
#                   <tr>
#           <td class="key">Base URL:</td>
#           <td class="striped value"><pre>http://te.st</pre></td>
#         </tr>
# 
#                   <tr>
#           <td class="key">Parameters:</td>
#           <td class="striped value"><pre>{}
# </pre></td>
#         </tr>
# 
#                   <tr>
#           <td class="key">Stash:</td>
#           <td class="striped value"><pre>{
#   &#39;app&#39; =&gt; bless( {
#     &#39;commands&#39; =&gt; bless( {
#       &#39;app&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}
#     }, &#39;Mojolicious::Commands&#39; ),
#     &#39;controller_class&#39; =&gt; &#39;Mojolicious::Controller&#39;,
#     &#39;defaults&#39; =&gt; {},
#     &#39;dispatch&#39; =&gt; 1,
#     &#39;home&#39; =&gt; bless( {
#       &#39;parts&#39; =&gt; [
#         &#39;&#39;,
#         &#39;home&#39;,
#         &#39;cpan&#39;,
#         &#39;pit&#39;,
#         &#39;bare&#39;,
#         &#39;conf&#39;,
#         &#39;perl-5.12.1&#39;,
#         &#39;.cpanplus&#39;,
#         &#39;5.12.1&#39;,
#         &#39;build&#39;,
#         &#39;Toadfarm-0.08&#39;,
#         &#39;t&#39;,
#         &#39;lib&#39;
#       ]
#     }, &#39;Mojo::Home&#39; ),
#     &#39;log&#39; =&gt; bless( {
#       &#39;events&#39; =&gt; {
#         &#39;message&#39; =&gt; [
#           sub { &quot;DUMMY&quot; }
#         ]
#       }
#     }, &#39;Mojo::Log&#39; ),
#     &#39;mode&#39; =&gt; &#39;development&#39;,
#     &#39;moniker&#39; =&gt; &#39;Test&#39;,
#     &#39;plugins&#39; =&gt; bless( {
#       &#39;events&#39; =&gt; {
#         &#39;around_dispatch&#39; =&gt; [
#           sub { &quot;DUMMY&quot; },
#           sub { &quot;DUMMY&quot; }
#         ]
#       },
#       &#39;namespaces&#39; =&gt; [
#         &#39;Mojolicious::Plugin&#39;
#       ]
#     }, &#39;Mojolicious::Plugins&#39; ),
#     &#39;renderer&#39; =&gt; bless( {
#       &#39;cache&#39; =&gt; bless( {
#         &#39;cache&#39; =&gt; {
#           &#39;42ef005aaacfbd5a19c7d1f3f8ec9c3f&#39; =&gt; bless( {
#             &#39;auto_escape&#39; =&gt; 1,
#             &#39;encoding&#39; =&gt; &#39;UTF-8&#39;,
#             &#39;prepend&#39; =&gt; &#39;my $self = shift; Scalar::Util::weaken $self;no strict \&#39;refs\&#39;; no warnings \&#39;redefine\&#39;;my $_H = $self-&gt;app-&gt;renderer-&gt;helpers;sub search_field; *search_field = sub { $_H-&gt;{\&#39;search_field\&#39;}-&gt;($self, @_) };sub radio_button; *radio_button = sub { $_H-&gt;{\&#39;radio_button\&#39;}-&gt;($self, @_) };sub hidden_field; *hidden_field = sub { $_H-&gt;{\&#39;hidden_field\&#39;}-&gt;($self, @_) };sub content; *content = sub { $_H-&gt;{\&#39;content\&#39;}-&gt;($self, @_) };sub javascript; *javascript = sub { $_H-&gt;{\&#39;javascript\&#39;}-&gt;($self, @_) };sub dumper; *dumper = sub { $_H-&gt;{\&#39;dumper\&#39;}-&gt;($self, @_) };sub color_field; *color_field = sub { $_H-&gt;{\&#39;color_field\&#39;}-&gt;($self, @_) };sub url_for; *url_for = sub { $_H-&gt;{\&#39;url_for\&#39;}-&gt;($self, @_) };sub layout; *layout = sub { $_H-&gt;{\&#39;layout\&#39;}-&gt;($self, @_) };sub file_field; *file_field = sub { $_H-&gt;{\&#39;file_field\&#39;}-&gt;($self, @_) };sub date_field; *date_field = sub { $_H-&gt;{\&#39;date_field\&#39;}-&gt;($self, @_) };sub session; *session = sub { $_H-&gt;{\&#39;session\&#39;}-&gt;($self, @_) };sub tag; *tag = sub { $_H-&gt;{\&#39;tag\&#39;}-&gt;($self, @_) };sub submit_button; *submit_button = sub { $_H-&gt;{\&#39;submit_button\&#39;}-&gt;($self, @_) };sub tel_field; *tel_field = sub { $_H-&gt;{\&#39;tel_field\&#39;}-&gt;($self, @_) };sub email_field; *email_field = sub { $_H-&gt;{\&#39;email_field\&#39;}-&gt;($self, @_) };sub param; *param = sub { $_H-&gt;{\&#39;param\&#39;}-&gt;($self, @_) };sub extends; *extends = sub { $_H-&gt;{\&#39;extends\&#39;}-&gt;($self, @_) };sub t; *t = sub { $_H-&gt;{\&#39;t\&#39;}-&gt;($self, @_) };sub text_field; *text_field = sub { $_H-&gt;{\&#39;text_field\&#39;}-&gt;($self, @_) };sub flash; *flash = sub { $_H-&gt;{\&#39;flash\&#39;}-&gt;($self, @_) };sub app; *app = sub { $_H-&gt;{\&#39;app\&#39;}-&gt;($self, @_) };sub stash; *stash = sub { $_H-&gt;{\&#39;stash\&#39;}-&gt;($self, @_) };sub range_field; *range_field = sub { $_H-&gt;{\&#39;range_field\&#39;}-&gt;($self, @_) };sub input_tag; *input_tag = sub { $_H-&gt;{\&#39;input_tag\&#39;}-&gt;($self, @_) };sub select_field; *select_field = sub { $_H-&gt;{\&#39;select_field\&#39;}-&gt;($self, @_) };sub time_field; *time_field = sub { $_H-&gt;{\&#39;time_field\&#39;}-&gt;($self, @_) };sub month_field; *month_field = sub { $_H-&gt;{\&#39;month_field\&#39;}-&gt;($self, @_) };sub datetime_field; *datetime_field = sub { $_H-&gt;{\&#39;datetime_field\&#39;}-&gt;($self, @_) };sub title; *title = sub { $_H-&gt;{\&#39;title\&#39;}-&gt;($self, @_) };sub check_box; *check_box = sub { $_H-&gt;{\&#39;check_box\&#39;}-&gt;($self, @_) };sub content_for; *content_for = sub { $_H-&gt;{\&#39;content_for\&#39;}-&gt;($self, @_) };sub current_route; *current_route = sub { $_H-&gt;{\&#39;current_route\&#39;}-&gt;($self, @_) };sub number_field; *number_field = sub { $_H-&gt;{\&#39;number_field\&#39;}-&gt;($self, @_) };sub include; *include = sub { $_H-&gt;{\&#39;include\&#39;}-&gt;($self, @_) };sub url_with; *url_with = sub { $_H-&gt;{\&#39;url_with\&#39;}-&gt;($self, @_) };sub week_field; *week_field = sub { $_H-&gt;{\&#39;week_field\&#39;}-&gt;($self, @_) };sub stylesheet; *stylesheet = sub { $_H-&gt;{\&#39;stylesheet\&#39;}-&gt;($self, @_) };sub url_field; *url_field = sub { $_H-&gt;{\&#39;url_field\&#39;}-&gt;($self, @_) };sub form_for; *form_for = sub { $_H-&gt;{\&#39;form_for\&#39;}-&gt;($self, @_) };sub text_area; *text_area = sub { $_H-&gt;{\&#39;text_area\&#39;}-&gt;($self, @_) };sub image; *image = sub { $_H-&gt;{\&#39;image\&#39;}-&gt;($self, @_) };sub password_field; *password_field = sub { $_H-&gt;{\&#39;password_field\&#39;}-&gt;($self, @_) };sub config; *config = sub { $_H-&gt;{\&#39;config\&#39;}-&gt;($self, @_) };sub link_to; *link_to = sub { $_H-&gt;{\&#39;link_to\&#39;}-&gt;($self, @_) };use strict;my $_S = $self-&gt;stash; my $status = $_S-&gt;{\&#39;status\&#39;}; my $cb = $_S-&gt;{\&#39;cb\&#39;}; my $layout = $_S-&gt;{\&#39;layout\&#39;}; my $snapshot = $_S-&gt;{\&#39;snapshot\&#39;}; my $extends = $_S-&gt;{\&#39;extends\&#39;}; my $app = $_S-&gt;{\&#39;app\&#39;}; my $path = $_S-&gt;{\&#39;path\&#39;}; my $format = $_S-&gt;{\&#39;format\&#39;}; my $handler = $_S-&gt;{\&#39;handler\&#39;}; my $exception = $_S-&gt;{\&#39;exception\&#39;}; my $config = $_S-&gt;{\&#39;config\&#39;};&#39;
#           }, &#39;Mojo::Template&#39; ),
#           &#39;6920dec8976d6adecc97db1b4fa7bf2b&#39; =&gt; bless( {
#             &#39;auto_escape&#39; =&gt; 1,
#             &#39;encoding&#39; =&gt; &#39;UTF-8&#39;,
#             &#39;prepend&#39; =&gt; &#39;my $self = shift; Scalar::Util::weaken $self;no strict \&#39;refs\&#39;; no warnings \&#39;redefine\&#39;;my $_H = $self-&gt;app-&gt;renderer-&gt;helpers;sub search_field; *search_field = sub { $_H-&gt;{\&#39;search_field\&#39;}-&gt;($self, @_) };sub radio_button; *radio_button = sub { $_H-&gt;{\&#39;radio_button\&#39;}-&gt;($self, @_) };sub hidden_field; *hidden_field = sub { $_H-&gt;{\&#39;hidden_field\&#39;}-&gt;($self, @_) };sub content; *content = sub { $_H-&gt;{\&#39;content\&#39;}-&gt;($self, @_) };sub javascript; *javascript = sub { $_H-&gt;{\&#39;javascript\&#39;}-&gt;($self, @_) };sub dumper; *dumper = sub { $_H-&gt;{\&#39;dumper\&#39;}-&gt;($self, @_) };sub color_field; *color_field = sub { $_H-&gt;{\&#39;color_field\&#39;}-&gt;($self, @_) };sub url_for; *url_for = sub { $_H-&gt;{\&#39;url_for\&#39;}-&gt;($self, @_) };sub layout; *layout = sub { $_H-&gt;{\&#39;layout\&#39;}-&gt;($self, @_) };sub file_field; *file_field = sub { $_H-&gt;{\&#39;file_field\&#39;}-&gt;($self, @_) };sub date_field; *date_field = sub { $_H-&gt;{\&#39;date_field\&#39;}-&gt;($self, @_) };sub session; *session = sub { $_H-&gt;{\&#39;session\&#39;}-&gt;($self, @_) };sub tag; *tag = sub { $_H-&gt;{\&#39;tag\&#39;}-&gt;($self, @_) };sub submit_button; *submit_button = sub { $_H-&gt;{\&#39;submit_button\&#39;}-&gt;($self, @_) };sub tel_field; *tel_field = sub { $_H-&gt;{\&#39;tel_field\&#39;}-&gt;($self, @_) };sub email_field; *email_field = sub { $_H-&gt;{\&#39;email_field\&#39;}-&gt;($self, @_) };sub param; *param = sub { $_H-&gt;{\&#39;param\&#39;}-&gt;($self, @_) };sub extends; *extends = sub { $_H-&gt;{\&#39;extends\&#39;}-&gt;($self, @_) };sub t; *t = sub { $_H-&gt;{\&#39;t\&#39;}-&gt;($self, @_) };sub text_field; *text_field = sub { $_H-&gt;{\&#39;text_field\&#39;}-&gt;($self, @_) };sub flash; *flash = sub { $_H-&gt;{\&#39;flash\&#39;}-&gt;($self, @_) };sub app; *app = sub { $_H-&gt;{\&#39;app\&#39;}-&gt;($self, @_) };sub stash; *stash = sub { $_H-&gt;{\&#39;stash\&#39;}-&gt;($self, @_) };sub range_field; *range_field = sub { $_H-&gt;{\&#39;range_field\&#39;}-&gt;($self, @_) };sub input_tag; *input_tag = sub { $_H-&gt;{\&#39;input_tag\&#39;}-&gt;($self, @_) };sub select_field; *select_field = sub { $_H-&gt;{\&#39;select_field\&#39;}-&gt;($self, @_) };sub time_field; *time_field = sub { $_H-&gt;{\&#39;time_field\&#39;}-&gt;($self, @_) };sub month_field; *month_field = sub { $_H-&gt;{\&#39;month_field\&#39;}-&gt;($self, @_) };sub datetime_field; *datetime_field = sub { $_H-&gt;{\&#39;datetime_field\&#39;}-&gt;($self, @_) };sub title; *title = sub { $_H-&gt;{\&#39;title\&#39;}-&gt;($self, @_) };sub check_box; *check_box = sub { $_H-&gt;{\&#39;check_box\&#39;}-&gt;($self, @_) };sub content_for; *content_for = sub { $_H-&gt;{\&#39;content_for\&#39;}-&gt;($self, @_) };sub current_route; *current_route = sub { $_H-&gt;{\&#39;current_route\&#39;}-&gt;($self, @_) };sub number_field; *number_field = sub { $_H-&gt;{\&#39;number_field\&#39;}-&gt;($self, @_) };sub include; *include = sub { $_H-&gt;{\&#39;include\&#39;}-&gt;($self, @_) };sub url_with; *url_with = sub { $_H-&gt;{\&#39;url_with\&#39;}-&gt;($self, @_) };sub week_field; *week_field = sub { $_H-&gt;{\&#39;week_field\&#39;}-&gt;($self, @_) };sub stylesheet; *stylesheet = sub { $_H-&gt;{\&#39;stylesheet\&#39;}-&gt;($self, @_) };sub url_field; *url_field = sub { $_H-&gt;{\&#39;url_field\&#39;}-&gt;($self, @_) };sub form_for; *form_for = sub { $_H-&gt;{\&#39;form_for\&#39;}-&gt;($self, @_) };sub text_area; *text_area = sub { $_H-&gt;{\&#39;text_area\&#39;}-&gt;($self, @_) };sub image; *image = sub { $_H-&gt;{\&#39;image\&#39;}-&gt;($self, @_) };sub password_field; *password_field = sub { $_H-&gt;{\&#39;password_field\&#39;}-&gt;($self, @_) };sub config; *config = sub { $_H-&gt;{\&#39;config\&#39;}-&gt;($self, @_) };sub link_to; *link_to = sub { $_H-&gt;{\&#39;link_to\&#39;}-&gt;($self, @_) };use strict;my $_S = $self-&gt;stash; my $status = $_S-&gt;{\&#39;status\&#39;}; my $cb = $_S-&gt;{\&#39;cb\&#39;}; my $layout = $_S-&gt;{\&#39;layout\&#39;}; my $snapshot = $_S-&gt;{\&#39;snapshot\&#39;}; my $extends = $_S-&gt;{\&#39;extends\&#39;}; my $app = $_S-&gt;{\&#39;app\&#39;}; my $path = $_S-&gt;{\&#39;path\&#39;}; my $format = $_S-&gt;{\&#39;format\&#39;}; my $handler = $_S-&gt;{\&#39;handler\&#39;}; my $exception = $_S-&gt;{\&#39;exception\&#39;}; my $config = $_S-&gt;{\&#39;config\&#39;};&#39;
#           }, &#39;Mojo::Template&#39; ),
#           &#39;bb710e5195a5de9af4c6e9f2ffda2769&#39; =&gt; bless( {
#             &#39;append&#39; =&gt; &#39;&#39;,
#             &#39;auto_escape&#39; =&gt; 1,
#             &#39;capture_end&#39; =&gt; &#39;end&#39;,
#             &#39;capture_start&#39; =&gt; &#39;begin&#39;,
#             &#39;code&#39; =&gt; &#39;package Mojo::Template::SandBox; use Mojo::Base -strict;sub { my $_M = \&#39;\&#39;; my $self = shift; Scalar::Util::weaken $self;no strict \&#39;refs\&#39;; no warnings \&#39;redefine\&#39;;my $_H = $self-&gt;app-&gt;renderer-&gt;helpers;sub search_field; *search_field = sub { $_H-&gt;{\&#39;search_field\&#39;}-&gt;($self, @_) };sub radio_button; *radio_button = sub { $_H-&gt;{\&#39;radio_button\&#39;}-&gt;($self, @_) };sub hidden_field; *hidden_field = sub { $_H-&gt;{\&#39;hidden_field\&#39;}-&gt;($self, @_) };sub content; *content = sub { $_H-&gt;{\&#39;content\&#39;}-&gt;($self, @_) };sub javascript; *javascript = sub { $_H-&gt;{\&#39;javascript\&#39;}-&gt;($self, @_) };sub dumper; *dumper = sub { $_H-&gt;{\&#39;dumper\&#39;}-&gt;($self, @_) };sub color_field; *color_field = sub { $_H-&gt;{\&#39;color_field\&#39;}-&gt;($self, @_) };sub url_for; *url_for = sub { $_H-&gt;{\&#39;url_for\&#39;}-&gt;($self, @_) };sub layout; *layout = sub { $_H-&gt;{\&#39;layout\&#39;}-&gt;($self, @_) };sub file_field; *file_field = sub { $_H-&gt;{\&#39;file_field\&#39;}-&gt;($self, @_) };sub date_field; *date_field = sub { $_H-&gt;{\&#39;date_field\&#39;}-&gt;($self, @_) };sub session; *session = sub { $_H-&gt;{\&#39;session\&#39;}-&gt;($self, @_) };sub tag; *tag = sub { $_H-&gt;{\&#39;tag\&#39;}-&gt;($self, @_) };sub submit_button; *submit_button = sub { $_H-&gt;{\&#39;submit_button\&#39;}-&gt;($self, @_) };sub tel_field; *tel_field = sub { $_H-&gt;{\&#39;tel_field\&#39;}-&gt;($self, @_) };sub email_field; *email_field = sub { $_H-&gt;{\&#39;email_field\&#39;}-&gt;($self, @_) };sub param; *param = sub { $_H-&gt;{\&#39;param\&#39;}-&gt;($self, @_) };sub extends; *extends = sub { $_H-&gt;{\&#39;extends\&#39;}-&gt;($self, @_) };sub t; *t = sub { $_H-&gt;{\&#39;t\&#39;}-&gt;($self, @_) };sub text_field; *text_field = sub { $_H-&gt;{\&#39;text_field\&#39;}-&gt;($self, @_) };sub flash; *flash = sub { $_H-&gt;{\&#39;flash\&#39;}-&gt;($self, @_) };sub app; *app = sub { $_H-&gt;{\&#39;app\&#39;}-&gt;($self, @_) };sub stash; *stash = sub { $_H-&gt;{\&#39;stash\&#39;}-&gt;($self, @_) };sub range_field; *range_field = sub { $_H-&gt;{\&#39;range_field\&#39;}-&gt;($self, @_) };sub input_tag; *input_tag = sub { $_H-&gt;{\&#39;input_tag\&#39;}-&gt;($self, @_) };sub select_field; *select_field = sub { $_H-&gt;{\&#39;select_field\&#39;}-&gt;($self, @_) };sub time_field; *time_field = sub { $_H-&gt;{\&#39;time_field\&#39;}-&gt;($self, @_) };sub month_field; *month_field = sub { $_H-&gt;{\&#39;month_field\&#39;}-&gt;($self, @_) };sub datetime_field; *datetime_field = sub { $_H-&gt;{\&#39;datetime_field\&#39;}-&gt;($self, @_) };sub title; *title = sub { $_H-&gt;{\&#39;title\&#39;}-&gt;($self, @_) };sub check_box; *check_box = sub { $_H-&gt;{\&#39;check_box\&#39;}-&gt;($self, @_) };sub content_for; *content_for = sub { $_H-&gt;{\&#39;content_for\&#39;}-&gt;($self, @_) };sub current_route; *current_route = sub { $_H-&gt;{\&#39;current_route\&#39;}-&gt;($self, @_) };sub number_field; *number_field = sub { $_H-&gt;{\&#39;number_field\&#39;}-&gt;($self, @_) };sub include; *include = sub { $_H-&gt;{\&#39;include\&#39;}-&gt;($self, @_) };sub url_with; *url_with = sub { $_H-&gt;{\&#39;url_with\&#39;}-&gt;($self, @_) };sub week_field; *week_field = sub { $_H-&gt;{\&#39;week_field\&#39;}-&gt;($self, @_) };sub stylesheet; *stylesheet = sub { $_H-&gt;{\&#39;stylesheet\&#39;}-&gt;($self, @_) };sub url_field; *url_field = sub { $_H-&gt;{\&#39;url_field\&#39;}-&gt;($self, @_) };sub form_for; *form_for = sub { $_H-&gt;{\&#39;form_for\&#39;}-&gt;($self, @_) };sub text_area; *text_area = sub { $_H-&gt;{\&#39;text_area\&#39;}-&gt;($self, @_) };sub image; *image = sub { $_H-&gt;{\&#39;image\&#39;}-&gt;($self, @_) };sub password_field; *password_field = sub { $_H-&gt;{\&#39;password_field\&#39;}-&gt;($self, @_) };sub config; *config = sub { $_H-&gt;{\&#39;config\&#39;}-&gt;($self, @_) };sub link_to; *link_to = sub { $_H-&gt;{\&#39;link_to\&#39;}-&gt;($self, @_) };use strict;my $_S = $self-&gt;stash; my $status = $_S-&gt;{\&#39;status\&#39;}; my $cb = $_S-&gt;{\&#39;cb\&#39;}; my $layout = $_S-&gt;{\&#39;layout\&#39;}; my $snapshot = $_S-&gt;{\&#39;snapshot\&#39;}; my $extends = $_S-&gt;{\&#39;extends\&#39;}; my $app = $_S-&gt;{\&#39;app\&#39;}; my $path = $_S-&gt;{\&#39;path\&#39;}; my $format = $_S-&gt;{\&#39;format\&#39;}; my $handler = $_S-&gt;{\&#39;handler\&#39;}; my $exception = $_S-&gt;{\&#39;exception\&#39;}; my $config = $_S-&gt;{\&#39;config\&#39;};; do { $_M .= &quot;\\&lt;\\!DOCTYPE\\ html\\&gt;\\n&quot;;
# $_M .= &quot;\\&lt;html\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\&lt;head\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\&lt;title\\&gt;Server\\ error\\&lt;\\/title\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\&lt;meta\\ http\\-equiv\\=\\&quot;Pragma\\&quot;\\ content\\=\\&quot;no\\-cache\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\&lt;meta\\ http\\-equiv\\=\\&quot;Expires\\&quot;\\ content\\=\\&quot;\\-1\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  javascript \&#39;/mojo/jquery/jquery.js\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  javascript \&#39;/mojo/prettify/run_prettify.js\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  stylesheet \&#39;/mojo/prettify/prettify-mojo.css\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  stylesheet  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ a\\ img\\ \\{\\ border\\:\\ 0\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ body\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ background\\-color\\:\\ \\#f5f6f8\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ color\\:\\ \\#445555\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ font\\:\\ 0\\.9em\\ \\\&#39;Helvetica\\ Neue\\\&#39;\\,\\ Helvetica\\,\\ sans\\-serif\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ font\\-weight\\:\\ normal\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ line\\-height\\:\\ 1\\.5em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\:\\ 0\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ pre\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ font\\:\\ 0\\.8em\\ Consolas\\,\\ Menlo\\,\\ Monaco\\,\\ Courier\\,\\ monospace\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\:\\ 0\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ white\\-space\\:\\ pre\\-wrap\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ table\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ border\\-collapse\\:\\ collapse\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\-top\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\-bottom\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ width\\:\\ 100\\%\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ td\\ \\{\\ padding\\:\\ 0\\.5em\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.box\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ background\\-color\\:\\ \\#fff\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\-moz\\-box\\-shadow\\:\\ 0px\\ 0px\\ 2px\\ \\#ccc\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\-webkit\\-box\\-shadow\\:\\ 0px\\ 0px\\ 2px\\ \\#ccc\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ box\\-shadow\\:\\ 0px\\ 0px\\ 2px\\ \\#ccc\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ overflow\\:\\ hidden\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ padding\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.code\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ background\\-color\\:\\ \\#1a1a1a\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ background\\:\\ url\\(&quot;;$_M .= _escape scalar  url_for \&#39;/mojo/pinstripe.gif\&#39; ;$_M .= &quot;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ color\\:\\ \\#eee\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ text\\-shadow\\:\\ \\#333\\ 0\\ 1px\\ 0\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.important\\ \\{\\ background\\-color\\:\\ rgba\\(47\\,\\ 48\\,\\ 50\\,\\ \\.75\\)\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.infobox\\ \\{\\ color\\:\\ \\#333\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.infobox\\ tr\\:nth\\-child\\(odd\\)\\ \\.value\\ \\{\\ background\\-color\\:\\ \\#ddeeff\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.infobox\\ tr\\:nth\\-child\\(even\\)\\ \\.value\\ \\{\\ background\\-color\\:\\ \\#eef9ff\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.key\\ \\{\\ text\\-align\\:\\ right\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.spaced\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\-left\\:\\ 5em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\-right\\:\\ 5em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.striped\\ \\{\\ border\\-top\\:\\ solid\\ \\#cce4ff\\ 1px\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.tap\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ font\\:\\ 0\\.5em\\ Verdana\\,\\ sans\\-serif\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ text\\-align\\:\\ center\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.value\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ padding\\-left\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ width\\:\\ 100\\%\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#footer\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ padding\\-top\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ text\\-align\\:\\ center\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#nothing\\ \\{\\ padding\\-top\\:\\ 60px\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#showcase\\ \\&gt;\\ pre\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ font\\:\\ 1\\.5em\\ \\\&#39;Helvetica\\ Neue\\\&#39;\\,\\ Helvetica\\,\\ sans\\-serif\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ font\\-weight\\:\\ 300\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\:\\ 0\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ text\\-shadow\\:\\ \\#333\\ 0\\ 1px\\ 0\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#showcase\\ td\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ padding\\-top\\:\\ 0\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ padding\\-bottom\\:\\ 0\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#showcase\\ \\.key\\ \\{\\ padding\\-right\\:\\ 0\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#more\\,\\ \\#trace\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\-moz\\-border\\-radius\\-bottomleft\\:\\ 5px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ border\\-bottom\\-left\\-radius\\:\\ 5px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\-moz\\-border\\-radius\\-bottomright\\:\\ 5px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ border\\-bottom\\-right\\-radius\\:\\ 5px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#more\\ \\.tap\\,\\ \\#trace\\ \\.tap\\ \\{\\ text\\-shadow\\:\\ \\#ddd\\ 0\\ 1px\\ 0\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#request\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\-moz\\-border\\-radius\\-topleft\\:\\ 5px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ border\\-top\\-left\\-radius\\:\\ 5px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\-moz\\-border\\-radius\\-topright\\:\\ 5px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ border\\-top\\-right\\-radius\\:\\ 5px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\-top\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#wrapperlicious\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ max\\-width\\:\\ 1000px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\:\\ 0\\ auto\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
# $_M .= &quot;\\ \\ \\&lt;\\/head\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\&lt;body\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  include inline =&gt; app-&gt;renderer-&gt;_bundled(\&#39;mojobar\&#39;) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;wrapperlicious\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;nothing\\&quot;\\ class\\=\\&quot;box\\ spaced\\&quot;\\&gt;\\&lt;\\/div\\&gt;\\n&quot;;
#  my $cv =  sub { my $_M = \&#39;\&#39;; 
#  my ($key, $value, $i) = @_; 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  tag \&#39;tr\&#39;, $i ? (class =&gt; \&#39;important\&#39;) : undef,  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;td\\ class\\=\\&quot;key\\&quot;\\&gt;&quot;;$_M .= _escape scalar  $key ;$_M .= &quot;\\&lt;\\/td\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;td\\ class\\=\\&quot;value\\&quot;\\&gt;\\&lt;pre\\ class\\=\\&quot;prettyprint\\&quot;\\&gt;&quot;;$_M .= _escape scalar  $value ;$_M .= &quot;\\&lt;\\/pre\\&gt;\\&lt;\\/td\\&gt;\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
# return Mojo::ByteStream-&gt;new($_M) }; 
#  my $kv =  sub { my $_M = \&#39;\&#39;; 
#  my ($key, $value) = @_; 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;tr\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;td\\ class\\=\\&quot;key\\&quot;\\&gt;&quot;;$_M .= _escape scalar  $key ;$_M .= &quot;\\:\\&lt;\\/td\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;td\\ class\\=\\&quot;striped\\ value\\&quot;\\&gt;\\&lt;pre\\&gt;&quot;;$_M .= _escape scalar  $value ;$_M .= &quot;\\&lt;\\/pre\\&gt;\\&lt;\\/td\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/tr\\&gt;\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;showcase\\&quot;\\ class\\=\\&quot;box\\ code\\ spaced\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;pre\\&gt;&quot;;$_M .= _escape scalar  $exception-&gt;message ;$_M .= &quot;\\&lt;\\/pre\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;context\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;table\\&gt;\\n&quot;;
#  for my $line (@{$exception-&gt;lines_before}) { 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $cv-&gt;($line-&gt;[0], $line-&gt;[1]) ;$_M .= &quot;\\n&quot;;
#  } 
#  if (defined $exception-&gt;line-&gt;[1]) { 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $cv-&gt;($exception-&gt;line-&gt;[0], $exception-&gt;line-&gt;[1], 1) ;$_M .= &quot;\\n&quot;;
#  } 
#  for my $line (@{$exception-&gt;lines_after}) { 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $cv-&gt;($line-&gt;[0], $line-&gt;[1]) ;$_M .= &quot;\\n&quot;;
#  } 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/table\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
#  if (defined $exception-&gt;line-&gt;[2]) { 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;insight\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;table\\&gt;\\n&quot;;
#  for my $line (@{$exception-&gt;lines_before}) { 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $cv-&gt;($line-&gt;[0], $line-&gt;[2]) ;$_M .= &quot;\\n&quot;;
#  } 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $cv-&gt;($exception-&gt;line-&gt;[0], $exception-&gt;line-&gt;[2], 1) ;$_M .= &quot;\\n&quot;;
#  for my $line (@{$exception-&gt;lines_after}) { 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $cv-&gt;($line-&gt;[0], $line-&gt;[2]) ;$_M .= &quot;\\n&quot;;
#  } 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/table\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;div\\ class\\=\\&quot;tap\\&quot;\\&gt;tap\\ for\\ more\\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  javascript  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ var\\ current\\ \\=\\ \\\&#39;\\#context\\\&#39;\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;\\#showcase\\\&#39;\\)\\.click\\(function\\(\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\$\\(current\\)\\.slideToggle\\(\\\&#39;slow\\\&#39;\\,\\ function\\(\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ if\\ \\(current\\ \\=\\=\\ \\\&#39;\\#context\\\&#39;\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ current\\ \\=\\ \\\&#39;\\#insight\\\&#39;\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ else\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ current\\ \\=\\ \\\&#39;\\#context\\\&#39;\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\$\\(current\\)\\.slideToggle\\(\\\&#39;slow\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\}\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\}\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;\\#insight\\\&#39;\\)\\.toggle\\(\\)\\;\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
#  } 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;trace\\&quot;\\ class\\=\\&quot;box\\ spaced\\&quot;\\&gt;\\n&quot;;
#  if (@{$exception-&gt;frames}) { 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;div\\ class\\=\\&quot;infobox\\&quot;\\ id\\=\\&quot;frames\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;table\\&gt;\\n&quot;;
#  for my $frame (@{$exception-&gt;frames}) { 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;tr\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;td\\ class\\=\\&quot;striped\\ value\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;pre\\&gt;&quot;;$_M .= _escape scalar  $frame-&gt;[1] . \&#39;:\&#39; . $frame-&gt;[2] ;$_M .= &quot;\\&lt;\\/pre\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/td\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/tr\\&gt;\\n&quot;;
#  } 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/table\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;div\\ class\\=\\&quot;tap\\&quot;\\&gt;tap\\ for\\ more\\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  javascript  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;\\#trace\\\&#39;\\)\\.click\\(function\\(\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;\\#frames\\\&#39;\\)\\.slideToggle\\(\\\&#39;slow\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\}\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;\\#frames\\\&#39;\\)\\.toggle\\(\\)\\;\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
#  } 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;request\\&quot;\\ class\\=\\&quot;box\\ infobox\\ spaced\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;table\\&gt;\\n&quot;;
#  my $req = $self-&gt;req; 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Method =&gt; $req-&gt;method) ;$_M .= &quot;\\n&quot;;
#  my $url = $req-&gt;url; 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(URL =&gt; $url-&gt;to_string) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(\&#39;Base URL\&#39; =&gt; $url-&gt;base-&gt;to_string) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Parameters =&gt; dumper $req-&gt;params-&gt;to_hash) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Stash =&gt; dumper $snapshot) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Session =&gt; dumper session) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Version =&gt; $req-&gt;version) ;$_M .= &quot;\\n&quot;;
#  for my $name (@{$self-&gt;req-&gt;headers-&gt;names}) { 
#  my $value = $self-&gt;req-&gt;headers-&gt;header($name); 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;($name, $value) ;$_M .= &quot;\\n&quot;;
#  } 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/table\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;more\\&quot;\\ class\\=\\&quot;box\\ infobox\\ spaced\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;infos\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;table\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Perl =&gt; &quot;$^V ($^O)&quot;) ;$_M .= &quot;\\n&quot;;
#  my $version  = $Mojolicious::VERSION; 
#  my $codename = $Mojolicious::CODENAME; 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Mojolicious =&gt; &quot;$version ($codename)&quot;) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Home =&gt; app-&gt;home) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Include =&gt; dumper \\@INC) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(PID =&gt; $$) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Name =&gt; $0) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Executable =&gt; $^X) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Time =&gt; scalar localtime(time)) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/table\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;div\\ class\\=\\&quot;tap\\&quot;\\&gt;tap\\ for\\ more\\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;footer\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to \&#39;http://mojolicio.us\&#39; =&gt;  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  image \&#39;/mojo/logo-black.png\&#39;, alt =&gt; \&#39;Mojolicious logo\&#39; ;$_M .= &quot;\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
# $_M .= &quot;\\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  javascript  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;\\#more\\\&#39;\\)\\.click\\(function\\(\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;\\#infos\\\&#39;\\)\\.slideToggle\\(\\\&#39;slow\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;\\#infos\\\&#39;\\)\\.toggle\\(\\)\\;\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
# $_M .= &quot;\\ \\ \\&lt;\\/body\\&gt;\\n&quot;;
# $_M .= &quot;\\&lt;\\/html\\&gt;\\n&quot;;; $_M } };&#39;,
#             &#39;comment_mark&#39; =&gt; &#39;#&#39;,
#             &#39;compiled&#39; =&gt; sub { &quot;DUMMY&quot; },
#             &#39;escape&#39; =&gt; sub { &quot;DUMMY&quot; },
#             &#39;escape_mark&#39; =&gt; &#39;=&#39;,
#             &#39;expression_mark&#39; =&gt; &#39;=&#39;,
#             &#39;line_start&#39; =&gt; &#39;%&#39;,
#             &#39;name&#39; =&gt; &#39;inline template&#39;,
#             &#39;namespace&#39; =&gt; &#39;Mojo::Template::SandBox&#39;,
#             &#39;prepend&#39; =&gt; &#39;my $self = shift; Scalar::Util::weaken $self;no strict \&#39;refs\&#39;; no warnings \&#39;redefine\&#39;;my $_H = $self-&gt;app-&gt;renderer-&gt;helpers;sub search_field; *search_field = sub { $_H-&gt;{\&#39;search_field\&#39;}-&gt;($self, @_) };sub radio_button; *radio_button = sub { $_H-&gt;{\&#39;radio_button\&#39;}-&gt;($self, @_) };sub hidden_field; *hidden_field = sub { $_H-&gt;{\&#39;hidden_field\&#39;}-&gt;($self, @_) };sub content; *content = sub { $_H-&gt;{\&#39;content\&#39;}-&gt;($self, @_) };sub javascript; *javascript = sub { $_H-&gt;{\&#39;javascript\&#39;}-&gt;($self, @_) };sub dumper; *dumper = sub { $_H-&gt;{\&#39;dumper\&#39;}-&gt;($self, @_) };sub color_field; *color_field = sub { $_H-&gt;{\&#39;color_field\&#39;}-&gt;($self, @_) };sub url_for; *url_for = sub { $_H-&gt;{\&#39;url_for\&#39;}-&gt;($self, @_) };sub layout; *layout = sub { $_H-&gt;{\&#39;layout\&#39;}-&gt;($self, @_) };sub file_field; *file_field = sub { $_H-&gt;{\&#39;file_field\&#39;}-&gt;($self, @_) };sub date_field; *date_field = sub { $_H-&gt;{\&#39;date_field\&#39;}-&gt;($self, @_) };sub session; *session = sub { $_H-&gt;{\&#39;session\&#39;}-&gt;($self, @_) };sub tag; *tag = sub { $_H-&gt;{\&#39;tag\&#39;}-&gt;($self, @_) };sub submit_button; *submit_button = sub { $_H-&gt;{\&#39;submit_button\&#39;}-&gt;($self, @_) };sub tel_field; *tel_field = sub { $_H-&gt;{\&#39;tel_field\&#39;}-&gt;($self, @_) };sub email_field; *email_field = sub { $_H-&gt;{\&#39;email_field\&#39;}-&gt;($self, @_) };sub param; *param = sub { $_H-&gt;{\&#39;param\&#39;}-&gt;($self, @_) };sub extends; *extends = sub { $_H-&gt;{\&#39;extends\&#39;}-&gt;($self, @_) };sub t; *t = sub { $_H-&gt;{\&#39;t\&#39;}-&gt;($self, @_) };sub text_field; *text_field = sub { $_H-&gt;{\&#39;text_field\&#39;}-&gt;($self, @_) };sub flash; *flash = sub { $_H-&gt;{\&#39;flash\&#39;}-&gt;($self, @_) };sub app; *app = sub { $_H-&gt;{\&#39;app\&#39;}-&gt;($self, @_) };sub stash; *stash = sub { $_H-&gt;{\&#39;stash\&#39;}-&gt;($self, @_) };sub range_field; *range_field = sub { $_H-&gt;{\&#39;range_field\&#39;}-&gt;($self, @_) };sub input_tag; *input_tag = sub { $_H-&gt;{\&#39;input_tag\&#39;}-&gt;($self, @_) };sub select_field; *select_field = sub { $_H-&gt;{\&#39;select_field\&#39;}-&gt;($self, @_) };sub time_field; *time_field = sub { $_H-&gt;{\&#39;time_field\&#39;}-&gt;($self, @_) };sub month_field; *month_field = sub { $_H-&gt;{\&#39;month_field\&#39;}-&gt;($self, @_) };sub datetime_field; *datetime_field = sub { $_H-&gt;{\&#39;datetime_field\&#39;}-&gt;($self, @_) };sub title; *title = sub { $_H-&gt;{\&#39;title\&#39;}-&gt;($self, @_) };sub check_box; *check_box = sub { $_H-&gt;{\&#39;check_box\&#39;}-&gt;($self, @_) };sub content_for; *content_for = sub { $_H-&gt;{\&#39;content_for\&#39;}-&gt;($self, @_) };sub current_route; *current_route = sub { $_H-&gt;{\&#39;current_route\&#39;}-&gt;($self, @_) };sub number_field; *number_field = sub { $_H-&gt;{\&#39;number_field\&#39;}-&gt;($self, @_) };sub include; *include = sub { $_H-&gt;{\&#39;include\&#39;}-&gt;($self, @_) };sub url_with; *url_with = sub { $_H-&gt;{\&#39;url_with\&#39;}-&gt;($self, @_) };sub week_field; *week_field = sub { $_H-&gt;{\&#39;week_field\&#39;}-&gt;($self, @_) };sub stylesheet; *stylesheet = sub { $_H-&gt;{\&#39;stylesheet\&#39;}-&gt;($self, @_) };sub url_field; *url_field = sub { $_H-&gt;{\&#39;url_field\&#39;}-&gt;($self, @_) };sub form_for; *form_for = sub { $_H-&gt;{\&#39;form_for\&#39;}-&gt;($self, @_) };sub text_area; *text_area = sub { $_H-&gt;{\&#39;text_area\&#39;}-&gt;($self, @_) };sub image; *image = sub { $_H-&gt;{\&#39;image\&#39;}-&gt;($self, @_) };sub password_field; *password_field = sub { $_H-&gt;{\&#39;password_field\&#39;}-&gt;($self, @_) };sub config; *config = sub { $_H-&gt;{\&#39;config\&#39;}-&gt;($self, @_) };sub link_to; *link_to = sub { $_H-&gt;{\&#39;link_to\&#39;}-&gt;($self, @_) };use strict;my $_S = $self-&gt;stash; my $status = $_S-&gt;{\&#39;status\&#39;}; my $cb = $_S-&gt;{\&#39;cb\&#39;}; my $layout = $_S-&gt;{\&#39;layout\&#39;}; my $snapshot = $_S-&gt;{\&#39;snapshot\&#39;}; my $extends = $_S-&gt;{\&#39;extends\&#39;}; my $app = $_S-&gt;{\&#39;app\&#39;}; my $path = $_S-&gt;{\&#39;path\&#39;}; my $format = $_S-&gt;{\&#39;format\&#39;}; my $handler = $_S-&gt;{\&#39;handler\&#39;}; my $exception = $_S-&gt;{\&#39;exception\&#39;}; my $config = $_S-&gt;{\&#39;config\&#39;};&#39;,
#             &#39;replace_mark&#39; =&gt; &#39;%&#39;,
#             &#39;tag_end&#39; =&gt; &#39;%&gt;&#39;,
#             &#39;tag_start&#39; =&gt; &#39;&lt;%&#39;,
#             &#39;template&#39; =&gt; &#39;&lt;!DOCTYPE html&gt;
# &lt;html&gt;
#   &lt;head&gt;
#     &lt;title&gt;Server error&lt;/title&gt;
#     &lt;meta http-equiv=&quot;Pragma&quot; content=&quot;no-cache&quot;&gt;
#     &lt;meta http-equiv=&quot;Expires&quot; content=&quot;-1&quot;&gt;
#     %= javascript \&#39;/mojo/jquery/jquery.js\&#39;
#     %= javascript \&#39;/mojo/prettify/run_prettify.js\&#39;
#     %= stylesheet \&#39;/mojo/prettify/prettify-mojo.css\&#39;
#     %= stylesheet begin
#       a img { border: 0 }
#       body {
#         background-color: #f5f6f8;
#         color: #445555;
#         font: 0.9em \&#39;Helvetica Neue\&#39;, Helvetica, sans-serif;
#         font-weight: normal;
#         line-height: 1.5em;
#         margin: 0;
#       }
#       pre {
#         font: 0.8em Consolas, Menlo, Monaco, Courier, monospace;
#         margin: 0;
#         white-space: pre-wrap;
#       }
#       table {
#         border-collapse: collapse;
#         margin-top: 1em;
#         margin-bottom: 1em;
#         width: 100%;
#       }
#       td { padding: 0.5em }
#       .box {
#         background-color: #fff;
#         -moz-box-shadow: 0px 0px 2px #ccc;
#         -webkit-box-shadow: 0px 0px 2px #ccc;
#         box-shadow: 0px 0px 2px #ccc;
#         overflow: hidden;
#         padding: 1em;
#       }
#       .code {
#         background-color: #1a1a1a;
#         background: url(&lt;%= url_for \&#39;/mojo/pinstripe.gif\&#39; %&gt;);
#         color: #eee;
#         text-shadow: #333 0 1px 0;
#       }
#       .important { background-color: rgba(47, 48, 50, .75) }
#       .infobox { color: #333 }
#       .infobox tr:nth-child(odd) .value { background-color: #ddeeff }
#       .infobox tr:nth-child(even) .value { background-color: #eef9ff }
#       .key { text-align: right }
#       .spaced {
#         margin-left: 5em;
#         margin-right: 5em;
#       }
#       .striped { border-top: solid #cce4ff 1px }
#       .tap {
#         font: 0.5em Verdana, sans-serif;
#         text-align: center;
#       }
#       .value {
#         padding-left: 1em;
#         width: 100%;
#       }
#       #footer {
#         padding-top: 1em;
#         text-align: center;
#       }
#       #nothing { padding-top: 60px }
#       #showcase &gt; pre {
#         font: 1.5em \&#39;Helvetica Neue\&#39;, Helvetica, sans-serif;
#         font-weight: 300;
#         margin: 0;
#         text-shadow: #333 0 1px 0;
#       }
#       #showcase td {
#         padding-top: 0;
#         padding-bottom: 0;
#       }
#       #showcase .key { padding-right: 0 }
#       #more, #trace {
#         -moz-border-radius-bottomleft: 5px;
#         border-bottom-left-radius: 5px;
#         -moz-border-radius-bottomright: 5px;
#         border-bottom-right-radius: 5px;
#       }
#       #more .tap, #trace .tap { text-shadow: #ddd 0 1px 0 }
#       #request {
#         -moz-border-radius-topleft: 5px;
#         border-top-left-radius: 5px;
#         -moz-border-radius-topright: 5px;
#         border-top-right-radius: 5px;
#         margin-top: 1em;
#       }
#       #wrapperlicious {
#         max-width: 1000px;
#         margin: 0 auto;
#       }
#     % end
#   &lt;/head&gt;
#   &lt;body&gt;
#     %= include inline =&gt; app-&gt;renderer-&gt;_bundled(\&#39;mojobar\&#39;)
#     &lt;div id=&quot;wrapperlicious&quot;&gt;
#       &lt;div id=&quot;nothing&quot; class=&quot;box spaced&quot;&gt;&lt;/div&gt;
#       % my $cv = begin
#         % my ($key, $value, $i) = @_;
#         %= tag \&#39;tr\&#39;, $i ? (class =&gt; \&#39;important\&#39;) : undef, begin
#           &lt;td class=&quot;key&quot;&gt;&lt;%= $key %&gt;&lt;/td&gt;
#           &lt;td class=&quot;value&quot;&gt;&lt;pre class=&quot;prettyprint&quot;&gt;&lt;%= $value %&gt;&lt;/pre&gt;&lt;/td&gt;
#         % end
#       % end
#       % my $kv = begin
#         % my ($key, $value) = @_;
#         &lt;tr&gt;
#           &lt;td class=&quot;key&quot;&gt;&lt;%= $key %&gt;:&lt;/td&gt;
#           &lt;td class=&quot;striped value&quot;&gt;&lt;pre&gt;&lt;%= $value %&gt;&lt;/pre&gt;&lt;/td&gt;
#         &lt;/tr&gt;
#       % end
#       &lt;div id=&quot;showcase&quot; class=&quot;box code spaced&quot;&gt;
#         &lt;pre&gt;&lt;%= $exception-&gt;message %&gt;&lt;/pre&gt;
#         &lt;div id=&quot;context&quot;&gt;
#           &lt;table&gt;
#             % for my $line (@{$exception-&gt;lines_before}) {
#               %= $cv-&gt;($line-&gt;[0], $line-&gt;[1])
#             % }
#             % if (defined $exception-&gt;line-&gt;[1]) {
#               %= $cv-&gt;($exception-&gt;line-&gt;[0], $exception-&gt;line-&gt;[1], 1)
#             % }
#             % for my $line (@{$exception-&gt;lines_after}) {
#               %= $cv-&gt;($line-&gt;[0], $line-&gt;[1])
#             % }
#           &lt;/table&gt;
#         &lt;/div&gt;
#         % if (defined $exception-&gt;line-&gt;[2]) {
#           &lt;div id=&quot;insight&quot;&gt;
#             &lt;table&gt;
#               % for my $line (@{$exception-&gt;lines_before}) {
#                 %= $cv-&gt;($line-&gt;[0], $line-&gt;[2])
#               % }
#               %= $cv-&gt;($exception-&gt;line-&gt;[0], $exception-&gt;line-&gt;[2], 1)
#               % for my $line (@{$exception-&gt;lines_after}) {
#                 %= $cv-&gt;($line-&gt;[0], $line-&gt;[2])
#               % }
#             &lt;/table&gt;
#           &lt;/div&gt;
#           &lt;div class=&quot;tap&quot;&gt;tap for more&lt;/div&gt;
#           %= javascript begin
#             var current = \&#39;#context\&#39;;
#             $(\&#39;#showcase\&#39;).click(function() {
#               $(current).slideToggle(\&#39;slow\&#39;, function() {
#                 if (current == \&#39;#context\&#39;) {
#                   current = \&#39;#insight\&#39;;
#                 }
#                 else {
#                   current = \&#39;#context\&#39;;
#                 }
#                 $(current).slideToggle(\&#39;slow\&#39;);
#               });
#             });
#             $(\&#39;#insight\&#39;).toggle();
#           % end
#         % }
#       &lt;/div&gt;
#       &lt;div id=&quot;trace&quot; class=&quot;box spaced&quot;&gt;
#         % if (@{$exception-&gt;frames}) {
#           &lt;div class=&quot;infobox&quot; id=&quot;frames&quot;&gt;
#             &lt;table&gt;
#               % for my $frame (@{$exception-&gt;frames}) {
#                 &lt;tr&gt;
#                   &lt;td class=&quot;striped value&quot;&gt;
#                     &lt;pre&gt;&lt;%= $frame-&gt;[1] . \&#39;:\&#39; . $frame-&gt;[2] %&gt;&lt;/pre&gt;
#                   &lt;/td&gt;
#                 &lt;/tr&gt;
#               % }
#             &lt;/table&gt;
#           &lt;/div&gt;
#           &lt;div class=&quot;tap&quot;&gt;tap for more&lt;/div&gt;
#           %= javascript begin
#             $(\&#39;#trace\&#39;).click(function() {
#               $(\&#39;#frames\&#39;).slideToggle(\&#39;slow\&#39;);
#             });
#             $(\&#39;#frames\&#39;).toggle();
#           % end
#         % }
#       &lt;/div&gt;
#       &lt;div id=&quot;request&quot; class=&quot;box infobox spaced&quot;&gt;
#         &lt;table&gt;
#           % my $req = $self-&gt;req;
#           %= $kv-&gt;(Method =&gt; $req-&gt;method)
#           % my $url = $req-&gt;url;
#           %= $kv-&gt;(URL =&gt; $url-&gt;to_string)
#           %= $kv-&gt;(\&#39;Base URL\&#39; =&gt; $url-&gt;base-&gt;to_string)
#           %= $kv-&gt;(Parameters =&gt; dumper $req-&gt;params-&gt;to_hash)
#           %= $kv-&gt;(Stash =&gt; dumper $snapshot)
#           %= $kv-&gt;(Session =&gt; dumper session)
#           %= $kv-&gt;(Version =&gt; $req-&gt;version)
#           % for my $name (@{$self-&gt;req-&gt;headers-&gt;names}) {
#             % my $value = $self-&gt;req-&gt;headers-&gt;header($name);
#             %= $kv-&gt;($name, $value)
#           % }
#         &lt;/table&gt;
#       &lt;/div&gt;
#       &lt;div id=&quot;more&quot; class=&quot;box infobox spaced&quot;&gt;
#         &lt;div id=&quot;infos&quot;&gt;
#           &lt;table&gt;
#             %= $kv-&gt;(Perl =&gt; &quot;$^V ($^O)&quot;)
#             % my $version  = $Mojolicious::VERSION;
#             % my $codename = $Mojolicious::CODENAME;
#             %= $kv-&gt;(Mojolicious =&gt; &quot;$version ($codename)&quot;)
#             %= $kv-&gt;(Home =&gt; app-&gt;home)
#             %= $kv-&gt;(Include =&gt; dumper \\@INC)
#             %= $kv-&gt;(PID =&gt; $$)
#             %= $kv-&gt;(Name =&gt; $0)
#             %= $kv-&gt;(Executable =&gt; $^X)
#             %= $kv-&gt;(Time =&gt; scalar localtime(time))
#           &lt;/table&gt;
#         &lt;/div&gt;
#         &lt;div class=&quot;tap&quot;&gt;tap for more&lt;/div&gt;
#       &lt;/div&gt;
#     &lt;/div&gt;
#     &lt;div id=&quot;footer&quot;&gt;
#       %= link_to \&#39;http://mojolicio.us\&#39; =&gt; begin
#         %= image \&#39;/mojo/logo-black.png\&#39;, alt =&gt; \&#39;Mojolicious logo\&#39;
#       % end
#     &lt;/div&gt;
#     %= javascript begin
#       $(\&#39;#more\&#39;).click(function() {
#         $(\&#39;#infos\&#39;).slideToggle(\&#39;slow\&#39;);
#       });
#       $(\&#39;#infos\&#39;).toggle();
#     % end
#   &lt;/body&gt;
# &lt;/html&gt;
# &#39;,
#             &#39;tree&#39; =&gt; [],
#             &#39;trim_mark&#39; =&gt; &#39;=&#39;
#           }, &#39;Mojo::Template&#39; ),
#           &#39;cd99884e6e1c5191fd812e3b9f81c361&#39; =&gt; bless( {
#             &#39;append&#39; =&gt; &#39;&#39;,
#             &#39;auto_escape&#39; =&gt; 1,
#             &#39;capture_end&#39; =&gt; &#39;end&#39;,
#             &#39;capture_start&#39; =&gt; &#39;begin&#39;,
#             &#39;code&#39; =&gt; &#39;package Mojo::Template::SandBox; use Mojo::Base -strict;sub { my $_M = \&#39;\&#39;; my $self = shift; Scalar::Util::weaken $self;no strict \&#39;refs\&#39;; no warnings \&#39;redefine\&#39;;my $_H = $self-&gt;app-&gt;renderer-&gt;helpers;sub search_field; *search_field = sub { $_H-&gt;{\&#39;search_field\&#39;}-&gt;($self, @_) };sub radio_button; *radio_button = sub { $_H-&gt;{\&#39;radio_button\&#39;}-&gt;($self, @_) };sub hidden_field; *hidden_field = sub { $_H-&gt;{\&#39;hidden_field\&#39;}-&gt;($self, @_) };sub content; *content = sub { $_H-&gt;{\&#39;content\&#39;}-&gt;($self, @_) };sub javascript; *javascript = sub { $_H-&gt;{\&#39;javascript\&#39;}-&gt;($self, @_) };sub dumper; *dumper = sub { $_H-&gt;{\&#39;dumper\&#39;}-&gt;($self, @_) };sub color_field; *color_field = sub { $_H-&gt;{\&#39;color_field\&#39;}-&gt;($self, @_) };sub url_for; *url_for = sub { $_H-&gt;{\&#39;url_for\&#39;}-&gt;($self, @_) };sub layout; *layout = sub { $_H-&gt;{\&#39;layout\&#39;}-&gt;($self, @_) };sub file_field; *file_field = sub { $_H-&gt;{\&#39;file_field\&#39;}-&gt;($self, @_) };sub date_field; *date_field = sub { $_H-&gt;{\&#39;date_field\&#39;}-&gt;($self, @_) };sub session; *session = sub { $_H-&gt;{\&#39;session\&#39;}-&gt;($self, @_) };sub tag; *tag = sub { $_H-&gt;{\&#39;tag\&#39;}-&gt;($self, @_) };sub submit_button; *submit_button = sub { $_H-&gt;{\&#39;submit_button\&#39;}-&gt;($self, @_) };sub tel_field; *tel_field = sub { $_H-&gt;{\&#39;tel_field\&#39;}-&gt;($self, @_) };sub email_field; *email_field = sub { $_H-&gt;{\&#39;email_field\&#39;}-&gt;($self, @_) };sub param; *param = sub { $_H-&gt;{\&#39;param\&#39;}-&gt;($self, @_) };sub extends; *extends = sub { $_H-&gt;{\&#39;extends\&#39;}-&gt;($self, @_) };sub t; *t = sub { $_H-&gt;{\&#39;t\&#39;}-&gt;($self, @_) };sub text_field; *text_field = sub { $_H-&gt;{\&#39;text_field\&#39;}-&gt;($self, @_) };sub flash; *flash = sub { $_H-&gt;{\&#39;flash\&#39;}-&gt;($self, @_) };sub app; *app = sub { $_H-&gt;{\&#39;app\&#39;}-&gt;($self, @_) };sub stash; *stash = sub { $_H-&gt;{\&#39;stash\&#39;}-&gt;($self, @_) };sub range_field; *range_field = sub { $_H-&gt;{\&#39;range_field\&#39;}-&gt;($self, @_) };sub input_tag; *input_tag = sub { $_H-&gt;{\&#39;input_tag\&#39;}-&gt;($self, @_) };sub select_field; *select_field = sub { $_H-&gt;{\&#39;select_field\&#39;}-&gt;($self, @_) };sub time_field; *time_field = sub { $_H-&gt;{\&#39;time_field\&#39;}-&gt;($self, @_) };sub month_field; *month_field = sub { $_H-&gt;{\&#39;month_field\&#39;}-&gt;($self, @_) };sub datetime_field; *datetime_field = sub { $_H-&gt;{\&#39;datetime_field\&#39;}-&gt;($self, @_) };sub title; *title = sub { $_H-&gt;{\&#39;title\&#39;}-&gt;($self, @_) };sub check_box; *check_box = sub { $_H-&gt;{\&#39;check_box\&#39;}-&gt;($self, @_) };sub content_for; *content_for = sub { $_H-&gt;{\&#39;content_for\&#39;}-&gt;($self, @_) };sub current_route; *current_route = sub { $_H-&gt;{\&#39;current_route\&#39;}-&gt;($self, @_) };sub number_field; *number_field = sub { $_H-&gt;{\&#39;number_field\&#39;}-&gt;($self, @_) };sub include; *include = sub { $_H-&gt;{\&#39;include\&#39;}-&gt;($self, @_) };sub url_with; *url_with = sub { $_H-&gt;{\&#39;url_with\&#39;}-&gt;($self, @_) };sub week_field; *week_field = sub { $_H-&gt;{\&#39;week_field\&#39;}-&gt;($self, @_) };sub stylesheet; *stylesheet = sub { $_H-&gt;{\&#39;stylesheet\&#39;}-&gt;($self, @_) };sub url_field; *url_field = sub { $_H-&gt;{\&#39;url_field\&#39;}-&gt;($self, @_) };sub form_for; *form_for = sub { $_H-&gt;{\&#39;form_for\&#39;}-&gt;($self, @_) };sub text_area; *text_area = sub { $_H-&gt;{\&#39;text_area\&#39;}-&gt;($self, @_) };sub image; *image = sub { $_H-&gt;{\&#39;image\&#39;}-&gt;($self, @_) };sub password_field; *password_field = sub { $_H-&gt;{\&#39;password_field\&#39;}-&gt;($self, @_) };sub config; *config = sub { $_H-&gt;{\&#39;config\&#39;}-&gt;($self, @_) };sub link_to; *link_to = sub { $_H-&gt;{\&#39;link_to\&#39;}-&gt;($self, @_) };use strict;my $_S = $self-&gt;stash; my $status = $_S-&gt;{\&#39;status\&#39;}; my $partial = $_S-&gt;{\&#39;partial\&#39;}; my $cb = $_S-&gt;{\&#39;cb\&#39;}; my $layout = $_S-&gt;{\&#39;layout\&#39;}; my $snapshot = $_S-&gt;{\&#39;snapshot\&#39;}; my $extends = $_S-&gt;{\&#39;extends\&#39;}; my $extend = $_S-&gt;{\&#39;extend\&#39;}; my $app = $_S-&gt;{\&#39;app\&#39;}; my $path = $_S-&gt;{\&#39;path\&#39;}; my $format = $_S-&gt;{\&#39;format\&#39;}; my $handler = $_S-&gt;{\&#39;handler\&#39;}; my $exception = $_S-&gt;{\&#39;exception\&#39;}; my $config = $_S-&gt;{\&#39;config\&#39;};; do { $_M .= _escape scalar  javascript \&#39;/mojo/jquery/jquery.js\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\&lt;div\\ id\\=\\&quot;mojobar\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ &quot;;$_M .= _escape scalar  stylesheet scoped =&gt; \&#39;scoped\&#39;,  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\#mojobar\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ background\\-color\\:\\ \\#1a1a1a\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ background\\:\\ \\-webkit\\-gradient\\(\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ linear\\,\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ 0\\%\\ 0\\%\\,\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ 0\\%\\ 100\\%\\,\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ color\\-stop\\(0\\%\\,\\ \\#2a2a2a\\)\\,\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ color\\-stop\\(100\\%\\,\\ \\#000\\)\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ background\\:\\ \\-moz\\-linear\\-gradient\\(\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ top\\,\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\#2a2a2a\\ 0\\%\\,\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\#000\\ 100\\%\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ background\\:\\ linear\\-gradient\\(top\\,\\ \\#2a2a2a\\ 0\\%\\,\\ \\#000\\ 100\\%\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\-moz\\-box\\-shadow\\:\\ 0px\\ 1px\\ 2px\\ rgba\\(0\\,\\ 0\\,\\ 0\\,\\ 0\\.6\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\-webkit\\-box\\-shadow\\:\\ 0px\\ 1px\\ 2px\\ rgba\\(0\\,\\ 0\\,\\ 0\\,\\ 0\\.6\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ box\\-shadow\\:\\ 0px\\ 1px\\ 2px\\ rgba\\(0\\,\\ 0\\,\\ 0\\,\\ 0\\.6\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ height\\:\\ 46px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ overflow\\:\\ hidden\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ position\\:\\ absolute\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ text\\-align\\:\\ right\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ vertical\\-align\\:\\ middle\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ width\\:\\ 100\\%\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ z\\-index\\:\\ 1000\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\#mojobar\\-logo\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ float\\:\\ left\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ margin\\-left\\:\\ 5em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ padding\\-top\\:\\ 3px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\#mojobar\\-links\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ display\\:table\\-cell\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ float\\:\\ right\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ height\\:\\ 60px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ margin\\-right\\:\\ 5em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ margin\\-top\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\#mojobar\\-links\\ a\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ color\\:\\ \\#ccc\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ font\\:\\ 1em\\ \\\&#39;Helvetica\\ Neue\\\&#39;\\,\\ Helvetica\\,\\ sans\\-serif\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ font\\-weight\\:\\ 300\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ margin\\-left\\:\\ 0\\.5em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ padding\\-bottom\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ padding\\-top\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ text\\-decoration\\:\\ none\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\-webkit\\-transition\\:\\ all\\ 200ms\\ ease\\-in\\-out\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\-moz\\-transition\\:\\ all\\ 200ms\\ ease\\-in\\-out\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\-o\\-transition\\:\\ all\\ 200ms\\ ease\\-in\\-out\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ transition\\:\\ all\\ 200ms\\ ease\\-in\\-out\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\#mojobar\\-links\\ a\\:hover\\ \\{\\ color\\:\\ \\#fff\\ \\}\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
# $_M .= &quot;\\ \\ \\&lt;div\\ id\\=\\&quot;mojobar\\-logo\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to \&#39;http://mojolicio.us\&#39; =&gt;  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  image \&#39;/mojo/logo-white.png\&#39;, alt =&gt; \&#39;Mojolicious logo\&#39; ;$_M .= &quot;\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
# $_M .= &quot;\\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\&lt;div\\ id\\=\\&quot;mojobar\\-links\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to Documentation =&gt; \&#39;http://mojolicio.us/perldoc\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to Screencasts =&gt; \&#39;http://mojocasts.com\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to Wiki =&gt; \&#39;https://github.com/kraih/mojo/wiki\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to GitHub =&gt; \&#39;https://github.com/kraih/mojo\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to CPAN =&gt; \&#39;http://metacpan.org/release/Mojolicious/\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to MailingList =&gt; \&#39;http://groups.google.com/group/mojolicious\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to Blog =&gt; \&#39;http://blog.kraih.com\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to Twitter =&gt; \&#39;http://twitter.com/kraih\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= _escape scalar  javascript  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\$\\(window\\)\\.load\\(function\\ \\(\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ if\\ \\(window\\.location\\.hash\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ var\\ tweak\\ \\=\\ \\$\\(window\\.location\\.hash\\)\\.offset\\(\\)\\.top\\ \\-\\ 50\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;html\\,\\ body\\\&#39;\\)\\.animate\\(\\{scrollTop\\:tweak\\}\\,\\ 1\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ var\\ mojobar\\ \\=\\ \\$\\(\\\&#39;\\#mojobar\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ var\\ start\\ \\ \\ \\=\\ mojobar\\.offset\\(\\)\\.top\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ var\\ fixed\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\$\\(window\\)\\.scroll\\(function\\ \\(\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ if\\ \\(\\!fixed\\ \\&amp;\\&amp;\\ \\(mojobar\\.offset\\(\\)\\.top\\ \\-\\ \\$\\(window\\)\\.scrollTop\\(\\)\\ \\&lt;\\ 0\\)\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ mojobar\\.css\\(\\\&#39;top\\\&#39;\\,\\ 0\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ mojobar\\.css\\(\\\&#39;position\\\&#39;\\,\\ \\\&#39;fixed\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ fixed\\ \\=\\ true\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\ else\\ if\\ \\(fixed\\ \\&amp;\\&amp;\\ \\$\\(window\\)\\.scrollTop\\(\\)\\ \\&lt;\\=\\ start\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ mojobar\\.css\\(\\\&#39;position\\\&#39;\\,\\ \\\&#39;absolute\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ mojobar\\.css\\(\\\&#39;top\\\&#39;\\,\\ start\\ \\+\\ \\\&#39;px\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ fixed\\ \\=\\ false\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\}\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\}\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\$\\(document\\)\\.ready\\(function\\(\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\$\\(\\&quot;\\.mojoscroll\\&quot;\\)\\.click\\(function\\(e\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ e\\.preventDefault\\(\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ e\\.stopPropagation\\(\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ var\\ parts\\ \\ \\=\\ this\\.href\\.split\\(\\&quot;\\#\\&quot;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ var\\ hash\\ \\ \\ \\=\\ \\&quot;\\#\\&quot;\\ \\+\\ parts\\[1\\]\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ var\\ target\\ \\=\\ \\$\\(hash\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ var\\ top\\ \\ \\ \\ \\=\\ target\\.offset\\(\\)\\.top\\ \\-\\ 50\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ var\\ old\\ \\ \\ \\ \\=\\ target\\.attr\\(\\\&#39;id\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ target\\.attr\\(\\\&#39;id\\\&#39;\\,\\ \\\&#39;\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ location\\.hash\\ \\=\\ hash\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ target\\.attr\\(\\\&#39;id\\\&#39;\\,\\ old\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;html\\,\\ body\\\&#39;\\)\\.animate\\(\\{scrollTop\\:top\\}\\,\\ 1\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\}\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\}\\)\\;\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; ; $_M } };&#39;,
#             &#39;comment_mark&#39; =&gt; &#39;#&#39;,
#             &#39;compiled&#39; =&gt; sub { &quot;DUMMY&quot; },
#             &#39;escape&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;cache&#39;}{&#39;cache&#39;}{&#39;bb710e5195a5de9af4c6e9f2ffda2769&#39;}{&#39;escape&#39;},
#             &#39;escape_mark&#39; =&gt; &#39;=&#39;,
#             &#39;expression_mark&#39; =&gt; &#39;=&#39;,
#             &#39;line_start&#39; =&gt; &#39;%&#39;,
#             &#39;name&#39; =&gt; &#39;inline template&#39;,
#             &#39;namespace&#39; =&gt; &#39;Mojo::Template::SandBox&#39;,
#             &#39;prepend&#39; =&gt; &#39;my $self = shift; Scalar::Util::weaken $self;no strict \&#39;refs\&#39;; no warnings \&#39;redefine\&#39;;my $_H = $self-&gt;app-&gt;renderer-&gt;helpers;sub search_field; *search_field = sub { $_H-&gt;{\&#39;search_field\&#39;}-&gt;($self, @_) };sub radio_button; *radio_button = sub { $_H-&gt;{\&#39;radio_button\&#39;}-&gt;($self, @_) };sub hidden_field; *hidden_field = sub { $_H-&gt;{\&#39;hidden_field\&#39;}-&gt;($self, @_) };sub content; *content = sub { $_H-&gt;{\&#39;content\&#39;}-&gt;($self, @_) };sub javascript; *javascript = sub { $_H-&gt;{\&#39;javascript\&#39;}-&gt;($self, @_) };sub dumper; *dumper = sub { $_H-&gt;{\&#39;dumper\&#39;}-&gt;($self, @_) };sub color_field; *color_field = sub { $_H-&gt;{\&#39;color_field\&#39;}-&gt;($self, @_) };sub url_for; *url_for = sub { $_H-&gt;{\&#39;url_for\&#39;}-&gt;($self, @_) };sub layout; *layout = sub { $_H-&gt;{\&#39;layout\&#39;}-&gt;($self, @_) };sub file_field; *file_field = sub { $_H-&gt;{\&#39;file_field\&#39;}-&gt;($self, @_) };sub date_field; *date_field = sub { $_H-&gt;{\&#39;date_field\&#39;}-&gt;($self, @_) };sub session; *session = sub { $_H-&gt;{\&#39;session\&#39;}-&gt;($self, @_) };sub tag; *tag = sub { $_H-&gt;{\&#39;tag\&#39;}-&gt;($self, @_) };sub submit_button; *submit_button = sub { $_H-&gt;{\&#39;submit_button\&#39;}-&gt;($self, @_) };sub tel_field; *tel_field = sub { $_H-&gt;{\&#39;tel_field\&#39;}-&gt;($self, @_) };sub email_field; *email_field = sub { $_H-&gt;{\&#39;email_field\&#39;}-&gt;($self, @_) };sub param; *param = sub { $_H-&gt;{\&#39;param\&#39;}-&gt;($self, @_) };sub extends; *extends = sub { $_H-&gt;{\&#39;extends\&#39;}-&gt;($self, @_) };sub t; *t = sub { $_H-&gt;{\&#39;t\&#39;}-&gt;($self, @_) };sub text_field; *text_field = sub { $_H-&gt;{\&#39;text_field\&#39;}-&gt;($self, @_) };sub flash; *flash = sub { $_H-&gt;{\&#39;flash\&#39;}-&gt;($self, @_) };sub app; *app = sub { $_H-&gt;{\&#39;app\&#39;}-&gt;($self, @_) };sub stash; *stash = sub { $_H-&gt;{\&#39;stash\&#39;}-&gt;($self, @_) };sub range_field; *range_field = sub { $_H-&gt;{\&#39;range_field\&#39;}-&gt;($self, @_) };sub input_tag; *input_tag = sub { $_H-&gt;{\&#39;input_tag\&#39;}-&gt;($self, @_) };sub select_field; *select_field = sub { $_H-&gt;{\&#39;select_field\&#39;}-&gt;($self, @_) };sub time_field; *time_field = sub { $_H-&gt;{\&#39;time_field\&#39;}-&gt;($self, @_) };sub month_field; *month_field = sub { $_H-&gt;{\&#39;month_field\&#39;}-&gt;($self, @_) };sub datetime_field; *datetime_field = sub { $_H-&gt;{\&#39;datetime_field\&#39;}-&gt;($self, @_) };sub title; *title = sub { $_H-&gt;{\&#39;title\&#39;}-&gt;($self, @_) };sub check_box; *check_box = sub { $_H-&gt;{\&#39;check_box\&#39;}-&gt;($self, @_) };sub content_for; *content_for = sub { $_H-&gt;{\&#39;content_for\&#39;}-&gt;($self, @_) };sub current_route; *current_route = sub { $_H-&gt;{\&#39;current_route\&#39;}-&gt;($self, @_) };sub number_field; *number_field = sub { $_H-&gt;{\&#39;number_field\&#39;}-&gt;($self, @_) };sub include; *include = sub { $_H-&gt;{\&#39;include\&#39;}-&gt;($self, @_) };sub url_with; *url_with = sub { $_H-&gt;{\&#39;url_with\&#39;}-&gt;($self, @_) };sub week_field; *week_field = sub { $_H-&gt;{\&#39;week_field\&#39;}-&gt;($self, @_) };sub stylesheet; *stylesheet = sub { $_H-&gt;{\&#39;stylesheet\&#39;}-&gt;($self, @_) };sub url_field; *url_field = sub { $_H-&gt;{\&#39;url_field\&#39;}-&gt;($self, @_) };sub form_for; *form_for = sub { $_H-&gt;{\&#39;form_for\&#39;}-&gt;($self, @_) };sub text_area; *text_area = sub { $_H-&gt;{\&#39;text_area\&#39;}-&gt;($self, @_) };sub image; *image = sub { $_H-&gt;{\&#39;image\&#39;}-&gt;($self, @_) };sub password_field; *password_field = sub { $_H-&gt;{\&#39;password_field\&#39;}-&gt;($self, @_) };sub config; *config = sub { $_H-&gt;{\&#39;config\&#39;}-&gt;($self, @_) };sub link_to; *link_to = sub { $_H-&gt;{\&#39;link_to\&#39;}-&gt;($self, @_) };use strict;my $_S = $self-&gt;stash; my $status = $_S-&gt;{\&#39;status\&#39;}; my $partial = $_S-&gt;{\&#39;partial\&#39;}; my $cb = $_S-&gt;{\&#39;cb\&#39;}; my $layout = $_S-&gt;{\&#39;layout\&#39;}; my $snapshot = $_S-&gt;{\&#39;snapshot\&#39;}; my $extends = $_S-&gt;{\&#39;extends\&#39;}; my $extend = $_S-&gt;{\&#39;extend\&#39;}; my $app = $_S-&gt;{\&#39;app\&#39;}; my $path = $_S-&gt;{\&#39;path\&#39;}; my $format = $_S-&gt;{\&#39;format\&#39;}; my $handler = $_S-&gt;{\&#39;handler\&#39;}; my $exception = $_S-&gt;{\&#39;exception\&#39;}; my $config = $_S-&gt;{\&#39;config\&#39;};&#39;,
#             &#39;replace_mark&#39; =&gt; &#39;%&#39;,
#             &#39;tag_end&#39; =&gt; &#39;%&gt;&#39;,
#             &#39;tag_start&#39; =&gt; &#39;&lt;%&#39;,
#             &#39;template&#39; =&gt; &#39;%= javascript \&#39;/mojo/jquery/jquery.js\&#39;
# &lt;div id=&quot;mojobar&quot;&gt;
#   %= stylesheet scoped =&gt; \&#39;scoped\&#39;, begin
#     #mojobar {
#       background-color: #1a1a1a;
#       background: -webkit-gradient(
#         linear,
#         0% 0%,
#         0% 100%,
#         color-stop(0%, #2a2a2a),
#         color-stop(100%, #000)
#       );
#       background: -moz-linear-gradient(
#         top,
#         #2a2a2a 0%,
#         #000 100%
#       );
#       background: linear-gradient(top, #2a2a2a 0%, #000 100%);
#       -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
#       -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
#       box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
#       height: 46px;
#       overflow: hidden;
#       position: absolute;
#       text-align: right;
#       vertical-align: middle;
#       width: 100%;
#       z-index: 1000;
#     }
#     #mojobar-logo {
#       float: left;
#       margin-left: 5em;
#       padding-top: 3px;
#     }
#     #mojobar-links {
#       display:table-cell;
#       float: right;
#       height: 60px;
#       margin-right: 5em;
#       margin-top: 1em;
#     }
#     #mojobar-links a {
#       color: #ccc;
#       font: 1em \&#39;Helvetica Neue\&#39;, Helvetica, sans-serif;
#       font-weight: 300;
#       margin-left: 0.5em;
#       padding-bottom: 1em;
#       padding-top: 1em;
#       text-decoration: none;
#       -webkit-transition: all 200ms ease-in-out;
#       -moz-transition: all 200ms ease-in-out;
#       -o-transition: all 200ms ease-in-out;
#       transition: all 200ms ease-in-out;
#     }
#     #mojobar-links a:hover { color: #fff }
#   % end
#   &lt;div id=&quot;mojobar-logo&quot;&gt;
#     %= link_to \&#39;http://mojolicio.us\&#39; =&gt; begin
#       %= image \&#39;/mojo/logo-white.png\&#39;, alt =&gt; \&#39;Mojolicious logo\&#39;
#     % end
#   &lt;/div&gt;
#   &lt;div id=&quot;mojobar-links&quot;&gt;
#     %= link_to Documentation =&gt; \&#39;http://mojolicio.us/perldoc\&#39;
#     %= link_to Screencasts =&gt; \&#39;http://mojocasts.com\&#39;
#     %= link_to Wiki =&gt; \&#39;https://github.com/kraih/mojo/wiki\&#39;
#     %= link_to GitHub =&gt; \&#39;https://github.com/kraih/mojo\&#39;
#     %= link_to CPAN =&gt; \&#39;http://metacpan.org/release/Mojolicious/\&#39;
#     %= link_to MailingList =&gt; \&#39;http://groups.google.com/group/mojolicious\&#39;
#     %= link_to Blog =&gt; \&#39;http://blog.kraih.com\&#39;
#     %= link_to Twitter =&gt; \&#39;http://twitter.com/kraih\&#39;
#   &lt;/div&gt;
# &lt;/div&gt;
# %= javascript begin
#   $(window).load(function () {
#     if (window.location.hash) {
#       var tweak = $(window.location.hash).offset().top - 50;
#       $(\&#39;html, body\&#39;).animate({scrollTop:tweak}, 1);
#     }
#     var mojobar = $(\&#39;#mojobar\&#39;);
#     var start   = mojobar.offset().top;
#     var fixed;
#     $(window).scroll(function () {
#       if (!fixed &amp;&amp; (mojobar.offset().top - $(window).scrollTop() &lt; 0)) {
#         mojobar.css(\&#39;top\&#39;, 0);
#         mojobar.css(\&#39;position\&#39;, \&#39;fixed\&#39;);
#         fixed = true;
#       } else if (fixed &amp;&amp; $(window).scrollTop() &lt;= start) {
#         mojobar.css(\&#39;position\&#39;, \&#39;absolute\&#39;);
#         mojobar.css(\&#39;top\&#39;, start + \&#39;px\&#39;);
#         fixed = false;
#       }
#     });
#   });
#   $(document).ready(function() {
#     $(&quot;.mojoscroll&quot;).click(function(e) {
#       e.preventDefault();
#       e.stopPropagation();
#       var parts  = this.href.split(&quot;#&quot;);
#       var hash   = &quot;#&quot; + parts[1];
#       var target = $(hash);
#       var top    = target.offset().top - 50;
#       var old    = target.attr(\&#39;id\&#39;);
#       target.attr(\&#39;id\&#39;, \&#39;\&#39;);
#       location.hash = hash;
#       target.attr(\&#39;id\&#39;, old);
#       $(\&#39;html, body\&#39;).animate({scrollTop:top}, 1);
#     });
#   });
# % end
# &#39;,
#             &#39;tree&#39; =&gt; [],
#             &#39;trim_mark&#39; =&gt; &#39;=&#39;
#           }, &#39;Mojo::Template&#39; )
#         },
#         &#39;max_keys&#39; =&gt; 100,
#         &#39;queue&#39; =&gt; [
#           &#39;6920dec8976d6adecc97db1b4fa7bf2b&#39;,
#           &#39;42ef005aaacfbd5a19c7d1f3f8ec9c3f&#39;,
#           &#39;bb710e5195a5de9af4c6e9f2ffda2769&#39;,
#           &#39;cd99884e6e1c5191fd812e3b9f81c361&#39;
#         ]
#       }, &#39;Mojo::Cache&#39; ),
#       &#39;classes&#39; =&gt; [
#         &#39;t::lib::Test&#39;
#       ],
#       &#39;data&#39; =&gt; {},
#       &#39;default_format&#39; =&gt; &#39;html&#39;,
#       &#39;default_handler&#39; =&gt; &#39;ep&#39;,
#       &#39;encoding&#39; =&gt; &#39;UTF-8&#39;,
#       &#39;handlers&#39; =&gt; {
#         &#39;data&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;ep&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;epl&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;json&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;text&#39; =&gt; sub { &quot;DUMMY&quot; }
#       },
#       &#39;helpers&#39; =&gt; {
#         &#39;app&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;check_box&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;color_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;config&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;content&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;content_for&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;current_route&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;date_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;datetime_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;dumper&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;email_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;extends&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;file_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;flash&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;form_for&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;hidden_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;image&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;include&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;input_tag&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;javascript&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;layout&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;link_to&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;month_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;number_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;param&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;password_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;radio_button&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;range_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;search_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;select_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;session&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;stash&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;stylesheet&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;submit_button&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;t&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;tag&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;t&#39;},
#         &#39;tel_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;text_area&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;text_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;time_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;title&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;url_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;url_for&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;url_with&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;week_field&#39; =&gt; sub { &quot;DUMMY&quot; }
#       },
#       &#39;index&#39; =&gt; {},
#       &#39;paths&#39; =&gt; [
#         &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/t/lib/templates&#39;
#       ],
#       &#39;templates&#39; =&gt; {}
#     }, &#39;Mojolicious::Renderer&#39; ),
#     &#39;routes&#39; =&gt; bless( {
#       &#39;cache&#39; =&gt; bless( {}, &#39;Mojo::Cache&#39; ),
#       &#39;children&#39; =&gt; [
#         bless( {
#           &#39;children&#39; =&gt; [],
#           &#39;name&#39; =&gt; &#39;&#39;,
#           &#39;parent&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;},
#           &#39;pattern&#39; =&gt; bless( {
#             &#39;constraints&#39; =&gt; {},
#             &#39;defaults&#39; =&gt; {
#               &#39;cb&#39; =&gt; sub { &quot;DUMMY&quot; }
#             },
#             &#39;format_regex&#39; =&gt; qr/(?-xism:\.([^\/]+)$)/,
#             &#39;placeholders&#39; =&gt; [],
#             &#39;regex&#39; =&gt; qr/(?s-xim:^)/,
#             &#39;tree&#39; =&gt; []
#           }, &#39;Mojolicious::Routes::Pattern&#39; ),
#           &#39;via&#39; =&gt; [
#             &#39;GET&#39;
#           ]
#         }, &#39;Mojolicious::Routes::Route&#39; )
#       ],
#       &#39;conditions&#39; =&gt; {
#         &#39;agent&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;headers&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;host&#39; =&gt; sub { &quot;DUMMY&quot; }
#       },
#       &#39;hidden&#39; =&gt; [
#         &#39;attr&#39;,
#         &#39;has&#39;,
#         &#39;new&#39;,
#         &#39;tap&#39;,
#         &#39;AUTOLOAD&#39;,
#         &#39;DESTROY&#39;,
#         &#39;app&#39;,
#         &#39;cookie&#39;,
#         &#39;finish&#39;,
#         &#39;flash&#39;,
#         &#39;handler&#39;,
#         &#39;on&#39;,
#         &#39;param&#39;,
#         &#39;redirect_to&#39;,
#         &#39;render&#39;,
#         &#39;render_exception&#39;,
#         &#39;render_maybe&#39;,
#         &#39;render_not_found&#39;,
#         &#39;render_static&#39;,
#         &#39;rendered&#39;,
#         &#39;req&#39;,
#         &#39;res&#39;,
#         &#39;respond_to&#39;,
#         &#39;send&#39;,
#         &#39;session&#39;,
#         &#39;signed_cookie&#39;,
#         &#39;stash&#39;,
#         &#39;tx&#39;,
#         &#39;ua&#39;,
#         &#39;url_for&#39;,
#         &#39;write&#39;,
#         &#39;write_chunk&#39;
#       ],
#       &#39;name&#39; =&gt; &#39;&#39;,
#       &#39;namespaces&#39; =&gt; [],
#       &#39;parent&#39; =&gt; bless( {
#         &#39;children&#39; =&gt; [],
#         &#39;name&#39; =&gt; &#39;&#39;,
#         &#39;over&#39; =&gt; [
#           &#39;toadfarm_condition_0&#39;
#         ],
#         &#39;parent&#39; =&gt; bless( {
#           &#39;cache&#39; =&gt; 0,
#           &#39;children&#39; =&gt; [
#             $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;}{&#39;parent&#39;},
#             bless( {
#               &#39;children&#39; =&gt; [],
#               &#39;name&#39; =&gt; &#39;&#39;,
#               &#39;over&#39; =&gt; [
#                 &#39;toadfarm_condition_1&#39;
#               ],
#               &#39;parent&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;}{&#39;parent&#39;}{&#39;parent&#39;},
#               &#39;partial&#39; =&gt; 1,
#               &#39;pattern&#39; =&gt; bless( {
#                 &#39;constraints&#39; =&gt; {},
#                 &#39;defaults&#39; =&gt; {
#                   &#39;app&#39; =&gt; bless( {
#                     &#39;commands&#39; =&gt; bless( {
#                       &#39;app&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;}{&#39;parent&#39;}{&#39;parent&#39;}{&#39;children&#39;}[1]{&#39;pattern&#39;}{&#39;defaults&#39;}{&#39;app&#39;}
#                     }, &#39;Mojolicious::Commands&#39; ),
#                     &#39;home&#39; =&gt; bless( {
#                       &#39;parts&#39; =&gt; [
#                         &#39;&#39;,
#                         &#39;home&#39;,
#                         &#39;cpan&#39;,
#                         &#39;pit&#39;,
#                         &#39;bare&#39;,
#                         &#39;conf&#39;,
#                         &#39;perl-5.12.1&#39;,
#                         &#39;.cpanplus&#39;,
#                         &#39;5.12.1&#39;,
#                         &#39;build&#39;,
#                         &#39;Toadfarm-0.08&#39;,
#                         &#39;t&#39;,
#                         &#39;lib&#39;
#                       ]
#                     }, &#39;Mojo::Home&#39; ),
#                     &#39;log&#39; =&gt; bless( {
#                       &#39;events&#39; =&gt; {
#                         &#39;message&#39; =&gt; [
#                           $VAR1-&gt;{&#39;app&#39;}{&#39;log&#39;}{&#39;events&#39;}{&#39;message&#39;}[0]
#                         ]
#                       }
#                     }, &#39;Mojo::Log&#39; ),
#                     &#39;mode&#39; =&gt; &#39;development&#39;,
#                     &#39;moniker&#39; =&gt; &#39;Test&#39;,
#                     &#39;plugins&#39; =&gt; bless( {
#                       &#39;events&#39; =&gt; {
#                         &#39;around_dispatch&#39; =&gt; [
#                           $VAR1-&gt;{&#39;app&#39;}{&#39;plugins&#39;}{&#39;events&#39;}{&#39;around_dispatch&#39;}[0]
#                         ]
#                       },
#                       &#39;namespaces&#39; =&gt; [
#                         &#39;Mojolicious::Plugin&#39;
#                       ]
#                     }, &#39;Mojolicious::Plugins&#39; ),
#                     &#39;renderer&#39; =&gt; bless( {
#                       &#39;classes&#39; =&gt; [
#                         &#39;t::lib::Test&#39;
#                       ],
#                       &#39;default_handler&#39; =&gt; &#39;ep&#39;,
#                       &#39;handlers&#39; =&gt; {
#                         &#39;data&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;handlers&#39;}{&#39;data&#39;},
#                         &#39;ep&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;epl&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;handlers&#39;}{&#39;epl&#39;},
#                         &#39;json&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;handlers&#39;}{&#39;json&#39;},
#                         &#39;text&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;handlers&#39;}{&#39;text&#39;}
#                       },
#                       &#39;helpers&#39; =&gt; {
#                         &#39;app&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;check_box&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;check_box&#39;},
#                         &#39;color_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;config&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;config&#39;},
#                         &#39;content&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;content&#39;},
#                         &#39;content_for&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;content_for&#39;},
#                         &#39;current_route&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;current_route&#39;},
#                         &#39;date_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;datetime_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;dumper&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;dumper&#39;},
#                         &#39;email_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;extends&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;file_field&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;file_field&#39;},
#                         &#39;flash&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;form_for&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;form_for&#39;},
#                         &#39;hidden_field&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;hidden_field&#39;},
#                         &#39;image&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;image&#39;},
#                         &#39;include&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;include&#39;},
#                         &#39;input_tag&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;input_tag&#39;},
#                         &#39;javascript&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;javascript&#39;},
#                         &#39;layout&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;link_to&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;link_to&#39;},
#                         &#39;month_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;number_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;param&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;password_field&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;password_field&#39;},
#                         &#39;radio_button&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;radio_button&#39;},
#                         &#39;range_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;search_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;select_field&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;select_field&#39;},
#                         &#39;session&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;stash&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;stylesheet&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;stylesheet&#39;},
#                         &#39;submit_button&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;submit_button&#39;},
#                         &#39;t&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;t&#39;},
#                         &#39;tag&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;t&#39;},
#                         &#39;tel_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;text_area&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;text_area&#39;},
#                         &#39;text_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;time_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;title&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;url_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;url_for&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;url_with&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;url_with&#39;},
#                         &#39;week_field&#39; =&gt; sub { &quot;DUMMY&quot; }
#                       },
#                       &#39;paths&#39; =&gt; [
#                         &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/t/lib/templates&#39;
#                       ]
#                     }, &#39;Mojolicious::Renderer&#39; ),
#                     &#39;routes&#39; =&gt; bless( {
#                       &#39;children&#39; =&gt; [
#                         bless( {
#                           &#39;name&#39; =&gt; &#39;&#39;,
#                           &#39;parent&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;}{&#39;parent&#39;}{&#39;parent&#39;}{&#39;children&#39;}[1]{&#39;pattern&#39;}{&#39;defaults&#39;}{&#39;app&#39;}{&#39;routes&#39;},
#                           &#39;pattern&#39; =&gt; bless( {
#                             &#39;constraints&#39; =&gt; {},
#                             &#39;defaults&#39; =&gt; {
#                               &#39;cb&#39; =&gt; sub { &quot;DUMMY&quot; }
#                             }
#                           }, &#39;Mojolicious::Routes::Pattern&#39; ),
#                           &#39;via&#39; =&gt; [
#                             &#39;GET&#39;
#                           ]
#                         }, &#39;Mojolicious::Routes::Route&#39; )
#                       ],
#                       &#39;conditions&#39; =&gt; {
#                         &#39;agent&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;}{&#39;conditions&#39;}{&#39;agent&#39;},
#                         &#39;headers&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;}{&#39;conditions&#39;}{&#39;headers&#39;},
#                         &#39;host&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;}{&#39;conditions&#39;}{&#39;host&#39;}
#                       },
#                       &#39;hidden&#39; =&gt; [
#                         &#39;attr&#39;,
#                         &#39;has&#39;,
#                         &#39;new&#39;,
#                         &#39;tap&#39;,
#                         &#39;AUTOLOAD&#39;,
#                         &#39;DESTROY&#39;,
#                         &#39;app&#39;,
#                         &#39;cookie&#39;,
#                         &#39;finish&#39;,
#                         &#39;flash&#39;,
#                         &#39;handler&#39;,
#                         &#39;on&#39;,
#                         &#39;param&#39;,
#                         &#39;redirect_to&#39;,
#                         &#39;render&#39;,
#                         &#39;render_exception&#39;,
#                         &#39;render_maybe&#39;,
#                         &#39;render_not_found&#39;,
#                         &#39;render_static&#39;,
#                         &#39;rendered&#39;,
#                         &#39;req&#39;,
#                         &#39;res&#39;,
#                         &#39;respond_to&#39;,
#                         &#39;send&#39;,
#                         &#39;session&#39;,
#                         &#39;signed_cookie&#39;,
#                         &#39;stash&#39;,
#                         &#39;tx&#39;,
#                         &#39;ua&#39;,
#                         &#39;url_for&#39;,
#                         &#39;write&#39;,
#                         &#39;write_chunk&#39;
#                       ],
#                       &#39;name&#39; =&gt; &#39;&#39;,
#                       &#39;namespaces&#39; =&gt; [],
#                       &#39;pattern&#39; =&gt; bless( {
#                         &#39;constraints&#39; =&gt; {}
#                       }, &#39;Mojolicious::Routes::Pattern&#39; )
#                     }, &#39;Mojolicious::Routes&#39; ),
#                     &#39;static&#39; =&gt; bless( {
#                       &#39;classes&#39; =&gt; [
#                         &#39;t::lib::Test&#39;
#                       ],
#                       &#39;paths&#39; =&gt; [
#                         &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/t/lib/public&#39;
#                       ]
#                     }, &#39;Mojolicious::Static&#39; )
#                   }, &#39;Mojolicious::Lite&#39; )
#                 },
#                 &#39;format_regex&#39; =&gt; qr/(?-xism:\.([^\/]+)$)/,
#                 &#39;placeholders&#39; =&gt; [],
#                 &#39;regex&#39; =&gt; qr/(?s-xim:^)/,
#                 &#39;tree&#39; =&gt; []
#               }, &#39;Mojolicious::Routes::Pattern&#39; )
#             }, &#39;Mojolicious::Routes::Route&#39; ),
#             bless( {
#               &#39;children&#39; =&gt; [],
#               &#39;name&#39; =&gt; &#39;info&#39;,
#               &#39;parent&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;}{&#39;parent&#39;}{&#39;parent&#39;},
#               &#39;pattern&#39; =&gt; bless( {
#                 &#39;constraints&#39; =&gt; {},
#                 &#39;defaults&#39; =&gt; {
#                   &#39;cb&#39; =&gt; sub { &quot;DUMMY&quot; }
#                 },
#                 &#39;format_regex&#39; =&gt; qr/(?-xism:\.([^\/]+)$)/,
#                 &#39;pattern&#39; =&gt; &#39;/info&#39;,
#                 &#39;placeholder_start&#39; =&gt; &#39;:&#39;,
#                 &#39;quote_end&#39; =&gt; &#39;)&#39;,
#                 &#39;quote_start&#39; =&gt; &#39;(&#39;,
#                 &#39;regex&#39; =&gt; qr/(?s-xim:^\/info)/,
#                 &#39;relaxed_start&#39; =&gt; &#39;#&#39;,
#                 &#39;tree&#39; =&gt; [
#                   [
#                     &#39;slash&#39;
#                   ],
#                   [
#                     &#39;text&#39;,
#                     &#39;info&#39;
#                   ]
#                 ],
#                 &#39;wildcard_start&#39; =&gt; &#39;*&#39;
#               }, &#39;Mojolicious::Routes::Pattern&#39; ),
#               &#39;via&#39; =&gt; [
#                 &#39;GET&#39;
#               ]
#             }, &#39;Mojolicious::Routes::Route&#39; )
#           ],
#           &#39;conditions&#39; =&gt; {
#             &#39;agent&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;}{&#39;conditions&#39;}{&#39;agent&#39;},
#             &#39;headers&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;}{&#39;conditions&#39;}{&#39;headers&#39;},
#             &#39;host&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;}{&#39;conditions&#39;}{&#39;host&#39;},
#             &#39;toadfarm_condition_0&#39; =&gt; sub { &quot;DUMMY&quot; },
#             &#39;toadfarm_condition_1&#39; =&gt; sub { &quot;DUMMY&quot; }
#           },
#           &#39;hidden&#39; =&gt; [
#             &#39;attr&#39;,
#             &#39;has&#39;,
#             &#39;new&#39;,
#             &#39;tap&#39;,
#             &#39;AUTOLOAD&#39;,
#             &#39;DESTROY&#39;,
#             &#39;app&#39;,
#             &#39;cookie&#39;,
#             &#39;finish&#39;,
#             &#39;flash&#39;,
#             &#39;handler&#39;,
#             &#39;on&#39;,
#             &#39;param&#39;,
#             &#39;redirect_to&#39;,
#             &#39;render&#39;,
#             &#39;render_exception&#39;,
#             &#39;render_maybe&#39;,
#             &#39;render_not_found&#39;,
#             &#39;render_static&#39;,
#             &#39;rendered&#39;,
#             &#39;req&#39;,
#             &#39;res&#39;,
#             &#39;respond_to&#39;,
#             &#39;send&#39;,
#             &#39;session&#39;,
#             &#39;signed_cookie&#39;,
#             &#39;stash&#39;,
#             &#39;tx&#39;,
#             &#39;ua&#39;,
#             &#39;url_for&#39;,
#             &#39;write&#39;,
#             &#39;write_chunk&#39;
#           ],
#           &#39;name&#39; =&gt; &#39;&#39;,
#           &#39;namespaces&#39; =&gt; [
#             &#39;Toadfarm&#39;
#           ],
#           &#39;pattern&#39; =&gt; bless( {
#             &#39;constraints&#39; =&gt; {},
#             &#39;defaults&#39; =&gt; {},
#             &#39;placeholders&#39; =&gt; [],
#             &#39;regex&#39; =&gt; qr/(?s-xim:^)/,
#             &#39;tree&#39; =&gt; []
#           }, &#39;Mojolicious::Routes::Pattern&#39; )
#         }, &#39;Mojolicious::Routes&#39; ),
#         &#39;partial&#39; =&gt; 1,
#         &#39;pattern&#39; =&gt; bless( {
#           &#39;constraints&#39; =&gt; {},
#           &#39;defaults&#39; =&gt; {
#             &#39;app&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}
#           },
#           &#39;format_regex&#39; =&gt; qr/(?-xism:\.([^\/]+)$)/,
#           &#39;placeholders&#39; =&gt; [],
#           &#39;regex&#39; =&gt; qr/(?s-xim:^)/,
#           &#39;tree&#39; =&gt; []
#         }, &#39;Mojolicious::Routes::Pattern&#39; )
#       }, &#39;Mojolicious::Routes::Route&#39; ),
#       &#39;pattern&#39; =&gt; bless( {
#         &#39;constraints&#39; =&gt; {},
#         &#39;defaults&#39; =&gt; {},
#         &#39;placeholders&#39; =&gt; [],
#         &#39;regex&#39; =&gt; qr/(?s-xim:^)/,
#         &#39;tree&#39; =&gt; []
#       }, &#39;Mojolicious::Routes::Pattern&#39; )
#     }, &#39;Mojolicious::Routes&#39; ),
#     &#39;sessions&#39; =&gt; bless( {
#       &#39;cookie_name&#39; =&gt; &#39;mojolicious&#39;
#     }, &#39;Mojolicious::Sessions&#39; ),
#     &#39;static&#39; =&gt; bless( {
#       &#39;classes&#39; =&gt; [
#         &#39;t::lib::Test&#39;
#       ],
#       &#39;paths&#39; =&gt; [
#         &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/t/lib/public&#39;
#       ]
#     }, &#39;Mojolicious::Static&#39; )
#   }, &#39;Mojolicious::Lite&#39; ),
#   &#39;cb&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;}{&#39;children&#39;}[0]{&#39;pattern&#39;}{&#39;defaults&#39;}{&#39;cb&#39;},
#   &#39;config&#39; =&gt; {
#     &#39;apps&#39; =&gt; [
#       &#39;t::lib::Test&#39;,
#       {
#         &#39;Host&#39; =&gt; &#39;te.st&#39;
#       },
#       &#39;t::lib::Test&#39;,
#       {
#         &#39;X-Request-Base&#39; =&gt; &#39;http://localhost:1234/yikes&#39;
#       }
#     ],
#     &#39;log&#39; =&gt; {},
#     &#39;paths&#39; =&gt; {},
#     &#39;plugins&#39; =&gt; [
#       &#39;t::lib::Plugin&#39;,
#       [
#         &#39;yikes&#39;
#       ]
#     ]
#   },
#   &#39;path&#39; =&gt; &#39;/&#39;
# }
# </pre></td>
#         </tr>
# 
#                   <tr>
#           <td class="key">Session:</td>
#           <td class="striped value"><pre>{}
# </pre></td>
#         </tr>
# 
#                   <tr>
#           <td class="key">Version:</td>
#           <td class="striped value"><pre>1.1</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">User-Agent:</td>
#           <td class="striped value"><pre>Mojolicious (Perl)</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Connection:</td>
#           <td class="striped value"><pre>keep-alive</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Accept-Encoding:</td>
#           <td class="striped value"><pre>gzip</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Content-Length:</td>
#           <td class="striped value"><pre>0</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Host:</td>
#           <td class="striped value"><pre>te.st</pre></td>
#         </tr>
# 
#         </table>
#       </div>
#       <div id="more" class="box infobox spaced">
#         <div id="infos">
#           <table>
#                     <tr>
#           <td class="key">Perl:</td>
#           <td class="striped value"><pre>v5.12.1 (openbsd)</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Mojolicious:</td>
#           <td class="striped value"><pre>4.0 (Top Hat)</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Home:</td>
#           <td class="striped value"><pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/t/lib</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Include:</td>
#           <td class="striped value"><pre>[
#   &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/blib/lib&#39;,
#   &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/blib/arch&#39;,
#   &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib&#39;,
#   &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/arch&#39;,
#   &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib&#39;,
#   &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/arch&#39;,
#   &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/blib/lib&#39;,
#   &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/blib/arch&#39;,
#   &#39;/home/cpan/pit/bare/perl-5.12.1/lib/site_perl/5.12.1/OpenBSD.amd64-openbsd&#39;,
#   &#39;/home/cpan/pit/bare/perl-5.12.1/lib/site_perl/5.12.1&#39;,
#   &#39;/home/cpan/pit/bare/perl-5.12.1/lib/5.12.1/OpenBSD.amd64-openbsd&#39;,
#   &#39;/home/cpan/pit/bare/perl-5.12.1/lib/5.12.1&#39;,
#   &#39;.&#39;
# ]
# </pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">PID:</td>
#           <td class="striped value"><pre>14735</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Name:</td>
#           <td class="striped value"><pre>t/basic.t</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Executable:</td>
#           <td class="striped value"><pre>/home/cpan/pit/bare/perl-5.12.1/bin/perl</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Time:</td>
#           <td class="striped value"><pre>Thu May 16 00:56:40 2013</pre></td>
#         </tr>
# 
#           </table>
#         </div>
#         <div class="tap">tap for more</div>
#       </div>
#     </div>
#     <div id="footer">
#       <a href="http://mojolicio.us">
#         <img alt="Mojolicious logo" src="/mojo/logo-black.png" />
# </a>    </div>
#     <script>//<![CDATA[
# 
#       $('#more').click(function() {
#         $('#infos').slideToggle('slow');
#       });
#       $('#infos').toggle();
# 
# //]]></script>  </body>
# </html>
# '
#     expected: 'http://te.st/test/123'

#   Failed test '200 OK'
#   at t/basic.t line 16.
#          got: '500'
#     expected: '200'

#   Failed test 'exact match for content'
#   at t/basic.t line 16.
#          got: '<!DOCTYPE html>
# <html>
#   <head>
#     <title>Server error</title>
#     <meta http-equiv="Pragma" content="no-cache">
#     <meta http-equiv="Expires" content="-1">
#     <script src="/yikes/mojo/jquery/jquery.js"></script>
#     <script src="/yikes/mojo/prettify/run_prettify.js"></script>
#     <link href="/yikes/mojo/prettify/prettify-mojo.css" media="screen" rel="stylesheet" />
#     <style>/*<![CDATA[*/
# 
#       a img { border: 0 }
#       body {
#         background-color: #f5f6f8;
#         color: #445555;
#         font: 0.9em 'Helvetica Neue', Helvetica, sans-serif;
#         font-weight: normal;
#         line-height: 1.5em;
#         margin: 0;
#       }
#       pre {
#         font: 0.8em Consolas, Menlo, Monaco, Courier, monospace;
#         margin: 0;
#         white-space: pre-wrap;
#       }
#       table {
#         border-collapse: collapse;
#         margin-top: 1em;
#         margin-bottom: 1em;
#         width: 100%;
#       }
#       td { padding: 0.5em }
#       .box {
#         background-color: #fff;
#         -moz-box-shadow: 0px 0px 2px #ccc;
#         -webkit-box-shadow: 0px 0px 2px #ccc;
#         box-shadow: 0px 0px 2px #ccc;
#         overflow: hidden;
#         padding: 1em;
#       }
#       .code {
#         background-color: #1a1a1a;
#         background: url(/yikes/mojo/pinstripe.gif);
#         color: #eee;
#         text-shadow: #333 0 1px 0;
#       }
#       .important { background-color: rgba(47, 48, 50, .75) }
#       .infobox { color: #333 }
#       .infobox tr:nth-child(odd) .value { background-color: #ddeeff }
#       .infobox tr:nth-child(even) .value { background-color: #eef9ff }
#       .key { text-align: right }
#       .spaced {
#         margin-left: 5em;
#         margin-right: 5em;
#       }
#       .striped { border-top: solid #cce4ff 1px }
#       .tap {
#         font: 0.5em Verdana, sans-serif;
#         text-align: center;
#       }
#       .value {
#         padding-left: 1em;
#         width: 100%;
#       }
#       #footer {
#         padding-top: 1em;
#         text-align: center;
#       }
#       #nothing { padding-top: 60px }
#       #showcase > pre {
#         font: 1.5em 'Helvetica Neue', Helvetica, sans-serif;
#         font-weight: 300;
#         margin: 0;
#         text-shadow: #333 0 1px 0;
#       }
#       #showcase td {
#         padding-top: 0;
#         padding-bottom: 0;
#       }
#       #showcase .key { padding-right: 0 }
#       #more, #trace {
#         -moz-border-radius-bottomleft: 5px;
#         border-bottom-left-radius: 5px;
#         -moz-border-radius-bottomright: 5px;
#         border-bottom-right-radius: 5px;
#       }
#       #more .tap, #trace .tap { text-shadow: #ddd 0 1px 0 }
#       #request {
#         -moz-border-radius-topleft: 5px;
#         border-top-left-radius: 5px;
#         -moz-border-radius-topright: 5px;
#         border-top-right-radius: 5px;
#         margin-top: 1em;
#       }
#       #wrapperlicious {
#         max-width: 1000px;
#         margin: 0 auto;
#       }
# 
# /*]]>*/</style>  </head>
#   <body>
#     <script src="/yikes/mojo/jquery/jquery.js"></script>
# <div id="mojobar">
#   <style scoped="scoped">/*<![CDATA[*/
# 
#     #mojobar {
#       background-color: #1a1a1a;
#       background: -webkit-gradient(
#         linear,
#         0% 0%,
#         0% 100%,
#         color-stop(0%, #2a2a2a),
#         color-stop(100%, #000)
#       );
#       background: -moz-linear-gradient(
#         top,
#         #2a2a2a 0%,
#         #000 100%
#       );
#       background: linear-gradient(top, #2a2a2a 0%, #000 100%);
#       -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
#       -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
#       box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
#       height: 46px;
#       overflow: hidden;
#       position: absolute;
#       text-align: right;
#       vertical-align: middle;
#       width: 100%;
#       z-index: 1000;
#     }
#     #mojobar-logo {
#       float: left;
#       margin-left: 5em;
#       padding-top: 3px;
#     }
#     #mojobar-links {
#       display:table-cell;
#       float: right;
#       height: 60px;
#       margin-right: 5em;
#       margin-top: 1em;
#     }
#     #mojobar-links a {
#       color: #ccc;
#       font: 1em 'Helvetica Neue', Helvetica, sans-serif;
#       font-weight: 300;
#       margin-left: 0.5em;
#       padding-bottom: 1em;
#       padding-top: 1em;
#       text-decoration: none;
#       -webkit-transition: all 200ms ease-in-out;
#       -moz-transition: all 200ms ease-in-out;
#       -o-transition: all 200ms ease-in-out;
#       transition: all 200ms ease-in-out;
#     }
#     #mojobar-links a:hover { color: #fff }
# 
# /*]]>*/</style>  <div id="mojobar-logo">
#     <a href="http://mojolicio.us">
#       <img alt="Mojolicious logo" src="/yikes/mojo/logo-white.png" />
# </a>  </div>
#   <div id="mojobar-links">
#     <a href="http://mojolicio.us/perldoc">Documentation</a>
#     <a href="http://mojocasts.com">Screencasts</a>
#     <a href="https://github.com/kraih/mojo/wiki">Wiki</a>
#     <a href="https://github.com/kraih/mojo">GitHub</a>
#     <a href="http://metacpan.org/release/Mojolicious/">CPAN</a>
#     <a href="http://groups.google.com/group/mojolicious">MailingList</a>
#     <a href="http://blog.kraih.com">Blog</a>
#     <a href="http://twitter.com/kraih">Twitter</a>
#   </div>
# </div>
# <script>//<![CDATA[
# 
#   $(window).load(function () {
#     if (window.location.hash) {
#       var tweak = $(window.location.hash).offset().top - 50;
#       $('html, body').animate({scrollTop:tweak}, 1);
#     }
#     var mojobar = $('#mojobar');
#     var start   = mojobar.offset().top;
#     var fixed;
#     $(window).scroll(function () {
#       if (!fixed && (mojobar.offset().top - $(window).scrollTop() < 0)) {
#         mojobar.css('top', 0);
#         mojobar.css('position', 'fixed');
#         fixed = true;
#       } else if (fixed && $(window).scrollTop() <= start) {
#         mojobar.css('position', 'absolute');
#         mojobar.css('top', start + 'px');
#         fixed = false;
#       }
#     });
#   });
#   $(document).ready(function() {
#     $(".mojoscroll").click(function(e) {
#       e.preventDefault();
#       e.stopPropagation();
#       var parts  = this.href.split("#");
#       var hash   = "#" + parts[1];
#       var target = $(hash);
#       var top    = target.offset().top - 50;
#       var old    = target.attr('id');
#       target.attr('id', '');
#       location.hash = hash;
#       target.attr('id', old);
#       $('html, body').animate({scrollTop:top}, 1);
#     });
#   });
# 
# //]]></script>
#     <div id="wrapperlicious">
#       <div id="nothing" class="box spaced"></div>
#       <div id="showcase" class="box code spaced">
#         <pre>Can&#39;t locate object method &quot;render_text&quot; via package &quot;Mojolicious::Controller&quot; at t/lib/Test.pm line 5
# </pre>
#         <div id="context">
#           <table>
#                       <tr>
#           <td class="key">57</td>
#           <td class="value"><pre class="prettyprint">    # Icky backwards compatibility wrapper. :-(</pre></td>
# </tr>
#                       <tr>
#           <td class="key">58</td>
#           <td class="value"><pre class="prettyprint">    local @CARP_NOT = defined &amp;{&quot;CORE::GLOBAL::caller&quot;} ? &amp;{&quot;CORE::GLOBAL::caller&quot;}() : caller();</pre></td>
# </tr>
#                       <tr>
#           <td class="key">59</td>
#           <td class="value"><pre class="prettyprint">    shortmess_heavy(@_);</pre></td>
# </tr>
#                       <tr>
#           <td class="key">60</td>
#           <td class="value"><pre class="prettyprint">};</pre></td>
# </tr>
#                       <tr>
#           <td class="key">61</td>
#           <td class="value"><pre class="prettyprint"></pre></td>
# </tr>
#                       <tr class="important">
#           <td class="key">62</td>
#           <td class="value"><pre class="prettyprint">sub croak   { die  shortmess @_ }</pre></td>
# </tr>
#                       <tr>
#           <td class="key">63</td>
#           <td class="value"><pre class="prettyprint">sub confess { die  longmess  @_ }</pre></td>
# </tr>
#                       <tr>
#           <td class="key">64</td>
#           <td class="value"><pre class="prettyprint">sub carp    { warn shortmess @_ }</pre></td>
# </tr>
#                       <tr>
#           <td class="key">65</td>
#           <td class="value"><pre class="prettyprint">sub cluck   { warn longmess  @_ }</pre></td>
# </tr>
#                       <tr>
#           <td class="key">66</td>
#           <td class="value"><pre class="prettyprint"></pre></td>
# </tr>
#                       <tr>
#           <td class="key">67</td>
#           <td class="value"><pre class="prettyprint">sub caller_info {</pre></td>
# </tr>
#           </table>
#         </div>
#       </div>
#       <div id="trace" class="box spaced">
#           <div class="infobox" id="frames">
#             <table>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/perl-5.12.1/lib/5.12.1/Carp.pm:62</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Controller.pm:35</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>t/lib/Test.pm:5</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Routes.pm:98</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Routes.pm:224</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Routes.pm:63</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious.pm:137</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious.pm:157</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Plugins.pm:20</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious.pm:191</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious.pm:191</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Plugins.pm:20</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Plugins.pm:22</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious.pm:161</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Routes.pm:161</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Routes.pm:224</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Routes.pm:63</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious.pm:137</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious.pm:157</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Plugins.pm:20</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious.pm:191</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious.pm:191</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Plugins.pm:20</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Plugins.pm:22</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious.pm:161</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Server.pm:14</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/EventEmitter.pm:13</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Server/Daemon.pm:105</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/EventEmitter.pm:13</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Transaction/HTTP.pm:55</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Server/Daemon.pm:214</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Server/Daemon.pm:194</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/EventEmitter.pm:30</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/EventEmitter.pm:30</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/IOLoop/Stream.pm:120</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/IOLoop/Stream.pm:53</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Reactor/Poll.pm:109</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Reactor/Poll.pm:109</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Reactor/Poll.pm:46</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Reactor/Poll.pm:86</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/IOLoop.pm:154</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/UserAgent.pm:101</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/UserAgent.pm:37</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Test/Mojo.pm:339</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Test/Mojo.pm:119</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>t/basic.t:16</pre>
#                   </td>
#                 </tr>
#             </table>
#           </div>
#           <div class="tap">tap for more</div>
#           <script>//<![CDATA[
# 
#             $('#trace').click(function() {
#               $('#frames').slideToggle('slow');
#             });
#             $('#frames').toggle();
# 
# //]]></script>      </div>
#       <div id="request" class="box infobox spaced">
#         <table>
#                   <tr>
#           <td class="key">Method:</td>
#           <td class="striped value"><pre>GET</pre></td>
#         </tr>
# 
#                   <tr>
#           <td class="key">URL:</td>
#           <td class="striped value"><pre>/</pre></td>
#         </tr>
# 
#                   <tr>
#           <td class="key">Base URL:</td>
#           <td class="striped value"><pre>http://localhost:1234/yikes</pre></td>
#         </tr>
# 
#                   <tr>
#           <td class="key">Parameters:</td>
#           <td class="striped value"><pre>{}
# </pre></td>
#         </tr>
# 
#                   <tr>
#           <td class="key">Stash:</td>
#           <td class="striped value"><pre>{
#   &#39;app&#39; =&gt; bless( {
#     &#39;commands&#39; =&gt; bless( {
#       &#39;app&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}
#     }, &#39;Mojolicious::Commands&#39; ),
#     &#39;controller_class&#39; =&gt; &#39;Mojolicious::Controller&#39;,
#     &#39;defaults&#39; =&gt; {},
#     &#39;dispatch&#39; =&gt; 1,
#     &#39;home&#39; =&gt; bless( {
#       &#39;parts&#39; =&gt; [
#         &#39;&#39;,
#         &#39;home&#39;,
#         &#39;cpan&#39;,
#         &#39;pit&#39;,
#         &#39;bare&#39;,
#         &#39;conf&#39;,
#         &#39;perl-5.12.1&#39;,
#         &#39;.cpanplus&#39;,
#         &#39;5.12.1&#39;,
#         &#39;build&#39;,
#         &#39;Toadfarm-0.08&#39;,
#         &#39;t&#39;,
#         &#39;lib&#39;
#       ]
#     }, &#39;Mojo::Home&#39; ),
#     &#39;log&#39; =&gt; bless( {
#       &#39;events&#39; =&gt; {
#         &#39;message&#39; =&gt; [
#           sub { &quot;DUMMY&quot; }
#         ]
#       }
#     }, &#39;Mojo::Log&#39; ),
#     &#39;mode&#39; =&gt; &#39;development&#39;,
#     &#39;moniker&#39; =&gt; &#39;Test&#39;,
#     &#39;plugins&#39; =&gt; bless( {
#       &#39;events&#39; =&gt; {
#         &#39;around_dispatch&#39; =&gt; [
#           sub { &quot;DUMMY&quot; },
#           sub { &quot;DUMMY&quot; }
#         ]
#       },
#       &#39;namespaces&#39; =&gt; [
#         &#39;Mojolicious::Plugin&#39;
#       ]
#     }, &#39;Mojolicious::Plugins&#39; ),
#     &#39;renderer&#39; =&gt; bless( {
#       &#39;cache&#39; =&gt; bless( {
#         &#39;cache&#39; =&gt; {
#           &#39;42ef005aaacfbd5a19c7d1f3f8ec9c3f&#39; =&gt; bless( {
#             &#39;auto_escape&#39; =&gt; 1,
#             &#39;encoding&#39; =&gt; &#39;UTF-8&#39;,
#             &#39;prepend&#39; =&gt; &#39;my $self = shift; Scalar::Util::weaken $self;no strict \&#39;refs\&#39;; no warnings \&#39;redefine\&#39;;my $_H = $self-&gt;app-&gt;renderer-&gt;helpers;sub search_field; *search_field = sub { $_H-&gt;{\&#39;search_field\&#39;}-&gt;($self, @_) };sub radio_button; *radio_button = sub { $_H-&gt;{\&#39;radio_button\&#39;}-&gt;($self, @_) };sub hidden_field; *hidden_field = sub { $_H-&gt;{\&#39;hidden_field\&#39;}-&gt;($self, @_) };sub content; *content = sub { $_H-&gt;{\&#39;content\&#39;}-&gt;($self, @_) };sub javascript; *javascript = sub { $_H-&gt;{\&#39;javascript\&#39;}-&gt;($self, @_) };sub dumper; *dumper = sub { $_H-&gt;{\&#39;dumper\&#39;}-&gt;($self, @_) };sub color_field; *color_field = sub { $_H-&gt;{\&#39;color_field\&#39;}-&gt;($self, @_) };sub url_for; *url_for = sub { $_H-&gt;{\&#39;url_for\&#39;}-&gt;($self, @_) };sub layout; *layout = sub { $_H-&gt;{\&#39;layout\&#39;}-&gt;($self, @_) };sub file_field; *file_field = sub { $_H-&gt;{\&#39;file_field\&#39;}-&gt;($self, @_) };sub date_field; *date_field = sub { $_H-&gt;{\&#39;date_field\&#39;}-&gt;($self, @_) };sub session; *session = sub { $_H-&gt;{\&#39;session\&#39;}-&gt;($self, @_) };sub tag; *tag = sub { $_H-&gt;{\&#39;tag\&#39;}-&gt;($self, @_) };sub submit_button; *submit_button = sub { $_H-&gt;{\&#39;submit_button\&#39;}-&gt;($self, @_) };sub tel_field; *tel_field = sub { $_H-&gt;{\&#39;tel_field\&#39;}-&gt;($self, @_) };sub email_field; *email_field = sub { $_H-&gt;{\&#39;email_field\&#39;}-&gt;($self, @_) };sub param; *param = sub { $_H-&gt;{\&#39;param\&#39;}-&gt;($self, @_) };sub extends; *extends = sub { $_H-&gt;{\&#39;extends\&#39;}-&gt;($self, @_) };sub t; *t = sub { $_H-&gt;{\&#39;t\&#39;}-&gt;($self, @_) };sub text_field; *text_field = sub { $_H-&gt;{\&#39;text_field\&#39;}-&gt;($self, @_) };sub flash; *flash = sub { $_H-&gt;{\&#39;flash\&#39;}-&gt;($self, @_) };sub app; *app = sub { $_H-&gt;{\&#39;app\&#39;}-&gt;($self, @_) };sub stash; *stash = sub { $_H-&gt;{\&#39;stash\&#39;}-&gt;($self, @_) };sub range_field; *range_field = sub { $_H-&gt;{\&#39;range_field\&#39;}-&gt;($self, @_) };sub input_tag; *input_tag = sub { $_H-&gt;{\&#39;input_tag\&#39;}-&gt;($self, @_) };sub select_field; *select_field = sub { $_H-&gt;{\&#39;select_field\&#39;}-&gt;($self, @_) };sub time_field; *time_field = sub { $_H-&gt;{\&#39;time_field\&#39;}-&gt;($self, @_) };sub month_field; *month_field = sub { $_H-&gt;{\&#39;month_field\&#39;}-&gt;($self, @_) };sub datetime_field; *datetime_field = sub { $_H-&gt;{\&#39;datetime_field\&#39;}-&gt;($self, @_) };sub title; *title = sub { $_H-&gt;{\&#39;title\&#39;}-&gt;($self, @_) };sub check_box; *check_box = sub { $_H-&gt;{\&#39;check_box\&#39;}-&gt;($self, @_) };sub content_for; *content_for = sub { $_H-&gt;{\&#39;content_for\&#39;}-&gt;($self, @_) };sub current_route; *current_route = sub { $_H-&gt;{\&#39;current_route\&#39;}-&gt;($self, @_) };sub number_field; *number_field = sub { $_H-&gt;{\&#39;number_field\&#39;}-&gt;($self, @_) };sub include; *include = sub { $_H-&gt;{\&#39;include\&#39;}-&gt;($self, @_) };sub url_with; *url_with = sub { $_H-&gt;{\&#39;url_with\&#39;}-&gt;($self, @_) };sub week_field; *week_field = sub { $_H-&gt;{\&#39;week_field\&#39;}-&gt;($self, @_) };sub stylesheet; *stylesheet = sub { $_H-&gt;{\&#39;stylesheet\&#39;}-&gt;($self, @_) };sub url_field; *url_field = sub { $_H-&gt;{\&#39;url_field\&#39;}-&gt;($self, @_) };sub form_for; *form_for = sub { $_H-&gt;{\&#39;form_for\&#39;}-&gt;($self, @_) };sub text_area; *text_area = sub { $_H-&gt;{\&#39;text_area\&#39;}-&gt;($self, @_) };sub image; *image = sub { $_H-&gt;{\&#39;image\&#39;}-&gt;($self, @_) };sub password_field; *password_field = sub { $_H-&gt;{\&#39;password_field\&#39;}-&gt;($self, @_) };sub config; *config = sub { $_H-&gt;{\&#39;config\&#39;}-&gt;($self, @_) };sub link_to; *link_to = sub { $_H-&gt;{\&#39;link_to\&#39;}-&gt;($self, @_) };use strict;my $_S = $self-&gt;stash; my $status = $_S-&gt;{\&#39;status\&#39;}; my $cb = $_S-&gt;{\&#39;cb\&#39;}; my $layout = $_S-&gt;{\&#39;layout\&#39;}; my $snapshot = $_S-&gt;{\&#39;snapshot\&#39;}; my $extends = $_S-&gt;{\&#39;extends\&#39;}; my $app = $_S-&gt;{\&#39;app\&#39;}; my $path = $_S-&gt;{\&#39;path\&#39;}; my $format = $_S-&gt;{\&#39;format\&#39;}; my $handler = $_S-&gt;{\&#39;handler\&#39;}; my $exception = $_S-&gt;{\&#39;exception\&#39;}; my $config = $_S-&gt;{\&#39;config\&#39;};&#39;
#           }, &#39;Mojo::Template&#39; ),
#           &#39;6920dec8976d6adecc97db1b4fa7bf2b&#39; =&gt; bless( {
#             &#39;auto_escape&#39; =&gt; 1,
#             &#39;encoding&#39; =&gt; &#39;UTF-8&#39;,
#             &#39;prepend&#39; =&gt; &#39;my $self = shift; Scalar::Util::weaken $self;no strict \&#39;refs\&#39;; no warnings \&#39;redefine\&#39;;my $_H = $self-&gt;app-&gt;renderer-&gt;helpers;sub search_field; *search_field = sub { $_H-&gt;{\&#39;search_field\&#39;}-&gt;($self, @_) };sub radio_button; *radio_button = sub { $_H-&gt;{\&#39;radio_button\&#39;}-&gt;($self, @_) };sub hidden_field; *hidden_field = sub { $_H-&gt;{\&#39;hidden_field\&#39;}-&gt;($self, @_) };sub content; *content = sub { $_H-&gt;{\&#39;content\&#39;}-&gt;($self, @_) };sub javascript; *javascript = sub { $_H-&gt;{\&#39;javascript\&#39;}-&gt;($self, @_) };sub dumper; *dumper = sub { $_H-&gt;{\&#39;dumper\&#39;}-&gt;($self, @_) };sub color_field; *color_field = sub { $_H-&gt;{\&#39;color_field\&#39;}-&gt;($self, @_) };sub url_for; *url_for = sub { $_H-&gt;{\&#39;url_for\&#39;}-&gt;($self, @_) };sub layout; *layout = sub { $_H-&gt;{\&#39;layout\&#39;}-&gt;($self, @_) };sub file_field; *file_field = sub { $_H-&gt;{\&#39;file_field\&#39;}-&gt;($self, @_) };sub date_field; *date_field = sub { $_H-&gt;{\&#39;date_field\&#39;}-&gt;($self, @_) };sub session; *session = sub { $_H-&gt;{\&#39;session\&#39;}-&gt;($self, @_) };sub tag; *tag = sub { $_H-&gt;{\&#39;tag\&#39;}-&gt;($self, @_) };sub submit_button; *submit_button = sub { $_H-&gt;{\&#39;submit_button\&#39;}-&gt;($self, @_) };sub tel_field; *tel_field = sub { $_H-&gt;{\&#39;tel_field\&#39;}-&gt;($self, @_) };sub email_field; *email_field = sub { $_H-&gt;{\&#39;email_field\&#39;}-&gt;($self, @_) };sub param; *param = sub { $_H-&gt;{\&#39;param\&#39;}-&gt;($self, @_) };sub extends; *extends = sub { $_H-&gt;{\&#39;extends\&#39;}-&gt;($self, @_) };sub t; *t = sub { $_H-&gt;{\&#39;t\&#39;}-&gt;($self, @_) };sub text_field; *text_field = sub { $_H-&gt;{\&#39;text_field\&#39;}-&gt;($self, @_) };sub flash; *flash = sub { $_H-&gt;{\&#39;flash\&#39;}-&gt;($self, @_) };sub app; *app = sub { $_H-&gt;{\&#39;app\&#39;}-&gt;($self, @_) };sub stash; *stash = sub { $_H-&gt;{\&#39;stash\&#39;}-&gt;($self, @_) };sub range_field; *range_field = sub { $_H-&gt;{\&#39;range_field\&#39;}-&gt;($self, @_) };sub input_tag; *input_tag = sub { $_H-&gt;{\&#39;input_tag\&#39;}-&gt;($self, @_) };sub select_field; *select_field = sub { $_H-&gt;{\&#39;select_field\&#39;}-&gt;($self, @_) };sub time_field; *time_field = sub { $_H-&gt;{\&#39;time_field\&#39;}-&gt;($self, @_) };sub month_field; *month_field = sub { $_H-&gt;{\&#39;month_field\&#39;}-&gt;($self, @_) };sub datetime_field; *datetime_field = sub { $_H-&gt;{\&#39;datetime_field\&#39;}-&gt;($self, @_) };sub title; *title = sub { $_H-&gt;{\&#39;title\&#39;}-&gt;($self, @_) };sub check_box; *check_box = sub { $_H-&gt;{\&#39;check_box\&#39;}-&gt;($self, @_) };sub content_for; *content_for = sub { $_H-&gt;{\&#39;content_for\&#39;}-&gt;($self, @_) };sub current_route; *current_route = sub { $_H-&gt;{\&#39;current_route\&#39;}-&gt;($self, @_) };sub number_field; *number_field = sub { $_H-&gt;{\&#39;number_field\&#39;}-&gt;($self, @_) };sub include; *include = sub { $_H-&gt;{\&#39;include\&#39;}-&gt;($self, @_) };sub url_with; *url_with = sub { $_H-&gt;{\&#39;url_with\&#39;}-&gt;($self, @_) };sub week_field; *week_field = sub { $_H-&gt;{\&#39;week_field\&#39;}-&gt;($self, @_) };sub stylesheet; *stylesheet = sub { $_H-&gt;{\&#39;stylesheet\&#39;}-&gt;($self, @_) };sub url_field; *url_field = sub { $_H-&gt;{\&#39;url_field\&#39;}-&gt;($self, @_) };sub form_for; *form_for = sub { $_H-&gt;{\&#39;form_for\&#39;}-&gt;($self, @_) };sub text_area; *text_area = sub { $_H-&gt;{\&#39;text_area\&#39;}-&gt;($self, @_) };sub image; *image = sub { $_H-&gt;{\&#39;image\&#39;}-&gt;($self, @_) };sub password_field; *password_field = sub { $_H-&gt;{\&#39;password_field\&#39;}-&gt;($self, @_) };sub config; *config = sub { $_H-&gt;{\&#39;config\&#39;}-&gt;($self, @_) };sub link_to; *link_to = sub { $_H-&gt;{\&#39;link_to\&#39;}-&gt;($self, @_) };use strict;my $_S = $self-&gt;stash; my $status = $_S-&gt;{\&#39;status\&#39;}; my $cb = $_S-&gt;{\&#39;cb\&#39;}; my $layout = $_S-&gt;{\&#39;layout\&#39;}; my $snapshot = $_S-&gt;{\&#39;snapshot\&#39;}; my $extends = $_S-&gt;{\&#39;extends\&#39;}; my $app = $_S-&gt;{\&#39;app\&#39;}; my $path = $_S-&gt;{\&#39;path\&#39;}; my $format = $_S-&gt;{\&#39;format\&#39;}; my $handler = $_S-&gt;{\&#39;handler\&#39;}; my $exception = $_S-&gt;{\&#39;exception\&#39;}; my $config = $_S-&gt;{\&#39;config\&#39;};&#39;
#           }, &#39;Mojo::Template&#39; ),
#           &#39;bb710e5195a5de9af4c6e9f2ffda2769&#39; =&gt; bless( {
#             &#39;append&#39; =&gt; &#39;&#39;,
#             &#39;auto_escape&#39; =&gt; 1,
#             &#39;capture_end&#39; =&gt; &#39;end&#39;,
#             &#39;capture_start&#39; =&gt; &#39;begin&#39;,
#             &#39;code&#39; =&gt; &#39;package Mojo::Template::SandBox; use Mojo::Base -strict;sub { my $_M = \&#39;\&#39;; my $self = shift; Scalar::Util::weaken $self;no strict \&#39;refs\&#39;; no warnings \&#39;redefine\&#39;;my $_H = $self-&gt;app-&gt;renderer-&gt;helpers;sub search_field; *search_field = sub { $_H-&gt;{\&#39;search_field\&#39;}-&gt;($self, @_) };sub radio_button; *radio_button = sub { $_H-&gt;{\&#39;radio_button\&#39;}-&gt;($self, @_) };sub hidden_field; *hidden_field = sub { $_H-&gt;{\&#39;hidden_field\&#39;}-&gt;($self, @_) };sub content; *content = sub { $_H-&gt;{\&#39;content\&#39;}-&gt;($self, @_) };sub javascript; *javascript = sub { $_H-&gt;{\&#39;javascript\&#39;}-&gt;($self, @_) };sub dumper; *dumper = sub { $_H-&gt;{\&#39;dumper\&#39;}-&gt;($self, @_) };sub color_field; *color_field = sub { $_H-&gt;{\&#39;color_field\&#39;}-&gt;($self, @_) };sub url_for; *url_for = sub { $_H-&gt;{\&#39;url_for\&#39;}-&gt;($self, @_) };sub layout; *layout = sub { $_H-&gt;{\&#39;layout\&#39;}-&gt;($self, @_) };sub file_field; *file_field = sub { $_H-&gt;{\&#39;file_field\&#39;}-&gt;($self, @_) };sub date_field; *date_field = sub { $_H-&gt;{\&#39;date_field\&#39;}-&gt;($self, @_) };sub session; *session = sub { $_H-&gt;{\&#39;session\&#39;}-&gt;($self, @_) };sub tag; *tag = sub { $_H-&gt;{\&#39;tag\&#39;}-&gt;($self, @_) };sub submit_button; *submit_button = sub { $_H-&gt;{\&#39;submit_button\&#39;}-&gt;($self, @_) };sub tel_field; *tel_field = sub { $_H-&gt;{\&#39;tel_field\&#39;}-&gt;($self, @_) };sub email_field; *email_field = sub { $_H-&gt;{\&#39;email_field\&#39;}-&gt;($self, @_) };sub param; *param = sub { $_H-&gt;{\&#39;param\&#39;}-&gt;($self, @_) };sub extends; *extends = sub { $_H-&gt;{\&#39;extends\&#39;}-&gt;($self, @_) };sub t; *t = sub { $_H-&gt;{\&#39;t\&#39;}-&gt;($self, @_) };sub text_field; *text_field = sub { $_H-&gt;{\&#39;text_field\&#39;}-&gt;($self, @_) };sub flash; *flash = sub { $_H-&gt;{\&#39;flash\&#39;}-&gt;($self, @_) };sub app; *app = sub { $_H-&gt;{\&#39;app\&#39;}-&gt;($self, @_) };sub stash; *stash = sub { $_H-&gt;{\&#39;stash\&#39;}-&gt;($self, @_) };sub range_field; *range_field = sub { $_H-&gt;{\&#39;range_field\&#39;}-&gt;($self, @_) };sub input_tag; *input_tag = sub { $_H-&gt;{\&#39;input_tag\&#39;}-&gt;($self, @_) };sub select_field; *select_field = sub { $_H-&gt;{\&#39;select_field\&#39;}-&gt;($self, @_) };sub time_field; *time_field = sub { $_H-&gt;{\&#39;time_field\&#39;}-&gt;($self, @_) };sub month_field; *month_field = sub { $_H-&gt;{\&#39;month_field\&#39;}-&gt;($self, @_) };sub datetime_field; *datetime_field = sub { $_H-&gt;{\&#39;datetime_field\&#39;}-&gt;($self, @_) };sub title; *title = sub { $_H-&gt;{\&#39;title\&#39;}-&gt;($self, @_) };sub check_box; *check_box = sub { $_H-&gt;{\&#39;check_box\&#39;}-&gt;($self, @_) };sub content_for; *content_for = sub { $_H-&gt;{\&#39;content_for\&#39;}-&gt;($self, @_) };sub current_route; *current_route = sub { $_H-&gt;{\&#39;current_route\&#39;}-&gt;($self, @_) };sub number_field; *number_field = sub { $_H-&gt;{\&#39;number_field\&#39;}-&gt;($self, @_) };sub include; *include = sub { $_H-&gt;{\&#39;include\&#39;}-&gt;($self, @_) };sub url_with; *url_with = sub { $_H-&gt;{\&#39;url_with\&#39;}-&gt;($self, @_) };sub week_field; *week_field = sub { $_H-&gt;{\&#39;week_field\&#39;}-&gt;($self, @_) };sub stylesheet; *stylesheet = sub { $_H-&gt;{\&#39;stylesheet\&#39;}-&gt;($self, @_) };sub url_field; *url_field = sub { $_H-&gt;{\&#39;url_field\&#39;}-&gt;($self, @_) };sub form_for; *form_for = sub { $_H-&gt;{\&#39;form_for\&#39;}-&gt;($self, @_) };sub text_area; *text_area = sub { $_H-&gt;{\&#39;text_area\&#39;}-&gt;($self, @_) };sub image; *image = sub { $_H-&gt;{\&#39;image\&#39;}-&gt;($self, @_) };sub password_field; *password_field = sub { $_H-&gt;{\&#39;password_field\&#39;}-&gt;($self, @_) };sub config; *config = sub { $_H-&gt;{\&#39;config\&#39;}-&gt;($self, @_) };sub link_to; *link_to = sub { $_H-&gt;{\&#39;link_to\&#39;}-&gt;($self, @_) };use strict;my $_S = $self-&gt;stash; my $status = $_S-&gt;{\&#39;status\&#39;}; my $cb = $_S-&gt;{\&#39;cb\&#39;}; my $layout = $_S-&gt;{\&#39;layout\&#39;}; my $snapshot = $_S-&gt;{\&#39;snapshot\&#39;}; my $extends = $_S-&gt;{\&#39;extends\&#39;}; my $app = $_S-&gt;{\&#39;app\&#39;}; my $path = $_S-&gt;{\&#39;path\&#39;}; my $format = $_S-&gt;{\&#39;format\&#39;}; my $handler = $_S-&gt;{\&#39;handler\&#39;}; my $exception = $_S-&gt;{\&#39;exception\&#39;}; my $config = $_S-&gt;{\&#39;config\&#39;};; do { $_M .= &quot;\\&lt;\\!DOCTYPE\\ html\\&gt;\\n&quot;;
# $_M .= &quot;\\&lt;html\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\&lt;head\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\&lt;title\\&gt;Server\\ error\\&lt;\\/title\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\&lt;meta\\ http\\-equiv\\=\\&quot;Pragma\\&quot;\\ content\\=\\&quot;no\\-cache\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\&lt;meta\\ http\\-equiv\\=\\&quot;Expires\\&quot;\\ content\\=\\&quot;\\-1\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  javascript \&#39;/mojo/jquery/jquery.js\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  javascript \&#39;/mojo/prettify/run_prettify.js\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  stylesheet \&#39;/mojo/prettify/prettify-mojo.css\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  stylesheet  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ a\\ img\\ \\{\\ border\\:\\ 0\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ body\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ background\\-color\\:\\ \\#f5f6f8\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ color\\:\\ \\#445555\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ font\\:\\ 0\\.9em\\ \\\&#39;Helvetica\\ Neue\\\&#39;\\,\\ Helvetica\\,\\ sans\\-serif\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ font\\-weight\\:\\ normal\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ line\\-height\\:\\ 1\\.5em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\:\\ 0\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ pre\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ font\\:\\ 0\\.8em\\ Consolas\\,\\ Menlo\\,\\ Monaco\\,\\ Courier\\,\\ monospace\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\:\\ 0\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ white\\-space\\:\\ pre\\-wrap\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ table\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ border\\-collapse\\:\\ collapse\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\-top\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\-bottom\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ width\\:\\ 100\\%\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ td\\ \\{\\ padding\\:\\ 0\\.5em\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.box\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ background\\-color\\:\\ \\#fff\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\-moz\\-box\\-shadow\\:\\ 0px\\ 0px\\ 2px\\ \\#ccc\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\-webkit\\-box\\-shadow\\:\\ 0px\\ 0px\\ 2px\\ \\#ccc\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ box\\-shadow\\:\\ 0px\\ 0px\\ 2px\\ \\#ccc\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ overflow\\:\\ hidden\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ padding\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.code\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ background\\-color\\:\\ \\#1a1a1a\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ background\\:\\ url\\(&quot;;$_M .= _escape scalar  url_for \&#39;/mojo/pinstripe.gif\&#39; ;$_M .= &quot;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ color\\:\\ \\#eee\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ text\\-shadow\\:\\ \\#333\\ 0\\ 1px\\ 0\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.important\\ \\{\\ background\\-color\\:\\ rgba\\(47\\,\\ 48\\,\\ 50\\,\\ \\.75\\)\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.infobox\\ \\{\\ color\\:\\ \\#333\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.infobox\\ tr\\:nth\\-child\\(odd\\)\\ \\.value\\ \\{\\ background\\-color\\:\\ \\#ddeeff\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.infobox\\ tr\\:nth\\-child\\(even\\)\\ \\.value\\ \\{\\ background\\-color\\:\\ \\#eef9ff\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.key\\ \\{\\ text\\-align\\:\\ right\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.spaced\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\-left\\:\\ 5em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\-right\\:\\ 5em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.striped\\ \\{\\ border\\-top\\:\\ solid\\ \\#cce4ff\\ 1px\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.tap\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ font\\:\\ 0\\.5em\\ Verdana\\,\\ sans\\-serif\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ text\\-align\\:\\ center\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.value\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ padding\\-left\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ width\\:\\ 100\\%\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#footer\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ padding\\-top\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ text\\-align\\:\\ center\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#nothing\\ \\{\\ padding\\-top\\:\\ 60px\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#showcase\\ \\&gt;\\ pre\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ font\\:\\ 1\\.5em\\ \\\&#39;Helvetica\\ Neue\\\&#39;\\,\\ Helvetica\\,\\ sans\\-serif\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ font\\-weight\\:\\ 300\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\:\\ 0\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ text\\-shadow\\:\\ \\#333\\ 0\\ 1px\\ 0\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#showcase\\ td\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ padding\\-top\\:\\ 0\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ padding\\-bottom\\:\\ 0\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#showcase\\ \\.key\\ \\{\\ padding\\-right\\:\\ 0\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#more\\,\\ \\#trace\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\-moz\\-border\\-radius\\-bottomleft\\:\\ 5px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ border\\-bottom\\-left\\-radius\\:\\ 5px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\-moz\\-border\\-radius\\-bottomright\\:\\ 5px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ border\\-bottom\\-right\\-radius\\:\\ 5px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#more\\ \\.tap\\,\\ \\#trace\\ \\.tap\\ \\{\\ text\\-shadow\\:\\ \\#ddd\\ 0\\ 1px\\ 0\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#request\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\-moz\\-border\\-radius\\-topleft\\:\\ 5px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ border\\-top\\-left\\-radius\\:\\ 5px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\-moz\\-border\\-radius\\-topright\\:\\ 5px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ border\\-top\\-right\\-radius\\:\\ 5px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\-top\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#wrapperlicious\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ max\\-width\\:\\ 1000px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\:\\ 0\\ auto\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
# $_M .= &quot;\\ \\ \\&lt;\\/head\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\&lt;body\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  include inline =&gt; app-&gt;renderer-&gt;_bundled(\&#39;mojobar\&#39;) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;wrapperlicious\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;nothing\\&quot;\\ class\\=\\&quot;box\\ spaced\\&quot;\\&gt;\\&lt;\\/div\\&gt;\\n&quot;;
#  my $cv =  sub { my $_M = \&#39;\&#39;; 
#  my ($key, $value, $i) = @_; 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  tag \&#39;tr\&#39;, $i ? (class =&gt; \&#39;important\&#39;) : undef,  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;td\\ class\\=\\&quot;key\\&quot;\\&gt;&quot;;$_M .= _escape scalar  $key ;$_M .= &quot;\\&lt;\\/td\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;td\\ class\\=\\&quot;value\\&quot;\\&gt;\\&lt;pre\\ class\\=\\&quot;prettyprint\\&quot;\\&gt;&quot;;$_M .= _escape scalar  $value ;$_M .= &quot;\\&lt;\\/pre\\&gt;\\&lt;\\/td\\&gt;\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
# return Mojo::ByteStream-&gt;new($_M) }; 
#  my $kv =  sub { my $_M = \&#39;\&#39;; 
#  my ($key, $value) = @_; 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;tr\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;td\\ class\\=\\&quot;key\\&quot;\\&gt;&quot;;$_M .= _escape scalar  $key ;$_M .= &quot;\\:\\&lt;\\/td\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;td\\ class\\=\\&quot;striped\\ value\\&quot;\\&gt;\\&lt;pre\\&gt;&quot;;$_M .= _escape scalar  $value ;$_M .= &quot;\\&lt;\\/pre\\&gt;\\&lt;\\/td\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/tr\\&gt;\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;showcase\\&quot;\\ class\\=\\&quot;box\\ code\\ spaced\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;pre\\&gt;&quot;;$_M .= _escape scalar  $exception-&gt;message ;$_M .= &quot;\\&lt;\\/pre\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;context\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;table\\&gt;\\n&quot;;
#  for my $line (@{$exception-&gt;lines_before}) { 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $cv-&gt;($line-&gt;[0], $line-&gt;[1]) ;$_M .= &quot;\\n&quot;;
#  } 
#  if (defined $exception-&gt;line-&gt;[1]) { 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $cv-&gt;($exception-&gt;line-&gt;[0], $exception-&gt;line-&gt;[1], 1) ;$_M .= &quot;\\n&quot;;
#  } 
#  for my $line (@{$exception-&gt;lines_after}) { 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $cv-&gt;($line-&gt;[0], $line-&gt;[1]) ;$_M .= &quot;\\n&quot;;
#  } 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/table\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
#  if (defined $exception-&gt;line-&gt;[2]) { 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;insight\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;table\\&gt;\\n&quot;;
#  for my $line (@{$exception-&gt;lines_before}) { 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $cv-&gt;($line-&gt;[0], $line-&gt;[2]) ;$_M .= &quot;\\n&quot;;
#  } 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $cv-&gt;($exception-&gt;line-&gt;[0], $exception-&gt;line-&gt;[2], 1) ;$_M .= &quot;\\n&quot;;
#  for my $line (@{$exception-&gt;lines_after}) { 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $cv-&gt;($line-&gt;[0], $line-&gt;[2]) ;$_M .= &quot;\\n&quot;;
#  } 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/table\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;div\\ class\\=\\&quot;tap\\&quot;\\&gt;tap\\ for\\ more\\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  javascript  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ var\\ current\\ \\=\\ \\\&#39;\\#context\\\&#39;\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;\\#showcase\\\&#39;\\)\\.click\\(function\\(\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\$\\(current\\)\\.slideToggle\\(\\\&#39;slow\\\&#39;\\,\\ function\\(\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ if\\ \\(current\\ \\=\\=\\ \\\&#39;\\#context\\\&#39;\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ current\\ \\=\\ \\\&#39;\\#insight\\\&#39;\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ else\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ current\\ \\=\\ \\\&#39;\\#context\\\&#39;\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\$\\(current\\)\\.slideToggle\\(\\\&#39;slow\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\}\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\}\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;\\#insight\\\&#39;\\)\\.toggle\\(\\)\\;\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
#  } 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;trace\\&quot;\\ class\\=\\&quot;box\\ spaced\\&quot;\\&gt;\\n&quot;;
#  if (@{$exception-&gt;frames}) { 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;div\\ class\\=\\&quot;infobox\\&quot;\\ id\\=\\&quot;frames\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;table\\&gt;\\n&quot;;
#  for my $frame (@{$exception-&gt;frames}) { 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;tr\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;td\\ class\\=\\&quot;striped\\ value\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;pre\\&gt;&quot;;$_M .= _escape scalar  $frame-&gt;[1] . \&#39;:\&#39; . $frame-&gt;[2] ;$_M .= &quot;\\&lt;\\/pre\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/td\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/tr\\&gt;\\n&quot;;
#  } 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/table\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;div\\ class\\=\\&quot;tap\\&quot;\\&gt;tap\\ for\\ more\\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  javascript  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;\\#trace\\\&#39;\\)\\.click\\(function\\(\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;\\#frames\\\&#39;\\)\\.slideToggle\\(\\\&#39;slow\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\}\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;\\#frames\\\&#39;\\)\\.toggle\\(\\)\\;\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
#  } 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;request\\&quot;\\ class\\=\\&quot;box\\ infobox\\ spaced\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;table\\&gt;\\n&quot;;
#  my $req = $self-&gt;req; 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Method =&gt; $req-&gt;method) ;$_M .= &quot;\\n&quot;;
#  my $url = $req-&gt;url; 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(URL =&gt; $url-&gt;to_string) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(\&#39;Base URL\&#39; =&gt; $url-&gt;base-&gt;to_string) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Parameters =&gt; dumper $req-&gt;params-&gt;to_hash) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Stash =&gt; dumper $snapshot) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Session =&gt; dumper session) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Version =&gt; $req-&gt;version) ;$_M .= &quot;\\n&quot;;
#  for my $name (@{$self-&gt;req-&gt;headers-&gt;names}) { 
#  my $value = $self-&gt;req-&gt;headers-&gt;header($name); 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;($name, $value) ;$_M .= &quot;\\n&quot;;
#  } 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/table\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;more\\&quot;\\ class\\=\\&quot;box\\ infobox\\ spaced\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;infos\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;table\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Perl =&gt; &quot;$^V ($^O)&quot;) ;$_M .= &quot;\\n&quot;;
#  my $version  = $Mojolicious::VERSION; 
#  my $codename = $Mojolicious::CODENAME; 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Mojolicious =&gt; &quot;$version ($codename)&quot;) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Home =&gt; app-&gt;home) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Include =&gt; dumper \\@INC) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(PID =&gt; $$) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Name =&gt; $0) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Executable =&gt; $^X) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Time =&gt; scalar localtime(time)) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/table\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;div\\ class\\=\\&quot;tap\\&quot;\\&gt;tap\\ for\\ more\\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;footer\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to \&#39;http://mojolicio.us\&#39; =&gt;  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  image \&#39;/mojo/logo-black.png\&#39;, alt =&gt; \&#39;Mojolicious logo\&#39; ;$_M .= &quot;\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
# $_M .= &quot;\\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  javascript  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;\\#more\\\&#39;\\)\\.click\\(function\\(\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;\\#infos\\\&#39;\\)\\.slideToggle\\(\\\&#39;slow\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;\\#infos\\\&#39;\\)\\.toggle\\(\\)\\;\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
# $_M .= &quot;\\ \\ \\&lt;\\/body\\&gt;\\n&quot;;
# $_M .= &quot;\\&lt;\\/html\\&gt;\\n&quot;;; $_M } };&#39;,
#             &#39;comment_mark&#39; =&gt; &#39;#&#39;,
#             &#39;compiled&#39; =&gt; sub { &quot;DUMMY&quot; },
#             &#39;escape&#39; =&gt; sub { &quot;DUMMY&quot; },
#             &#39;escape_mark&#39; =&gt; &#39;=&#39;,
#             &#39;expression_mark&#39; =&gt; &#39;=&#39;,
#             &#39;line_start&#39; =&gt; &#39;%&#39;,
#             &#39;name&#39; =&gt; &#39;inline template&#39;,
#             &#39;namespace&#39; =&gt; &#39;Mojo::Template::SandBox&#39;,
#             &#39;prepend&#39; =&gt; &#39;my $self = shift; Scalar::Util::weaken $self;no strict \&#39;refs\&#39;; no warnings \&#39;redefine\&#39;;my $_H = $self-&gt;app-&gt;renderer-&gt;helpers;sub search_field; *search_field = sub { $_H-&gt;{\&#39;search_field\&#39;}-&gt;($self, @_) };sub radio_button; *radio_button = sub { $_H-&gt;{\&#39;radio_button\&#39;}-&gt;($self, @_) };sub hidden_field; *hidden_field = sub { $_H-&gt;{\&#39;hidden_field\&#39;}-&gt;($self, @_) };sub content; *content = sub { $_H-&gt;{\&#39;content\&#39;}-&gt;($self, @_) };sub javascript; *javascript = sub { $_H-&gt;{\&#39;javascript\&#39;}-&gt;($self, @_) };sub dumper; *dumper = sub { $_H-&gt;{\&#39;dumper\&#39;}-&gt;($self, @_) };sub color_field; *color_field = sub { $_H-&gt;{\&#39;color_field\&#39;}-&gt;($self, @_) };sub url_for; *url_for = sub { $_H-&gt;{\&#39;url_for\&#39;}-&gt;($self, @_) };sub layout; *layout = sub { $_H-&gt;{\&#39;layout\&#39;}-&gt;($self, @_) };sub file_field; *file_field = sub { $_H-&gt;{\&#39;file_field\&#39;}-&gt;($self, @_) };sub date_field; *date_field = sub { $_H-&gt;{\&#39;date_field\&#39;}-&gt;($self, @_) };sub session; *session = sub { $_H-&gt;{\&#39;session\&#39;}-&gt;($self, @_) };sub tag; *tag = sub { $_H-&gt;{\&#39;tag\&#39;}-&gt;($self, @_) };sub submit_button; *submit_button = sub { $_H-&gt;{\&#39;submit_button\&#39;}-&gt;($self, @_) };sub tel_field; *tel_field = sub { $_H-&gt;{\&#39;tel_field\&#39;}-&gt;($self, @_) };sub email_field; *email_field = sub { $_H-&gt;{\&#39;email_field\&#39;}-&gt;($self, @_) };sub param; *param = sub { $_H-&gt;{\&#39;param\&#39;}-&gt;($self, @_) };sub extends; *extends = sub { $_H-&gt;{\&#39;extends\&#39;}-&gt;($self, @_) };sub t; *t = sub { $_H-&gt;{\&#39;t\&#39;}-&gt;($self, @_) };sub text_field; *text_field = sub { $_H-&gt;{\&#39;text_field\&#39;}-&gt;($self, @_) };sub flash; *flash = sub { $_H-&gt;{\&#39;flash\&#39;}-&gt;($self, @_) };sub app; *app = sub { $_H-&gt;{\&#39;app\&#39;}-&gt;($self, @_) };sub stash; *stash = sub { $_H-&gt;{\&#39;stash\&#39;}-&gt;($self, @_) };sub range_field; *range_field = sub { $_H-&gt;{\&#39;range_field\&#39;}-&gt;($self, @_) };sub input_tag; *input_tag = sub { $_H-&gt;{\&#39;input_tag\&#39;}-&gt;($self, @_) };sub select_field; *select_field = sub { $_H-&gt;{\&#39;select_field\&#39;}-&gt;($self, @_) };sub time_field; *time_field = sub { $_H-&gt;{\&#39;time_field\&#39;}-&gt;($self, @_) };sub month_field; *month_field = sub { $_H-&gt;{\&#39;month_field\&#39;}-&gt;($self, @_) };sub datetime_field; *datetime_field = sub { $_H-&gt;{\&#39;datetime_field\&#39;}-&gt;($self, @_) };sub title; *title = sub { $_H-&gt;{\&#39;title\&#39;}-&gt;($self, @_) };sub check_box; *check_box = sub { $_H-&gt;{\&#39;check_box\&#39;}-&gt;($self, @_) };sub content_for; *content_for = sub { $_H-&gt;{\&#39;content_for\&#39;}-&gt;($self, @_) };sub current_route; *current_route = sub { $_H-&gt;{\&#39;current_route\&#39;}-&gt;($self, @_) };sub number_field; *number_field = sub { $_H-&gt;{\&#39;number_field\&#39;}-&gt;($self, @_) };sub include; *include = sub { $_H-&gt;{\&#39;include\&#39;}-&gt;($self, @_) };sub url_with; *url_with = sub { $_H-&gt;{\&#39;url_with\&#39;}-&gt;($self, @_) };sub week_field; *week_field = sub { $_H-&gt;{\&#39;week_field\&#39;}-&gt;($self, @_) };sub stylesheet; *stylesheet = sub { $_H-&gt;{\&#39;stylesheet\&#39;}-&gt;($self, @_) };sub url_field; *url_field = sub { $_H-&gt;{\&#39;url_field\&#39;}-&gt;($self, @_) };sub form_for; *form_for = sub { $_H-&gt;{\&#39;form_for\&#39;}-&gt;($self, @_) };sub text_area; *text_area = sub { $_H-&gt;{\&#39;text_area\&#39;}-&gt;($self, @_) };sub image; *image = sub { $_H-&gt;{\&#39;image\&#39;}-&gt;($self, @_) };sub password_field; *password_field = sub { $_H-&gt;{\&#39;password_field\&#39;}-&gt;($self, @_) };sub config; *config = sub { $_H-&gt;{\&#39;config\&#39;}-&gt;($self, @_) };sub link_to; *link_to = sub { $_H-&gt;{\&#39;link_to\&#39;}-&gt;($self, @_) };use strict;my $_S = $self-&gt;stash; my $status = $_S-&gt;{\&#39;status\&#39;}; my $cb = $_S-&gt;{\&#39;cb\&#39;}; my $layout = $_S-&gt;{\&#39;layout\&#39;}; my $snapshot = $_S-&gt;{\&#39;snapshot\&#39;}; my $extends = $_S-&gt;{\&#39;extends\&#39;}; my $app = $_S-&gt;{\&#39;app\&#39;}; my $path = $_S-&gt;{\&#39;path\&#39;}; my $format = $_S-&gt;{\&#39;format\&#39;}; my $handler = $_S-&gt;{\&#39;handler\&#39;}; my $exception = $_S-&gt;{\&#39;exception\&#39;}; my $config = $_S-&gt;{\&#39;config\&#39;};&#39;,
#             &#39;replace_mark&#39; =&gt; &#39;%&#39;,
#             &#39;tag_end&#39; =&gt; &#39;%&gt;&#39;,
#             &#39;tag_start&#39; =&gt; &#39;&lt;%&#39;,
#             &#39;template&#39; =&gt; &#39;&lt;!DOCTYPE html&gt;
# &lt;html&gt;
#   &lt;head&gt;
#     &lt;title&gt;Server error&lt;/title&gt;
#     &lt;meta http-equiv=&quot;Pragma&quot; content=&quot;no-cache&quot;&gt;
#     &lt;meta http-equiv=&quot;Expires&quot; content=&quot;-1&quot;&gt;
#     %= javascript \&#39;/mojo/jquery/jquery.js\&#39;
#     %= javascript \&#39;/mojo/prettify/run_prettify.js\&#39;
#     %= stylesheet \&#39;/mojo/prettify/prettify-mojo.css\&#39;
#     %= stylesheet begin
#       a img { border: 0 }
#       body {
#         background-color: #f5f6f8;
#         color: #445555;
#         font: 0.9em \&#39;Helvetica Neue\&#39;, Helvetica, sans-serif;
#         font-weight: normal;
#         line-height: 1.5em;
#         margin: 0;
#       }
#       pre {
#         font: 0.8em Consolas, Menlo, Monaco, Courier, monospace;
#         margin: 0;
#         white-space: pre-wrap;
#       }
#       table {
#         border-collapse: collapse;
#         margin-top: 1em;
#         margin-bottom: 1em;
#         width: 100%;
#       }
#       td { padding: 0.5em }
#       .box {
#         background-color: #fff;
#         -moz-box-shadow: 0px 0px 2px #ccc;
#         -webkit-box-shadow: 0px 0px 2px #ccc;
#         box-shadow: 0px 0px 2px #ccc;
#         overflow: hidden;
#         padding: 1em;
#       }
#       .code {
#         background-color: #1a1a1a;
#         background: url(&lt;%= url_for \&#39;/mojo/pinstripe.gif\&#39; %&gt;);
#         color: #eee;
#         text-shadow: #333 0 1px 0;
#       }
#       .important { background-color: rgba(47, 48, 50, .75) }
#       .infobox { color: #333 }
#       .infobox tr:nth-child(odd) .value { background-color: #ddeeff }
#       .infobox tr:nth-child(even) .value { background-color: #eef9ff }
#       .key { text-align: right }
#       .spaced {
#         margin-left: 5em;
#         margin-right: 5em;
#       }
#       .striped { border-top: solid #cce4ff 1px }
#       .tap {
#         font: 0.5em Verdana, sans-serif;
#         text-align: center;
#       }
#       .value {
#         padding-left: 1em;
#         width: 100%;
#       }
#       #footer {
#         padding-top: 1em;
#         text-align: center;
#       }
#       #nothing { padding-top: 60px }
#       #showcase &gt; pre {
#         font: 1.5em \&#39;Helvetica Neue\&#39;, Helvetica, sans-serif;
#         font-weight: 300;
#         margin: 0;
#         text-shadow: #333 0 1px 0;
#       }
#       #showcase td {
#         padding-top: 0;
#         padding-bottom: 0;
#       }
#       #showcase .key { padding-right: 0 }
#       #more, #trace {
#         -moz-border-radius-bottomleft: 5px;
#         border-bottom-left-radius: 5px;
#         -moz-border-radius-bottomright: 5px;
#         border-bottom-right-radius: 5px;
#       }
#       #more .tap, #trace .tap { text-shadow: #ddd 0 1px 0 }
#       #request {
#         -moz-border-radius-topleft: 5px;
#         border-top-left-radius: 5px;
#         -moz-border-radius-topright: 5px;
#         border-top-right-radius: 5px;
#         margin-top: 1em;
#       }
#       #wrapperlicious {
#         max-width: 1000px;
#         margin: 0 auto;
#       }
#     % end
#   &lt;/head&gt;
#   &lt;body&gt;
#     %= include inline =&gt; app-&gt;renderer-&gt;_bundled(\&#39;mojobar\&#39;)
#     &lt;div id=&quot;wrapperlicious&quot;&gt;
#       &lt;div id=&quot;nothing&quot; class=&quot;box spaced&quot;&gt;&lt;/div&gt;
#       % my $cv = begin
#         % my ($key, $value, $i) = @_;
#         %= tag \&#39;tr\&#39;, $i ? (class =&gt; \&#39;important\&#39;) : undef, begin
#           &lt;td class=&quot;key&quot;&gt;&lt;%= $key %&gt;&lt;/td&gt;
#           &lt;td class=&quot;value&quot;&gt;&lt;pre class=&quot;prettyprint&quot;&gt;&lt;%= $value %&gt;&lt;/pre&gt;&lt;/td&gt;
#         % end
#       % end
#       % my $kv = begin
#         % my ($key, $value) = @_;
#         &lt;tr&gt;
#           &lt;td class=&quot;key&quot;&gt;&lt;%= $key %&gt;:&lt;/td&gt;
#           &lt;td class=&quot;striped value&quot;&gt;&lt;pre&gt;&lt;%= $value %&gt;&lt;/pre&gt;&lt;/td&gt;
#         &lt;/tr&gt;
#       % end
#       &lt;div id=&quot;showcase&quot; class=&quot;box code spaced&quot;&gt;
#         &lt;pre&gt;&lt;%= $exception-&gt;message %&gt;&lt;/pre&gt;
#         &lt;div id=&quot;context&quot;&gt;
#           &lt;table&gt;
#             % for my $line (@{$exception-&gt;lines_before}) {
#               %= $cv-&gt;($line-&gt;[0], $line-&gt;[1])
#             % }
#             % if (defined $exception-&gt;line-&gt;[1]) {
#               %= $cv-&gt;($exception-&gt;line-&gt;[0], $exception-&gt;line-&gt;[1], 1)
#             % }
#             % for my $line (@{$exception-&gt;lines_after}) {
#               %= $cv-&gt;($line-&gt;[0], $line-&gt;[1])
#             % }
#           &lt;/table&gt;
#         &lt;/div&gt;
#         % if (defined $exception-&gt;line-&gt;[2]) {
#           &lt;div id=&quot;insight&quot;&gt;
#             &lt;table&gt;
#               % for my $line (@{$exception-&gt;lines_before}) {
#                 %= $cv-&gt;($line-&gt;[0], $line-&gt;[2])
#               % }
#               %= $cv-&gt;($exception-&gt;line-&gt;[0], $exception-&gt;line-&gt;[2], 1)
#               % for my $line (@{$exception-&gt;lines_after}) {
#                 %= $cv-&gt;($line-&gt;[0], $line-&gt;[2])
#               % }
#             &lt;/table&gt;
#           &lt;/div&gt;
#           &lt;div class=&quot;tap&quot;&gt;tap for more&lt;/div&gt;
#           %= javascript begin
#             var current = \&#39;#context\&#39;;
#             $(\&#39;#showcase\&#39;).click(function() {
#               $(current).slideToggle(\&#39;slow\&#39;, function() {
#                 if (current == \&#39;#context\&#39;) {
#                   current = \&#39;#insight\&#39;;
#                 }
#                 else {
#                   current = \&#39;#context\&#39;;
#                 }
#                 $(current).slideToggle(\&#39;slow\&#39;);
#               });
#             });
#             $(\&#39;#insight\&#39;).toggle();
#           % end
#         % }
#       &lt;/div&gt;
#       &lt;div id=&quot;trace&quot; class=&quot;box spaced&quot;&gt;
#         % if (@{$exception-&gt;frames}) {
#           &lt;div class=&quot;infobox&quot; id=&quot;frames&quot;&gt;
#             &lt;table&gt;
#               % for my $frame (@{$exception-&gt;frames}) {
#                 &lt;tr&gt;
#                   &lt;td class=&quot;striped value&quot;&gt;
#                     &lt;pre&gt;&lt;%= $frame-&gt;[1] . \&#39;:\&#39; . $frame-&gt;[2] %&gt;&lt;/pre&gt;
#                   &lt;/td&gt;
#                 &lt;/tr&gt;
#               % }
#             &lt;/table&gt;
#           &lt;/div&gt;
#           &lt;div class=&quot;tap&quot;&gt;tap for more&lt;/div&gt;
#           %= javascript begin
#             $(\&#39;#trace\&#39;).click(function() {
#               $(\&#39;#frames\&#39;).slideToggle(\&#39;slow\&#39;);
#             });
#             $(\&#39;#frames\&#39;).toggle();
#           % end
#         % }
#       &lt;/div&gt;
#       &lt;div id=&quot;request&quot; class=&quot;box infobox spaced&quot;&gt;
#         &lt;table&gt;
#           % my $req = $self-&gt;req;
#           %= $kv-&gt;(Method =&gt; $req-&gt;method)
#           % my $url = $req-&gt;url;
#           %= $kv-&gt;(URL =&gt; $url-&gt;to_string)
#           %= $kv-&gt;(\&#39;Base URL\&#39; =&gt; $url-&gt;base-&gt;to_string)
#           %= $kv-&gt;(Parameters =&gt; dumper $req-&gt;params-&gt;to_hash)
#           %= $kv-&gt;(Stash =&gt; dumper $snapshot)
#           %= $kv-&gt;(Session =&gt; dumper session)
#           %= $kv-&gt;(Version =&gt; $req-&gt;version)
#           % for my $name (@{$self-&gt;req-&gt;headers-&gt;names}) {
#             % my $value = $self-&gt;req-&gt;headers-&gt;header($name);
#             %= $kv-&gt;($name, $value)
#           % }
#         &lt;/table&gt;
#       &lt;/div&gt;
#       &lt;div id=&quot;more&quot; class=&quot;box infobox spaced&quot;&gt;
#         &lt;div id=&quot;infos&quot;&gt;
#           &lt;table&gt;
#             %= $kv-&gt;(Perl =&gt; &quot;$^V ($^O)&quot;)
#             % my $version  = $Mojolicious::VERSION;
#             % my $codename = $Mojolicious::CODENAME;
#             %= $kv-&gt;(Mojolicious =&gt; &quot;$version ($codename)&quot;)
#             %= $kv-&gt;(Home =&gt; app-&gt;home)
#             %= $kv-&gt;(Include =&gt; dumper \\@INC)
#             %= $kv-&gt;(PID =&gt; $$)
#             %= $kv-&gt;(Name =&gt; $0)
#             %= $kv-&gt;(Executable =&gt; $^X)
#             %= $kv-&gt;(Time =&gt; scalar localtime(time))
#           &lt;/table&gt;
#         &lt;/div&gt;
#         &lt;div class=&quot;tap&quot;&gt;tap for more&lt;/div&gt;
#       &lt;/div&gt;
#     &lt;/div&gt;
#     &lt;div id=&quot;footer&quot;&gt;
#       %= link_to \&#39;http://mojolicio.us\&#39; =&gt; begin
#         %= image \&#39;/mojo/logo-black.png\&#39;, alt =&gt; \&#39;Mojolicious logo\&#39;
#       % end
#     &lt;/div&gt;
#     %= javascript begin
#       $(\&#39;#more\&#39;).click(function() {
#         $(\&#39;#infos\&#39;).slideToggle(\&#39;slow\&#39;);
#       });
#       $(\&#39;#infos\&#39;).toggle();
#     % end
#   &lt;/body&gt;
# &lt;/html&gt;
# &#39;,
#             &#39;tree&#39; =&gt; [],
#             &#39;trim_mark&#39; =&gt; &#39;=&#39;
#           }, &#39;Mojo::Template&#39; ),
#           &#39;cd99884e6e1c5191fd812e3b9f81c361&#39; =&gt; bless( {
#             &#39;append&#39; =&gt; &#39;&#39;,
#             &#39;auto_escape&#39; =&gt; 1,
#             &#39;capture_end&#39; =&gt; &#39;end&#39;,
#             &#39;capture_start&#39; =&gt; &#39;begin&#39;,
#             &#39;code&#39; =&gt; &#39;package Mojo::Template::SandBox; use Mojo::Base -strict;sub { my $_M = \&#39;\&#39;; my $self = shift; Scalar::Util::weaken $self;no strict \&#39;refs\&#39;; no warnings \&#39;redefine\&#39;;my $_H = $self-&gt;app-&gt;renderer-&gt;helpers;sub search_field; *search_field = sub { $_H-&gt;{\&#39;search_field\&#39;}-&gt;($self, @_) };sub radio_button; *radio_button = sub { $_H-&gt;{\&#39;radio_button\&#39;}-&gt;($self, @_) };sub hidden_field; *hidden_field = sub { $_H-&gt;{\&#39;hidden_field\&#39;}-&gt;($self, @_) };sub content; *content = sub { $_H-&gt;{\&#39;content\&#39;}-&gt;($self, @_) };sub javascript; *javascript = sub { $_H-&gt;{\&#39;javascript\&#39;}-&gt;($self, @_) };sub dumper; *dumper = sub { $_H-&gt;{\&#39;dumper\&#39;}-&gt;($self, @_) };sub color_field; *color_field = sub { $_H-&gt;{\&#39;color_field\&#39;}-&gt;($self, @_) };sub url_for; *url_for = sub { $_H-&gt;{\&#39;url_for\&#39;}-&gt;($self, @_) };sub layout; *layout = sub { $_H-&gt;{\&#39;layout\&#39;}-&gt;($self, @_) };sub file_field; *file_field = sub { $_H-&gt;{\&#39;file_field\&#39;}-&gt;($self, @_) };sub date_field; *date_field = sub { $_H-&gt;{\&#39;date_field\&#39;}-&gt;($self, @_) };sub session; *session = sub { $_H-&gt;{\&#39;session\&#39;}-&gt;($self, @_) };sub tag; *tag = sub { $_H-&gt;{\&#39;tag\&#39;}-&gt;($self, @_) };sub submit_button; *submit_button = sub { $_H-&gt;{\&#39;submit_button\&#39;}-&gt;($self, @_) };sub tel_field; *tel_field = sub { $_H-&gt;{\&#39;tel_field\&#39;}-&gt;($self, @_) };sub email_field; *email_field = sub { $_H-&gt;{\&#39;email_field\&#39;}-&gt;($self, @_) };sub param; *param = sub { $_H-&gt;{\&#39;param\&#39;}-&gt;($self, @_) };sub extends; *extends = sub { $_H-&gt;{\&#39;extends\&#39;}-&gt;($self, @_) };sub t; *t = sub { $_H-&gt;{\&#39;t\&#39;}-&gt;($self, @_) };sub text_field; *text_field = sub { $_H-&gt;{\&#39;text_field\&#39;}-&gt;($self, @_) };sub flash; *flash = sub { $_H-&gt;{\&#39;flash\&#39;}-&gt;($self, @_) };sub app; *app = sub { $_H-&gt;{\&#39;app\&#39;}-&gt;($self, @_) };sub stash; *stash = sub { $_H-&gt;{\&#39;stash\&#39;}-&gt;($self, @_) };sub range_field; *range_field = sub { $_H-&gt;{\&#39;range_field\&#39;}-&gt;($self, @_) };sub input_tag; *input_tag = sub { $_H-&gt;{\&#39;input_tag\&#39;}-&gt;($self, @_) };sub select_field; *select_field = sub { $_H-&gt;{\&#39;select_field\&#39;}-&gt;($self, @_) };sub time_field; *time_field = sub { $_H-&gt;{\&#39;time_field\&#39;}-&gt;($self, @_) };sub month_field; *month_field = sub { $_H-&gt;{\&#39;month_field\&#39;}-&gt;($self, @_) };sub datetime_field; *datetime_field = sub { $_H-&gt;{\&#39;datetime_field\&#39;}-&gt;($self, @_) };sub title; *title = sub { $_H-&gt;{\&#39;title\&#39;}-&gt;($self, @_) };sub check_box; *check_box = sub { $_H-&gt;{\&#39;check_box\&#39;}-&gt;($self, @_) };sub content_for; *content_for = sub { $_H-&gt;{\&#39;content_for\&#39;}-&gt;($self, @_) };sub current_route; *current_route = sub { $_H-&gt;{\&#39;current_route\&#39;}-&gt;($self, @_) };sub number_field; *number_field = sub { $_H-&gt;{\&#39;number_field\&#39;}-&gt;($self, @_) };sub include; *include = sub { $_H-&gt;{\&#39;include\&#39;}-&gt;($self, @_) };sub url_with; *url_with = sub { $_H-&gt;{\&#39;url_with\&#39;}-&gt;($self, @_) };sub week_field; *week_field = sub { $_H-&gt;{\&#39;week_field\&#39;}-&gt;($self, @_) };sub stylesheet; *stylesheet = sub { $_H-&gt;{\&#39;stylesheet\&#39;}-&gt;($self, @_) };sub url_field; *url_field = sub { $_H-&gt;{\&#39;url_field\&#39;}-&gt;($self, @_) };sub form_for; *form_for = sub { $_H-&gt;{\&#39;form_for\&#39;}-&gt;($self, @_) };sub text_area; *text_area = sub { $_H-&gt;{\&#39;text_area\&#39;}-&gt;($self, @_) };sub image; *image = sub { $_H-&gt;{\&#39;image\&#39;}-&gt;($self, @_) };sub password_field; *password_field = sub { $_H-&gt;{\&#39;password_field\&#39;}-&gt;($self, @_) };sub config; *config = sub { $_H-&gt;{\&#39;config\&#39;}-&gt;($self, @_) };sub link_to; *link_to = sub { $_H-&gt;{\&#39;link_to\&#39;}-&gt;($self, @_) };use strict;my $_S = $self-&gt;stash; my $status = $_S-&gt;{\&#39;status\&#39;}; my $partial = $_S-&gt;{\&#39;partial\&#39;}; my $cb = $_S-&gt;{\&#39;cb\&#39;}; my $layout = $_S-&gt;{\&#39;layout\&#39;}; my $snapshot = $_S-&gt;{\&#39;snapshot\&#39;}; my $extends = $_S-&gt;{\&#39;extends\&#39;}; my $extend = $_S-&gt;{\&#39;extend\&#39;}; my $app = $_S-&gt;{\&#39;app\&#39;}; my $path = $_S-&gt;{\&#39;path\&#39;}; my $format = $_S-&gt;{\&#39;format\&#39;}; my $handler = $_S-&gt;{\&#39;handler\&#39;}; my $exception = $_S-&gt;{\&#39;exception\&#39;}; my $config = $_S-&gt;{\&#39;config\&#39;};; do { $_M .= _escape scalar  javascript \&#39;/mojo/jquery/jquery.js\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\&lt;div\\ id\\=\\&quot;mojobar\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ &quot;;$_M .= _escape scalar  stylesheet scoped =&gt; \&#39;scoped\&#39;,  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\#mojobar\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ background\\-color\\:\\ \\#1a1a1a\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ background\\:\\ \\-webkit\\-gradient\\(\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ linear\\,\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ 0\\%\\ 0\\%\\,\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ 0\\%\\ 100\\%\\,\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ color\\-stop\\(0\\%\\,\\ \\#2a2a2a\\)\\,\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ color\\-stop\\(100\\%\\,\\ \\#000\\)\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ background\\:\\ \\-moz\\-linear\\-gradient\\(\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ top\\,\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\#2a2a2a\\ 0\\%\\,\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\#000\\ 100\\%\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ background\\:\\ linear\\-gradient\\(top\\,\\ \\#2a2a2a\\ 0\\%\\,\\ \\#000\\ 100\\%\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\-moz\\-box\\-shadow\\:\\ 0px\\ 1px\\ 2px\\ rgba\\(0\\,\\ 0\\,\\ 0\\,\\ 0\\.6\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\-webkit\\-box\\-shadow\\:\\ 0px\\ 1px\\ 2px\\ rgba\\(0\\,\\ 0\\,\\ 0\\,\\ 0\\.6\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ box\\-shadow\\:\\ 0px\\ 1px\\ 2px\\ rgba\\(0\\,\\ 0\\,\\ 0\\,\\ 0\\.6\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ height\\:\\ 46px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ overflow\\:\\ hidden\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ position\\:\\ absolute\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ text\\-align\\:\\ right\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ vertical\\-align\\:\\ middle\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ width\\:\\ 100\\%\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ z\\-index\\:\\ 1000\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\#mojobar\\-logo\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ float\\:\\ left\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ margin\\-left\\:\\ 5em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ padding\\-top\\:\\ 3px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\#mojobar\\-links\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ display\\:table\\-cell\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ float\\:\\ right\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ height\\:\\ 60px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ margin\\-right\\:\\ 5em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ margin\\-top\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\#mojobar\\-links\\ a\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ color\\:\\ \\#ccc\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ font\\:\\ 1em\\ \\\&#39;Helvetica\\ Neue\\\&#39;\\,\\ Helvetica\\,\\ sans\\-serif\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ font\\-weight\\:\\ 300\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ margin\\-left\\:\\ 0\\.5em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ padding\\-bottom\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ padding\\-top\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ text\\-decoration\\:\\ none\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\-webkit\\-transition\\:\\ all\\ 200ms\\ ease\\-in\\-out\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\-moz\\-transition\\:\\ all\\ 200ms\\ ease\\-in\\-out\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\-o\\-transition\\:\\ all\\ 200ms\\ ease\\-in\\-out\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ transition\\:\\ all\\ 200ms\\ ease\\-in\\-out\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\#mojobar\\-links\\ a\\:hover\\ \\{\\ color\\:\\ \\#fff\\ \\}\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
# $_M .= &quot;\\ \\ \\&lt;div\\ id\\=\\&quot;mojobar\\-logo\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to \&#39;http://mojolicio.us\&#39; =&gt;  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  image \&#39;/mojo/logo-white.png\&#39;, alt =&gt; \&#39;Mojolicious logo\&#39; ;$_M .= &quot;\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
# $_M .= &quot;\\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\&lt;div\\ id\\=\\&quot;mojobar\\-links\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to Documentation =&gt; \&#39;http://mojolicio.us/perldoc\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to Screencasts =&gt; \&#39;http://mojocasts.com\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to Wiki =&gt; \&#39;https://github.com/kraih/mojo/wiki\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to GitHub =&gt; \&#39;https://github.com/kraih/mojo\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to CPAN =&gt; \&#39;http://metacpan.org/release/Mojolicious/\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to MailingList =&gt; \&#39;http://groups.google.com/group/mojolicious\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to Blog =&gt; \&#39;http://blog.kraih.com\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to Twitter =&gt; \&#39;http://twitter.com/kraih\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= _escape scalar  javascript  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\$\\(window\\)\\.load\\(function\\ \\(\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ if\\ \\(window\\.location\\.hash\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ var\\ tweak\\ \\=\\ \\$\\(window\\.location\\.hash\\)\\.offset\\(\\)\\.top\\ \\-\\ 50\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;html\\,\\ body\\\&#39;\\)\\.animate\\(\\{scrollTop\\:tweak\\}\\,\\ 1\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ var\\ mojobar\\ \\=\\ \\$\\(\\\&#39;\\#mojobar\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ var\\ start\\ \\ \\ \\=\\ mojobar\\.offset\\(\\)\\.top\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ var\\ fixed\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\$\\(window\\)\\.scroll\\(function\\ \\(\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ if\\ \\(\\!fixed\\ \\&amp;\\&amp;\\ \\(mojobar\\.offset\\(\\)\\.top\\ \\-\\ \\$\\(window\\)\\.scrollTop\\(\\)\\ \\&lt;\\ 0\\)\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ mojobar\\.css\\(\\\&#39;top\\\&#39;\\,\\ 0\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ mojobar\\.css\\(\\\&#39;position\\\&#39;\\,\\ \\\&#39;fixed\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ fixed\\ \\=\\ true\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\ else\\ if\\ \\(fixed\\ \\&amp;\\&amp;\\ \\$\\(window\\)\\.scrollTop\\(\\)\\ \\&lt;\\=\\ start\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ mojobar\\.css\\(\\\&#39;position\\\&#39;\\,\\ \\\&#39;absolute\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ mojobar\\.css\\(\\\&#39;top\\\&#39;\\,\\ start\\ \\+\\ \\\&#39;px\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ fixed\\ \\=\\ false\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\}\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\}\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\$\\(document\\)\\.ready\\(function\\(\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\$\\(\\&quot;\\.mojoscroll\\&quot;\\)\\.click\\(function\\(e\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ e\\.preventDefault\\(\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ e\\.stopPropagation\\(\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ var\\ parts\\ \\ \\=\\ this\\.href\\.split\\(\\&quot;\\#\\&quot;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ var\\ hash\\ \\ \\ \\=\\ \\&quot;\\#\\&quot;\\ \\+\\ parts\\[1\\]\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ var\\ target\\ \\=\\ \\$\\(hash\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ var\\ top\\ \\ \\ \\ \\=\\ target\\.offset\\(\\)\\.top\\ \\-\\ 50\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ var\\ old\\ \\ \\ \\ \\=\\ target\\.attr\\(\\\&#39;id\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ target\\.attr\\(\\\&#39;id\\\&#39;\\,\\ \\\&#39;\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ location\\.hash\\ \\=\\ hash\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ target\\.attr\\(\\\&#39;id\\\&#39;\\,\\ old\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;html\\,\\ body\\\&#39;\\)\\.animate\\(\\{scrollTop\\:top\\}\\,\\ 1\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\}\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\}\\)\\;\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; ; $_M } };&#39;,
#             &#39;comment_mark&#39; =&gt; &#39;#&#39;,
#             &#39;compiled&#39; =&gt; sub { &quot;DUMMY&quot; },
#             &#39;escape&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;cache&#39;}{&#39;cache&#39;}{&#39;bb710e5195a5de9af4c6e9f2ffda2769&#39;}{&#39;escape&#39;},
#             &#39;escape_mark&#39; =&gt; &#39;=&#39;,
#             &#39;expression_mark&#39; =&gt; &#39;=&#39;,
#             &#39;line_start&#39; =&gt; &#39;%&#39;,
#             &#39;name&#39; =&gt; &#39;inline template&#39;,
#             &#39;namespace&#39; =&gt; &#39;Mojo::Template::SandBox&#39;,
#             &#39;prepend&#39; =&gt; &#39;my $self = shift; Scalar::Util::weaken $self;no strict \&#39;refs\&#39;; no warnings \&#39;redefine\&#39;;my $_H = $self-&gt;app-&gt;renderer-&gt;helpers;sub search_field; *search_field = sub { $_H-&gt;{\&#39;search_field\&#39;}-&gt;($self, @_) };sub radio_button; *radio_button = sub { $_H-&gt;{\&#39;radio_button\&#39;}-&gt;($self, @_) };sub hidden_field; *hidden_field = sub { $_H-&gt;{\&#39;hidden_field\&#39;}-&gt;($self, @_) };sub content; *content = sub { $_H-&gt;{\&#39;content\&#39;}-&gt;($self, @_) };sub javascript; *javascript = sub { $_H-&gt;{\&#39;javascript\&#39;}-&gt;($self, @_) };sub dumper; *dumper = sub { $_H-&gt;{\&#39;dumper\&#39;}-&gt;($self, @_) };sub color_field; *color_field = sub { $_H-&gt;{\&#39;color_field\&#39;}-&gt;($self, @_) };sub url_for; *url_for = sub { $_H-&gt;{\&#39;url_for\&#39;}-&gt;($self, @_) };sub layout; *layout = sub { $_H-&gt;{\&#39;layout\&#39;}-&gt;($self, @_) };sub file_field; *file_field = sub { $_H-&gt;{\&#39;file_field\&#39;}-&gt;($self, @_) };sub date_field; *date_field = sub { $_H-&gt;{\&#39;date_field\&#39;}-&gt;($self, @_) };sub session; *session = sub { $_H-&gt;{\&#39;session\&#39;}-&gt;($self, @_) };sub tag; *tag = sub { $_H-&gt;{\&#39;tag\&#39;}-&gt;($self, @_) };sub submit_button; *submit_button = sub { $_H-&gt;{\&#39;submit_button\&#39;}-&gt;($self, @_) };sub tel_field; *tel_field = sub { $_H-&gt;{\&#39;tel_field\&#39;}-&gt;($self, @_) };sub email_field; *email_field = sub { $_H-&gt;{\&#39;email_field\&#39;}-&gt;($self, @_) };sub param; *param = sub { $_H-&gt;{\&#39;param\&#39;}-&gt;($self, @_) };sub extends; *extends = sub { $_H-&gt;{\&#39;extends\&#39;}-&gt;($self, @_) };sub t; *t = sub { $_H-&gt;{\&#39;t\&#39;}-&gt;($self, @_) };sub text_field; *text_field = sub { $_H-&gt;{\&#39;text_field\&#39;}-&gt;($self, @_) };sub flash; *flash = sub { $_H-&gt;{\&#39;flash\&#39;}-&gt;($self, @_) };sub app; *app = sub { $_H-&gt;{\&#39;app\&#39;}-&gt;($self, @_) };sub stash; *stash = sub { $_H-&gt;{\&#39;stash\&#39;}-&gt;($self, @_) };sub range_field; *range_field = sub { $_H-&gt;{\&#39;range_field\&#39;}-&gt;($self, @_) };sub input_tag; *input_tag = sub { $_H-&gt;{\&#39;input_tag\&#39;}-&gt;($self, @_) };sub select_field; *select_field = sub { $_H-&gt;{\&#39;select_field\&#39;}-&gt;($self, @_) };sub time_field; *time_field = sub { $_H-&gt;{\&#39;time_field\&#39;}-&gt;($self, @_) };sub month_field; *month_field = sub { $_H-&gt;{\&#39;month_field\&#39;}-&gt;($self, @_) };sub datetime_field; *datetime_field = sub { $_H-&gt;{\&#39;datetime_field\&#39;}-&gt;($self, @_) };sub title; *title = sub { $_H-&gt;{\&#39;title\&#39;}-&gt;($self, @_) };sub check_box; *check_box = sub { $_H-&gt;{\&#39;check_box\&#39;}-&gt;($self, @_) };sub content_for; *content_for = sub { $_H-&gt;{\&#39;content_for\&#39;}-&gt;($self, @_) };sub current_route; *current_route = sub { $_H-&gt;{\&#39;current_route\&#39;}-&gt;($self, @_) };sub number_field; *number_field = sub { $_H-&gt;{\&#39;number_field\&#39;}-&gt;($self, @_) };sub include; *include = sub { $_H-&gt;{\&#39;include\&#39;}-&gt;($self, @_) };sub url_with; *url_with = sub { $_H-&gt;{\&#39;url_with\&#39;}-&gt;($self, @_) };sub week_field; *week_field = sub { $_H-&gt;{\&#39;week_field\&#39;}-&gt;($self, @_) };sub stylesheet; *stylesheet = sub { $_H-&gt;{\&#39;stylesheet\&#39;}-&gt;($self, @_) };sub url_field; *url_field = sub { $_H-&gt;{\&#39;url_field\&#39;}-&gt;($self, @_) };sub form_for; *form_for = sub { $_H-&gt;{\&#39;form_for\&#39;}-&gt;($self, @_) };sub text_area; *text_area = sub { $_H-&gt;{\&#39;text_area\&#39;}-&gt;($self, @_) };sub image; *image = sub { $_H-&gt;{\&#39;image\&#39;}-&gt;($self, @_) };sub password_field; *password_field = sub { $_H-&gt;{\&#39;password_field\&#39;}-&gt;($self, @_) };sub config; *config = sub { $_H-&gt;{\&#39;config\&#39;}-&gt;($self, @_) };sub link_to; *link_to = sub { $_H-&gt;{\&#39;link_to\&#39;}-&gt;($self, @_) };use strict;my $_S = $self-&gt;stash; my $status = $_S-&gt;{\&#39;status\&#39;}; my $partial = $_S-&gt;{\&#39;partial\&#39;}; my $cb = $_S-&gt;{\&#39;cb\&#39;}; my $layout = $_S-&gt;{\&#39;layout\&#39;}; my $snapshot = $_S-&gt;{\&#39;snapshot\&#39;}; my $extends = $_S-&gt;{\&#39;extends\&#39;}; my $extend = $_S-&gt;{\&#39;extend\&#39;}; my $app = $_S-&gt;{\&#39;app\&#39;}; my $path = $_S-&gt;{\&#39;path\&#39;}; my $format = $_S-&gt;{\&#39;format\&#39;}; my $handler = $_S-&gt;{\&#39;handler\&#39;}; my $exception = $_S-&gt;{\&#39;exception\&#39;}; my $config = $_S-&gt;{\&#39;config\&#39;};&#39;,
#             &#39;replace_mark&#39; =&gt; &#39;%&#39;,
#             &#39;tag_end&#39; =&gt; &#39;%&gt;&#39;,
#             &#39;tag_start&#39; =&gt; &#39;&lt;%&#39;,
#             &#39;template&#39; =&gt; &#39;%= javascript \&#39;/mojo/jquery/jquery.js\&#39;
# &lt;div id=&quot;mojobar&quot;&gt;
#   %= stylesheet scoped =&gt; \&#39;scoped\&#39;, begin
#     #mojobar {
#       background-color: #1a1a1a;
#       background: -webkit-gradient(
#         linear,
#         0% 0%,
#         0% 100%,
#         color-stop(0%, #2a2a2a),
#         color-stop(100%, #000)
#       );
#       background: -moz-linear-gradient(
#         top,
#         #2a2a2a 0%,
#         #000 100%
#       );
#       background: linear-gradient(top, #2a2a2a 0%, #000 100%);
#       -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
#       -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
#       box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
#       height: 46px;
#       overflow: hidden;
#       position: absolute;
#       text-align: right;
#       vertical-align: middle;
#       width: 100%;
#       z-index: 1000;
#     }
#     #mojobar-logo {
#       float: left;
#       margin-left: 5em;
#       padding-top: 3px;
#     }
#     #mojobar-links {
#       display:table-cell;
#       float: right;
#       height: 60px;
#       margin-right: 5em;
#       margin-top: 1em;
#     }
#     #mojobar-links a {
#       color: #ccc;
#       font: 1em \&#39;Helvetica Neue\&#39;, Helvetica, sans-serif;
#       font-weight: 300;
#       margin-left: 0.5em;
#       padding-bottom: 1em;
#       padding-top: 1em;
#       text-decoration: none;
#       -webkit-transition: all 200ms ease-in-out;
#       -moz-transition: all 200ms ease-in-out;
#       -o-transition: all 200ms ease-in-out;
#       transition: all 200ms ease-in-out;
#     }
#     #mojobar-links a:hover { color: #fff }
#   % end
#   &lt;div id=&quot;mojobar-logo&quot;&gt;
#     %= link_to \&#39;http://mojolicio.us\&#39; =&gt; begin
#       %= image \&#39;/mojo/logo-white.png\&#39;, alt =&gt; \&#39;Mojolicious logo\&#39;
#     % end
#   &lt;/div&gt;
#   &lt;div id=&quot;mojobar-links&quot;&gt;
#     %= link_to Documentation =&gt; \&#39;http://mojolicio.us/perldoc\&#39;
#     %= link_to Screencasts =&gt; \&#39;http://mojocasts.com\&#39;
#     %= link_to Wiki =&gt; \&#39;https://github.com/kraih/mojo/wiki\&#39;
#     %= link_to GitHub =&gt; \&#39;https://github.com/kraih/mojo\&#39;
#     %= link_to CPAN =&gt; \&#39;http://metacpan.org/release/Mojolicious/\&#39;
#     %= link_to MailingList =&gt; \&#39;http://groups.google.com/group/mojolicious\&#39;
#     %= link_to Blog =&gt; \&#39;http://blog.kraih.com\&#39;
#     %= link_to Twitter =&gt; \&#39;http://twitter.com/kraih\&#39;
#   &lt;/div&gt;
# &lt;/div&gt;
# %= javascript begin
#   $(window).load(function () {
#     if (window.location.hash) {
#       var tweak = $(window.location.hash).offset().top - 50;
#       $(\&#39;html, body\&#39;).animate({scrollTop:tweak}, 1);
#     }
#     var mojobar = $(\&#39;#mojobar\&#39;);
#     var start   = mojobar.offset().top;
#     var fixed;
#     $(window).scroll(function () {
#       if (!fixed &amp;&amp; (mojobar.offset().top - $(window).scrollTop() &lt; 0)) {
#         mojobar.css(\&#39;top\&#39;, 0);
#         mojobar.css(\&#39;position\&#39;, \&#39;fixed\&#39;);
#         fixed = true;
#       } else if (fixed &amp;&amp; $(window).scrollTop() &lt;= start) {
#         mojobar.css(\&#39;position\&#39;, \&#39;absolute\&#39;);
#         mojobar.css(\&#39;top\&#39;, start + \&#39;px\&#39;);
#         fixed = false;
#       }
#     });
#   });
#   $(document).ready(function() {
#     $(&quot;.mojoscroll&quot;).click(function(e) {
#       e.preventDefault();
#       e.stopPropagation();
#       var parts  = this.href.split(&quot;#&quot;);
#       var hash   = &quot;#&quot; + parts[1];
#       var target = $(hash);
#       var top    = target.offset().top - 50;
#       var old    = target.attr(\&#39;id\&#39;);
#       target.attr(\&#39;id\&#39;, \&#39;\&#39;);
#       location.hash = hash;
#       target.attr(\&#39;id\&#39;, old);
#       $(\&#39;html, body\&#39;).animate({scrollTop:top}, 1);
#     });
#   });
# % end
# &#39;,
#             &#39;tree&#39; =&gt; [],
#             &#39;trim_mark&#39; =&gt; &#39;=&#39;
#           }, &#39;Mojo::Template&#39; )
#         },
#         &#39;max_keys&#39; =&gt; 100,
#         &#39;queue&#39; =&gt; [
#           &#39;6920dec8976d6adecc97db1b4fa7bf2b&#39;,
#           &#39;42ef005aaacfbd5a19c7d1f3f8ec9c3f&#39;,
#           &#39;bb710e5195a5de9af4c6e9f2ffda2769&#39;,
#           &#39;cd99884e6e1c5191fd812e3b9f81c361&#39;
#         ]
#       }, &#39;Mojo::Cache&#39; ),
#       &#39;classes&#39; =&gt; [
#         &#39;t::lib::Test&#39;
#       ],
#       &#39;data&#39; =&gt; {},
#       &#39;default_format&#39; =&gt; &#39;html&#39;,
#       &#39;default_handler&#39; =&gt; &#39;ep&#39;,
#       &#39;encoding&#39; =&gt; &#39;UTF-8&#39;,
#       &#39;handlers&#39; =&gt; {
#         &#39;data&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;ep&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;epl&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;json&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;text&#39; =&gt; sub { &quot;DUMMY&quot; }
#       },
#       &#39;helpers&#39; =&gt; {
#         &#39;app&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;check_box&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;color_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;config&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;content&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;content_for&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;current_route&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;date_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;datetime_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;dumper&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;email_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;extends&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;file_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;flash&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;form_for&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;hidden_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;image&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;include&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;input_tag&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;javascript&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;layout&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;link_to&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;month_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;number_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;param&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;password_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;radio_button&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;range_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;search_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;select_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;session&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;stash&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;stylesheet&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;submit_button&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;t&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;tag&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;t&#39;},
#         &#39;tel_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;text_area&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;text_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;time_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;title&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;url_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;url_for&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;url_with&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;week_field&#39; =&gt; sub { &quot;DUMMY&quot; }
#       },
#       &#39;index&#39; =&gt; {},
#       &#39;paths&#39; =&gt; [
#         &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/t/lib/templates&#39;
#       ],
#       &#39;templates&#39; =&gt; {}
#     }, &#39;Mojolicious::Renderer&#39; ),
#     &#39;routes&#39; =&gt; bless( {
#       &#39;cache&#39; =&gt; bless( {}, &#39;Mojo::Cache&#39; ),
#       &#39;children&#39; =&gt; [
#         bless( {
#           &#39;children&#39; =&gt; [],
#           &#39;name&#39; =&gt; &#39;&#39;,
#           &#39;parent&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;},
#           &#39;pattern&#39; =&gt; bless( {
#             &#39;constraints&#39; =&gt; {},
#             &#39;defaults&#39; =&gt; {
#               &#39;cb&#39; =&gt; sub { &quot;DUMMY&quot; }
#             },
#             &#39;format_regex&#39; =&gt; qr/(?-xism:\.([^\/]+)$)/,
#             &#39;placeholders&#39; =&gt; [],
#             &#39;regex&#39; =&gt; qr/(?s-xim:^)/,
#             &#39;tree&#39; =&gt; []
#           }, &#39;Mojolicious::Routes::Pattern&#39; ),
#           &#39;via&#39; =&gt; [
#             &#39;GET&#39;
#           ]
#         }, &#39;Mojolicious::Routes::Route&#39; )
#       ],
#       &#39;conditions&#39; =&gt; {
#         &#39;agent&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;headers&#39; =&gt; sub { &quot;DUMMY&quot; },
#         &#39;host&#39; =&gt; sub { &quot;DUMMY&quot; }
#       },
#       &#39;hidden&#39; =&gt; [
#         &#39;attr&#39;,
#         &#39;has&#39;,
#         &#39;new&#39;,
#         &#39;tap&#39;,
#         &#39;AUTOLOAD&#39;,
#         &#39;DESTROY&#39;,
#         &#39;app&#39;,
#         &#39;cookie&#39;,
#         &#39;finish&#39;,
#         &#39;flash&#39;,
#         &#39;handler&#39;,
#         &#39;on&#39;,
#         &#39;param&#39;,
#         &#39;redirect_to&#39;,
#         &#39;render&#39;,
#         &#39;render_exception&#39;,
#         &#39;render_maybe&#39;,
#         &#39;render_not_found&#39;,
#         &#39;render_static&#39;,
#         &#39;rendered&#39;,
#         &#39;req&#39;,
#         &#39;res&#39;,
#         &#39;respond_to&#39;,
#         &#39;send&#39;,
#         &#39;session&#39;,
#         &#39;signed_cookie&#39;,
#         &#39;stash&#39;,
#         &#39;tx&#39;,
#         &#39;ua&#39;,
#         &#39;url_for&#39;,
#         &#39;write&#39;,
#         &#39;write_chunk&#39;
#       ],
#       &#39;name&#39; =&gt; &#39;&#39;,
#       &#39;namespaces&#39; =&gt; [],
#       &#39;parent&#39; =&gt; bless( {
#         &#39;children&#39; =&gt; [],
#         &#39;name&#39; =&gt; &#39;&#39;,
#         &#39;over&#39; =&gt; [
#           &#39;toadfarm_condition_1&#39;
#         ],
#         &#39;parent&#39; =&gt; bless( {
#           &#39;cache&#39; =&gt; 0,
#           &#39;children&#39; =&gt; [
#             bless( {
#               &#39;children&#39; =&gt; [],
#               &#39;name&#39; =&gt; &#39;&#39;,
#               &#39;over&#39; =&gt; [
#                 &#39;toadfarm_condition_0&#39;
#               ],
#               &#39;parent&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;}{&#39;parent&#39;}{&#39;parent&#39;},
#               &#39;partial&#39; =&gt; 1,
#               &#39;pattern&#39; =&gt; bless( {
#                 &#39;constraints&#39; =&gt; {},
#                 &#39;defaults&#39; =&gt; {
#                   &#39;app&#39; =&gt; bless( {
#                     &#39;commands&#39; =&gt; bless( {
#                       &#39;app&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;}{&#39;parent&#39;}{&#39;parent&#39;}{&#39;children&#39;}[0]{&#39;pattern&#39;}{&#39;defaults&#39;}{&#39;app&#39;}
#                     }, &#39;Mojolicious::Commands&#39; ),
#                     &#39;controller_class&#39; =&gt; &#39;Mojolicious::Controller&#39;,
#                     &#39;defaults&#39; =&gt; {},
#                     &#39;dispatch&#39; =&gt; 1,
#                     &#39;home&#39; =&gt; bless( {
#                       &#39;parts&#39; =&gt; [
#                         &#39;&#39;,
#                         &#39;home&#39;,
#                         &#39;cpan&#39;,
#                         &#39;pit&#39;,
#                         &#39;bare&#39;,
#                         &#39;conf&#39;,
#                         &#39;perl-5.12.1&#39;,
#                         &#39;.cpanplus&#39;,
#                         &#39;5.12.1&#39;,
#                         &#39;build&#39;,
#                         &#39;Toadfarm-0.08&#39;,
#                         &#39;t&#39;,
#                         &#39;lib&#39;
#                       ]
#                     }, &#39;Mojo::Home&#39; ),
#                     &#39;log&#39; =&gt; bless( {
#                       &#39;events&#39; =&gt; {
#                         &#39;message&#39; =&gt; [
#                           $VAR1-&gt;{&#39;app&#39;}{&#39;log&#39;}{&#39;events&#39;}{&#39;message&#39;}[0]
#                         ]
#                       }
#                     }, &#39;Mojo::Log&#39; ),
#                     &#39;mode&#39; =&gt; &#39;development&#39;,
#                     &#39;moniker&#39; =&gt; &#39;Test&#39;,
#                     &#39;plugins&#39; =&gt; bless( {
#                       &#39;events&#39; =&gt; {
#                         &#39;around_dispatch&#39; =&gt; [
#                           $VAR1-&gt;{&#39;app&#39;}{&#39;plugins&#39;}{&#39;events&#39;}{&#39;around_dispatch&#39;}[0],
#                           $VAR1-&gt;{&#39;app&#39;}{&#39;plugins&#39;}{&#39;events&#39;}{&#39;around_dispatch&#39;}[1]
#                         ]
#                       },
#                       &#39;namespaces&#39; =&gt; [
#                         &#39;Mojolicious::Plugin&#39;
#                       ]
#                     }, &#39;Mojolicious::Plugins&#39; ),
#                     &#39;renderer&#39; =&gt; bless( {
#                       &#39;cache&#39; =&gt; bless( {
#                         &#39;cache&#39; =&gt; {
#                           &#39;42ef005aaacfbd5a19c7d1f3f8ec9c3f&#39; =&gt; bless( {
#                             &#39;auto_escape&#39; =&gt; 1,
#                             &#39;encoding&#39; =&gt; &#39;UTF-8&#39;,
#                             &#39;prepend&#39; =&gt; &#39;my $self = shift; Scalar::Util::weaken $self;no strict \&#39;refs\&#39;; no warnings \&#39;redefine\&#39;;my $_H = $self-&gt;app-&gt;renderer-&gt;helpers;sub search_field; *search_field = sub { $_H-&gt;{\&#39;search_field\&#39;}-&gt;($self, @_) };sub radio_button; *radio_button = sub { $_H-&gt;{\&#39;radio_button\&#39;}-&gt;($self, @_) };sub hidden_field; *hidden_field = sub { $_H-&gt;{\&#39;hidden_field\&#39;}-&gt;($self, @_) };sub content; *content = sub { $_H-&gt;{\&#39;content\&#39;}-&gt;($self, @_) };sub javascript; *javascript = sub { $_H-&gt;{\&#39;javascript\&#39;}-&gt;($self, @_) };sub dumper; *dumper = sub { $_H-&gt;{\&#39;dumper\&#39;}-&gt;($self, @_) };sub color_field; *color_field = sub { $_H-&gt;{\&#39;color_field\&#39;}-&gt;($self, @_) };sub url_for; *url_for = sub { $_H-&gt;{\&#39;url_for\&#39;}-&gt;($self, @_) };sub layout; *layout = sub { $_H-&gt;{\&#39;layout\&#39;}-&gt;($self, @_) };sub file_field; *file_field = sub { $_H-&gt;{\&#39;file_field\&#39;}-&gt;($self, @_) };sub date_field; *date_field = sub { $_H-&gt;{\&#39;date_field\&#39;}-&gt;($self, @_) };sub session; *session = sub { $_H-&gt;{\&#39;session\&#39;}-&gt;($self, @_) };sub tag; *tag = sub { $_H-&gt;{\&#39;tag\&#39;}-&gt;($self, @_) };sub submit_button; *submit_button = sub { $_H-&gt;{\&#39;submit_button\&#39;}-&gt;($self, @_) };sub tel_field; *tel_field = sub { $_H-&gt;{\&#39;tel_field\&#39;}-&gt;($self, @_) };sub email_field; *email_field = sub { $_H-&gt;{\&#39;email_field\&#39;}-&gt;($self, @_) };sub param; *param = sub { $_H-&gt;{\&#39;param\&#39;}-&gt;($self, @_) };sub extends; *extends = sub { $_H-&gt;{\&#39;extends\&#39;}-&gt;($self, @_) };sub t; *t = sub { $_H-&gt;{\&#39;t\&#39;}-&gt;($self, @_) };sub text_field; *text_field = sub { $_H-&gt;{\&#39;text_field\&#39;}-&gt;($self, @_) };sub flash; *flash = sub { $_H-&gt;{\&#39;flash\&#39;}-&gt;($self, @_) };sub app; *app = sub { $_H-&gt;{\&#39;app\&#39;}-&gt;($self, @_) };sub stash; *stash = sub { $_H-&gt;{\&#39;stash\&#39;}-&gt;($self, @_) };sub range_field; *range_field = sub { $_H-&gt;{\&#39;range_field\&#39;}-&gt;($self, @_) };sub input_tag; *input_tag = sub { $_H-&gt;{\&#39;input_tag\&#39;}-&gt;($self, @_) };sub select_field; *select_field = sub { $_H-&gt;{\&#39;select_field\&#39;}-&gt;($self, @_) };sub time_field; *time_field = sub { $_H-&gt;{\&#39;time_field\&#39;}-&gt;($self, @_) };sub month_field; *month_field = sub { $_H-&gt;{\&#39;month_field\&#39;}-&gt;($self, @_) };sub datetime_field; *datetime_field = sub { $_H-&gt;{\&#39;datetime_field\&#39;}-&gt;($self, @_) };sub title; *title = sub { $_H-&gt;{\&#39;title\&#39;}-&gt;($self, @_) };sub check_box; *check_box = sub { $_H-&gt;{\&#39;check_box\&#39;}-&gt;($self, @_) };sub content_for; *content_for = sub { $_H-&gt;{\&#39;content_for\&#39;}-&gt;($self, @_) };sub current_route; *current_route = sub { $_H-&gt;{\&#39;current_route\&#39;}-&gt;($self, @_) };sub number_field; *number_field = sub { $_H-&gt;{\&#39;number_field\&#39;}-&gt;($self, @_) };sub include; *include = sub { $_H-&gt;{\&#39;include\&#39;}-&gt;($self, @_) };sub url_with; *url_with = sub { $_H-&gt;{\&#39;url_with\&#39;}-&gt;($self, @_) };sub week_field; *week_field = sub { $_H-&gt;{\&#39;week_field\&#39;}-&gt;($self, @_) };sub stylesheet; *stylesheet = sub { $_H-&gt;{\&#39;stylesheet\&#39;}-&gt;($self, @_) };sub url_field; *url_field = sub { $_H-&gt;{\&#39;url_field\&#39;}-&gt;($self, @_) };sub form_for; *form_for = sub { $_H-&gt;{\&#39;form_for\&#39;}-&gt;($self, @_) };sub text_area; *text_area = sub { $_H-&gt;{\&#39;text_area\&#39;}-&gt;($self, @_) };sub image; *image = sub { $_H-&gt;{\&#39;image\&#39;}-&gt;($self, @_) };sub password_field; *password_field = sub { $_H-&gt;{\&#39;password_field\&#39;}-&gt;($self, @_) };sub config; *config = sub { $_H-&gt;{\&#39;config\&#39;}-&gt;($self, @_) };sub link_to; *link_to = sub { $_H-&gt;{\&#39;link_to\&#39;}-&gt;($self, @_) };use strict;my $_S = $self-&gt;stash; my $status = $_S-&gt;{\&#39;status\&#39;}; my $cb = $_S-&gt;{\&#39;cb\&#39;}; my $layout = $_S-&gt;{\&#39;layout\&#39;}; my $snapshot = $_S-&gt;{\&#39;snapshot\&#39;}; my $extends = $_S-&gt;{\&#39;extends\&#39;}; my $app = $_S-&gt;{\&#39;app\&#39;}; my $path = $_S-&gt;{\&#39;path\&#39;}; my $format = $_S-&gt;{\&#39;format\&#39;}; my $handler = $_S-&gt;{\&#39;handler\&#39;}; my $exception = $_S-&gt;{\&#39;exception\&#39;}; my $config = $_S-&gt;{\&#39;config\&#39;};&#39;
#                           }, &#39;Mojo::Template&#39; ),
#                           &#39;6920dec8976d6adecc97db1b4fa7bf2b&#39; =&gt; bless( {
#                             &#39;auto_escape&#39; =&gt; 1,
#                             &#39;encoding&#39; =&gt; &#39;UTF-8&#39;,
#                             &#39;prepend&#39; =&gt; &#39;my $self = shift; Scalar::Util::weaken $self;no strict \&#39;refs\&#39;; no warnings \&#39;redefine\&#39;;my $_H = $self-&gt;app-&gt;renderer-&gt;helpers;sub search_field; *search_field = sub { $_H-&gt;{\&#39;search_field\&#39;}-&gt;($self, @_) };sub radio_button; *radio_button = sub { $_H-&gt;{\&#39;radio_button\&#39;}-&gt;($self, @_) };sub hidden_field; *hidden_field = sub { $_H-&gt;{\&#39;hidden_field\&#39;}-&gt;($self, @_) };sub content; *content = sub { $_H-&gt;{\&#39;content\&#39;}-&gt;($self, @_) };sub javascript; *javascript = sub { $_H-&gt;{\&#39;javascript\&#39;}-&gt;($self, @_) };sub dumper; *dumper = sub { $_H-&gt;{\&#39;dumper\&#39;}-&gt;($self, @_) };sub color_field; *color_field = sub { $_H-&gt;{\&#39;color_field\&#39;}-&gt;($self, @_) };sub url_for; *url_for = sub { $_H-&gt;{\&#39;url_for\&#39;}-&gt;($self, @_) };sub layout; *layout = sub { $_H-&gt;{\&#39;layout\&#39;}-&gt;($self, @_) };sub file_field; *file_field = sub { $_H-&gt;{\&#39;file_field\&#39;}-&gt;($self, @_) };sub date_field; *date_field = sub { $_H-&gt;{\&#39;date_field\&#39;}-&gt;($self, @_) };sub session; *session = sub { $_H-&gt;{\&#39;session\&#39;}-&gt;($self, @_) };sub tag; *tag = sub { $_H-&gt;{\&#39;tag\&#39;}-&gt;($self, @_) };sub submit_button; *submit_button = sub { $_H-&gt;{\&#39;submit_button\&#39;}-&gt;($self, @_) };sub tel_field; *tel_field = sub { $_H-&gt;{\&#39;tel_field\&#39;}-&gt;($self, @_) };sub email_field; *email_field = sub { $_H-&gt;{\&#39;email_field\&#39;}-&gt;($self, @_) };sub param; *param = sub { $_H-&gt;{\&#39;param\&#39;}-&gt;($self, @_) };sub extends; *extends = sub { $_H-&gt;{\&#39;extends\&#39;}-&gt;($self, @_) };sub t; *t = sub { $_H-&gt;{\&#39;t\&#39;}-&gt;($self, @_) };sub text_field; *text_field = sub { $_H-&gt;{\&#39;text_field\&#39;}-&gt;($self, @_) };sub flash; *flash = sub { $_H-&gt;{\&#39;flash\&#39;}-&gt;($self, @_) };sub app; *app = sub { $_H-&gt;{\&#39;app\&#39;}-&gt;($self, @_) };sub stash; *stash = sub { $_H-&gt;{\&#39;stash\&#39;}-&gt;($self, @_) };sub range_field; *range_field = sub { $_H-&gt;{\&#39;range_field\&#39;}-&gt;($self, @_) };sub input_tag; *input_tag = sub { $_H-&gt;{\&#39;input_tag\&#39;}-&gt;($self, @_) };sub select_field; *select_field = sub { $_H-&gt;{\&#39;select_field\&#39;}-&gt;($self, @_) };sub time_field; *time_field = sub { $_H-&gt;{\&#39;time_field\&#39;}-&gt;($self, @_) };sub month_field; *month_field = sub { $_H-&gt;{\&#39;month_field\&#39;}-&gt;($self, @_) };sub datetime_field; *datetime_field = sub { $_H-&gt;{\&#39;datetime_field\&#39;}-&gt;($self, @_) };sub title; *title = sub { $_H-&gt;{\&#39;title\&#39;}-&gt;($self, @_) };sub check_box; *check_box = sub { $_H-&gt;{\&#39;check_box\&#39;}-&gt;($self, @_) };sub content_for; *content_for = sub { $_H-&gt;{\&#39;content_for\&#39;}-&gt;($self, @_) };sub current_route; *current_route = sub { $_H-&gt;{\&#39;current_route\&#39;}-&gt;($self, @_) };sub number_field; *number_field = sub { $_H-&gt;{\&#39;number_field\&#39;}-&gt;($self, @_) };sub include; *include = sub { $_H-&gt;{\&#39;include\&#39;}-&gt;($self, @_) };sub url_with; *url_with = sub { $_H-&gt;{\&#39;url_with\&#39;}-&gt;($self, @_) };sub week_field; *week_field = sub { $_H-&gt;{\&#39;week_field\&#39;}-&gt;($self, @_) };sub stylesheet; *stylesheet = sub { $_H-&gt;{\&#39;stylesheet\&#39;}-&gt;($self, @_) };sub url_field; *url_field = sub { $_H-&gt;{\&#39;url_field\&#39;}-&gt;($self, @_) };sub form_for; *form_for = sub { $_H-&gt;{\&#39;form_for\&#39;}-&gt;($self, @_) };sub text_area; *text_area = sub { $_H-&gt;{\&#39;text_area\&#39;}-&gt;($self, @_) };sub image; *image = sub { $_H-&gt;{\&#39;image\&#39;}-&gt;($self, @_) };sub password_field; *password_field = sub { $_H-&gt;{\&#39;password_field\&#39;}-&gt;($self, @_) };sub config; *config = sub { $_H-&gt;{\&#39;config\&#39;}-&gt;($self, @_) };sub link_to; *link_to = sub { $_H-&gt;{\&#39;link_to\&#39;}-&gt;($self, @_) };use strict;my $_S = $self-&gt;stash; my $status = $_S-&gt;{\&#39;status\&#39;}; my $cb = $_S-&gt;{\&#39;cb\&#39;}; my $layout = $_S-&gt;{\&#39;layout\&#39;}; my $snapshot = $_S-&gt;{\&#39;snapshot\&#39;}; my $extends = $_S-&gt;{\&#39;extends\&#39;}; my $app = $_S-&gt;{\&#39;app\&#39;}; my $path = $_S-&gt;{\&#39;path\&#39;}; my $format = $_S-&gt;{\&#39;format\&#39;}; my $handler = $_S-&gt;{\&#39;handler\&#39;}; my $exception = $_S-&gt;{\&#39;exception\&#39;}; my $config = $_S-&gt;{\&#39;config\&#39;};&#39;
#                           }, &#39;Mojo::Template&#39; ),
#                           &#39;bb710e5195a5de9af4c6e9f2ffda2769&#39; =&gt; bless( {
#                             &#39;append&#39; =&gt; &#39;&#39;,
#                             &#39;auto_escape&#39; =&gt; 1,
#                             &#39;capture_end&#39; =&gt; &#39;end&#39;,
#                             &#39;capture_start&#39; =&gt; &#39;begin&#39;,
#                             &#39;code&#39; =&gt; &#39;package Mojo::Template::SandBox; use Mojo::Base -strict;sub { my $_M = \&#39;\&#39;; my $self = shift; Scalar::Util::weaken $self;no strict \&#39;refs\&#39;; no warnings \&#39;redefine\&#39;;my $_H = $self-&gt;app-&gt;renderer-&gt;helpers;sub search_field; *search_field = sub { $_H-&gt;{\&#39;search_field\&#39;}-&gt;($self, @_) };sub radio_button; *radio_button = sub { $_H-&gt;{\&#39;radio_button\&#39;}-&gt;($self, @_) };sub hidden_field; *hidden_field = sub { $_H-&gt;{\&#39;hidden_field\&#39;}-&gt;($self, @_) };sub content; *content = sub { $_H-&gt;{\&#39;content\&#39;}-&gt;($self, @_) };sub javascript; *javascript = sub { $_H-&gt;{\&#39;javascript\&#39;}-&gt;($self, @_) };sub dumper; *dumper = sub { $_H-&gt;{\&#39;dumper\&#39;}-&gt;($self, @_) };sub color_field; *color_field = sub { $_H-&gt;{\&#39;color_field\&#39;}-&gt;($self, @_) };sub url_for; *url_for = sub { $_H-&gt;{\&#39;url_for\&#39;}-&gt;($self, @_) };sub layout; *layout = sub { $_H-&gt;{\&#39;layout\&#39;}-&gt;($self, @_) };sub file_field; *file_field = sub { $_H-&gt;{\&#39;file_field\&#39;}-&gt;($self, @_) };sub date_field; *date_field = sub { $_H-&gt;{\&#39;date_field\&#39;}-&gt;($self, @_) };sub session; *session = sub { $_H-&gt;{\&#39;session\&#39;}-&gt;($self, @_) };sub tag; *tag = sub { $_H-&gt;{\&#39;tag\&#39;}-&gt;($self, @_) };sub submit_button; *submit_button = sub { $_H-&gt;{\&#39;submit_button\&#39;}-&gt;($self, @_) };sub tel_field; *tel_field = sub { $_H-&gt;{\&#39;tel_field\&#39;}-&gt;($self, @_) };sub email_field; *email_field = sub { $_H-&gt;{\&#39;email_field\&#39;}-&gt;($self, @_) };sub param; *param = sub { $_H-&gt;{\&#39;param\&#39;}-&gt;($self, @_) };sub extends; *extends = sub { $_H-&gt;{\&#39;extends\&#39;}-&gt;($self, @_) };sub t; *t = sub { $_H-&gt;{\&#39;t\&#39;}-&gt;($self, @_) };sub text_field; *text_field = sub { $_H-&gt;{\&#39;text_field\&#39;}-&gt;($self, @_) };sub flash; *flash = sub { $_H-&gt;{\&#39;flash\&#39;}-&gt;($self, @_) };sub app; *app = sub { $_H-&gt;{\&#39;app\&#39;}-&gt;($self, @_) };sub stash; *stash = sub { $_H-&gt;{\&#39;stash\&#39;}-&gt;($self, @_) };sub range_field; *range_field = sub { $_H-&gt;{\&#39;range_field\&#39;}-&gt;($self, @_) };sub input_tag; *input_tag = sub { $_H-&gt;{\&#39;input_tag\&#39;}-&gt;($self, @_) };sub select_field; *select_field = sub { $_H-&gt;{\&#39;select_field\&#39;}-&gt;($self, @_) };sub time_field; *time_field = sub { $_H-&gt;{\&#39;time_field\&#39;}-&gt;($self, @_) };sub month_field; *month_field = sub { $_H-&gt;{\&#39;month_field\&#39;}-&gt;($self, @_) };sub datetime_field; *datetime_field = sub { $_H-&gt;{\&#39;datetime_field\&#39;}-&gt;($self, @_) };sub title; *title = sub { $_H-&gt;{\&#39;title\&#39;}-&gt;($self, @_) };sub check_box; *check_box = sub { $_H-&gt;{\&#39;check_box\&#39;}-&gt;($self, @_) };sub content_for; *content_for = sub { $_H-&gt;{\&#39;content_for\&#39;}-&gt;($self, @_) };sub current_route; *current_route = sub { $_H-&gt;{\&#39;current_route\&#39;}-&gt;($self, @_) };sub number_field; *number_field = sub { $_H-&gt;{\&#39;number_field\&#39;}-&gt;($self, @_) };sub include; *include = sub { $_H-&gt;{\&#39;include\&#39;}-&gt;($self, @_) };sub url_with; *url_with = sub { $_H-&gt;{\&#39;url_with\&#39;}-&gt;($self, @_) };sub week_field; *week_field = sub { $_H-&gt;{\&#39;week_field\&#39;}-&gt;($self, @_) };sub stylesheet; *stylesheet = sub { $_H-&gt;{\&#39;stylesheet\&#39;}-&gt;($self, @_) };sub url_field; *url_field = sub { $_H-&gt;{\&#39;url_field\&#39;}-&gt;($self, @_) };sub form_for; *form_for = sub { $_H-&gt;{\&#39;form_for\&#39;}-&gt;($self, @_) };sub text_area; *text_area = sub { $_H-&gt;{\&#39;text_area\&#39;}-&gt;($self, @_) };sub image; *image = sub { $_H-&gt;{\&#39;image\&#39;}-&gt;($self, @_) };sub password_field; *password_field = sub { $_H-&gt;{\&#39;password_field\&#39;}-&gt;($self, @_) };sub config; *config = sub { $_H-&gt;{\&#39;config\&#39;}-&gt;($self, @_) };sub link_to; *link_to = sub { $_H-&gt;{\&#39;link_to\&#39;}-&gt;($self, @_) };use strict;my $_S = $self-&gt;stash; my $status = $_S-&gt;{\&#39;status\&#39;}; my $cb = $_S-&gt;{\&#39;cb\&#39;}; my $layout = $_S-&gt;{\&#39;layout\&#39;}; my $snapshot = $_S-&gt;{\&#39;snapshot\&#39;}; my $extends = $_S-&gt;{\&#39;extends\&#39;}; my $app = $_S-&gt;{\&#39;app\&#39;}; my $path = $_S-&gt;{\&#39;path\&#39;}; my $format = $_S-&gt;{\&#39;format\&#39;}; my $handler = $_S-&gt;{\&#39;handler\&#39;}; my $exception = $_S-&gt;{\&#39;exception\&#39;}; my $config = $_S-&gt;{\&#39;config\&#39;};; do { $_M .= &quot;\\&lt;\\!DOCTYPE\\ html\\&gt;\\n&quot;;
# $_M .= &quot;\\&lt;html\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\&lt;head\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\&lt;title\\&gt;Server\\ error\\&lt;\\/title\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\&lt;meta\\ http\\-equiv\\=\\&quot;Pragma\\&quot;\\ content\\=\\&quot;no\\-cache\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\&lt;meta\\ http\\-equiv\\=\\&quot;Expires\\&quot;\\ content\\=\\&quot;\\-1\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  javascript \&#39;/mojo/jquery/jquery.js\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  javascript \&#39;/mojo/prettify/run_prettify.js\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  stylesheet \&#39;/mojo/prettify/prettify-mojo.css\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  stylesheet  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ a\\ img\\ \\{\\ border\\:\\ 0\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ body\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ background\\-color\\:\\ \\#f5f6f8\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ color\\:\\ \\#445555\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ font\\:\\ 0\\.9em\\ \\\&#39;Helvetica\\ Neue\\\&#39;\\,\\ Helvetica\\,\\ sans\\-serif\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ font\\-weight\\:\\ normal\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ line\\-height\\:\\ 1\\.5em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\:\\ 0\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ pre\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ font\\:\\ 0\\.8em\\ Consolas\\,\\ Menlo\\,\\ Monaco\\,\\ Courier\\,\\ monospace\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\:\\ 0\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ white\\-space\\:\\ pre\\-wrap\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ table\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ border\\-collapse\\:\\ collapse\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\-top\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\-bottom\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ width\\:\\ 100\\%\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ td\\ \\{\\ padding\\:\\ 0\\.5em\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.box\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ background\\-color\\:\\ \\#fff\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\-moz\\-box\\-shadow\\:\\ 0px\\ 0px\\ 2px\\ \\#ccc\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\-webkit\\-box\\-shadow\\:\\ 0px\\ 0px\\ 2px\\ \\#ccc\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ box\\-shadow\\:\\ 0px\\ 0px\\ 2px\\ \\#ccc\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ overflow\\:\\ hidden\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ padding\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.code\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ background\\-color\\:\\ \\#1a1a1a\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ background\\:\\ url\\(&quot;;$_M .= _escape scalar  url_for \&#39;/mojo/pinstripe.gif\&#39; ;$_M .= &quot;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ color\\:\\ \\#eee\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ text\\-shadow\\:\\ \\#333\\ 0\\ 1px\\ 0\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.important\\ \\{\\ background\\-color\\:\\ rgba\\(47\\,\\ 48\\,\\ 50\\,\\ \\.75\\)\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.infobox\\ \\{\\ color\\:\\ \\#333\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.infobox\\ tr\\:nth\\-child\\(odd\\)\\ \\.value\\ \\{\\ background\\-color\\:\\ \\#ddeeff\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.infobox\\ tr\\:nth\\-child\\(even\\)\\ \\.value\\ \\{\\ background\\-color\\:\\ \\#eef9ff\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.key\\ \\{\\ text\\-align\\:\\ right\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.spaced\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\-left\\:\\ 5em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\-right\\:\\ 5em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.striped\\ \\{\\ border\\-top\\:\\ solid\\ \\#cce4ff\\ 1px\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.tap\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ font\\:\\ 0\\.5em\\ Verdana\\,\\ sans\\-serif\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ text\\-align\\:\\ center\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\.value\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ padding\\-left\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ width\\:\\ 100\\%\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#footer\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ padding\\-top\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ text\\-align\\:\\ center\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#nothing\\ \\{\\ padding\\-top\\:\\ 60px\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#showcase\\ \\&gt;\\ pre\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ font\\:\\ 1\\.5em\\ \\\&#39;Helvetica\\ Neue\\\&#39;\\,\\ Helvetica\\,\\ sans\\-serif\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ font\\-weight\\:\\ 300\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\:\\ 0\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ text\\-shadow\\:\\ \\#333\\ 0\\ 1px\\ 0\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#showcase\\ td\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ padding\\-top\\:\\ 0\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ padding\\-bottom\\:\\ 0\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#showcase\\ \\.key\\ \\{\\ padding\\-right\\:\\ 0\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#more\\,\\ \\#trace\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\-moz\\-border\\-radius\\-bottomleft\\:\\ 5px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ border\\-bottom\\-left\\-radius\\:\\ 5px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\-moz\\-border\\-radius\\-bottomright\\:\\ 5px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ border\\-bottom\\-right\\-radius\\:\\ 5px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#more\\ \\.tap\\,\\ \\#trace\\ \\.tap\\ \\{\\ text\\-shadow\\:\\ \\#ddd\\ 0\\ 1px\\ 0\\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#request\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\-moz\\-border\\-radius\\-topleft\\:\\ 5px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ border\\-top\\-left\\-radius\\:\\ 5px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\-moz\\-border\\-radius\\-topright\\:\\ 5px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ border\\-top\\-right\\-radius\\:\\ 5px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\-top\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\#wrapperlicious\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ max\\-width\\:\\ 1000px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ margin\\:\\ 0\\ auto\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
# $_M .= &quot;\\ \\ \\&lt;\\/head\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\&lt;body\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  include inline =&gt; app-&gt;renderer-&gt;_bundled(\&#39;mojobar\&#39;) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;wrapperlicious\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;nothing\\&quot;\\ class\\=\\&quot;box\\ spaced\\&quot;\\&gt;\\&lt;\\/div\\&gt;\\n&quot;;
#  my $cv =  sub { my $_M = \&#39;\&#39;; 
#  my ($key, $value, $i) = @_; 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  tag \&#39;tr\&#39;, $i ? (class =&gt; \&#39;important\&#39;) : undef,  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;td\\ class\\=\\&quot;key\\&quot;\\&gt;&quot;;$_M .= _escape scalar  $key ;$_M .= &quot;\\&lt;\\/td\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;td\\ class\\=\\&quot;value\\&quot;\\&gt;\\&lt;pre\\ class\\=\\&quot;prettyprint\\&quot;\\&gt;&quot;;$_M .= _escape scalar  $value ;$_M .= &quot;\\&lt;\\/pre\\&gt;\\&lt;\\/td\\&gt;\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
# return Mojo::ByteStream-&gt;new($_M) }; 
#  my $kv =  sub { my $_M = \&#39;\&#39;; 
#  my ($key, $value) = @_; 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;tr\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;td\\ class\\=\\&quot;key\\&quot;\\&gt;&quot;;$_M .= _escape scalar  $key ;$_M .= &quot;\\:\\&lt;\\/td\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;td\\ class\\=\\&quot;striped\\ value\\&quot;\\&gt;\\&lt;pre\\&gt;&quot;;$_M .= _escape scalar  $value ;$_M .= &quot;\\&lt;\\/pre\\&gt;\\&lt;\\/td\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/tr\\&gt;\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;showcase\\&quot;\\ class\\=\\&quot;box\\ code\\ spaced\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;pre\\&gt;&quot;;$_M .= _escape scalar  $exception-&gt;message ;$_M .= &quot;\\&lt;\\/pre\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;context\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;table\\&gt;\\n&quot;;
#  for my $line (@{$exception-&gt;lines_before}) { 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $cv-&gt;($line-&gt;[0], $line-&gt;[1]) ;$_M .= &quot;\\n&quot;;
#  } 
#  if (defined $exception-&gt;line-&gt;[1]) { 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $cv-&gt;($exception-&gt;line-&gt;[0], $exception-&gt;line-&gt;[1], 1) ;$_M .= &quot;\\n&quot;;
#  } 
#  for my $line (@{$exception-&gt;lines_after}) { 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $cv-&gt;($line-&gt;[0], $line-&gt;[1]) ;$_M .= &quot;\\n&quot;;
#  } 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/table\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
#  if (defined $exception-&gt;line-&gt;[2]) { 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;insight\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;table\\&gt;\\n&quot;;
#  for my $line (@{$exception-&gt;lines_before}) { 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $cv-&gt;($line-&gt;[0], $line-&gt;[2]) ;$_M .= &quot;\\n&quot;;
#  } 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $cv-&gt;($exception-&gt;line-&gt;[0], $exception-&gt;line-&gt;[2], 1) ;$_M .= &quot;\\n&quot;;
#  for my $line (@{$exception-&gt;lines_after}) { 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $cv-&gt;($line-&gt;[0], $line-&gt;[2]) ;$_M .= &quot;\\n&quot;;
#  } 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/table\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;div\\ class\\=\\&quot;tap\\&quot;\\&gt;tap\\ for\\ more\\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  javascript  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ var\\ current\\ \\=\\ \\\&#39;\\#context\\\&#39;\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;\\#showcase\\\&#39;\\)\\.click\\(function\\(\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\$\\(current\\)\\.slideToggle\\(\\\&#39;slow\\\&#39;\\,\\ function\\(\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ if\\ \\(current\\ \\=\\=\\ \\\&#39;\\#context\\\&#39;\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ current\\ \\=\\ \\\&#39;\\#insight\\\&#39;\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ else\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ current\\ \\=\\ \\\&#39;\\#context\\\&#39;\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\$\\(current\\)\\.slideToggle\\(\\\&#39;slow\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\}\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\}\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;\\#insight\\\&#39;\\)\\.toggle\\(\\)\\;\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
#  } 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;trace\\&quot;\\ class\\=\\&quot;box\\ spaced\\&quot;\\&gt;\\n&quot;;
#  if (@{$exception-&gt;frames}) { 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;div\\ class\\=\\&quot;infobox\\&quot;\\ id\\=\\&quot;frames\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;table\\&gt;\\n&quot;;
#  for my $frame (@{$exception-&gt;frames}) { 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;tr\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;td\\ class\\=\\&quot;striped\\ value\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;pre\\&gt;&quot;;$_M .= _escape scalar  $frame-&gt;[1] . \&#39;:\&#39; . $frame-&gt;[2] ;$_M .= &quot;\\&lt;\\/pre\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/td\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/tr\\&gt;\\n&quot;;
#  } 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/table\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;div\\ class\\=\\&quot;tap\\&quot;\\&gt;tap\\ for\\ more\\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  javascript  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;\\#trace\\\&#39;\\)\\.click\\(function\\(\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;\\#frames\\\&#39;\\)\\.slideToggle\\(\\\&#39;slow\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\}\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;\\#frames\\\&#39;\\)\\.toggle\\(\\)\\;\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
#  } 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;request\\&quot;\\ class\\=\\&quot;box\\ infobox\\ spaced\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;table\\&gt;\\n&quot;;
#  my $req = $self-&gt;req; 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Method =&gt; $req-&gt;method) ;$_M .= &quot;\\n&quot;;
#  my $url = $req-&gt;url; 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(URL =&gt; $url-&gt;to_string) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(\&#39;Base URL\&#39; =&gt; $url-&gt;base-&gt;to_string) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Parameters =&gt; dumper $req-&gt;params-&gt;to_hash) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Stash =&gt; dumper $snapshot) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Session =&gt; dumper session) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Version =&gt; $req-&gt;version) ;$_M .= &quot;\\n&quot;;
#  for my $name (@{$self-&gt;req-&gt;headers-&gt;names}) { 
#  my $value = $self-&gt;req-&gt;headers-&gt;header($name); 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;($name, $value) ;$_M .= &quot;\\n&quot;;
#  } 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/table\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;more\\&quot;\\ class\\=\\&quot;box\\ infobox\\ spaced\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;infos\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;table\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Perl =&gt; &quot;$^V ($^O)&quot;) ;$_M .= &quot;\\n&quot;;
#  my $version  = $Mojolicious::VERSION; 
#  my $codename = $Mojolicious::CODENAME; 
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Mojolicious =&gt; &quot;$version ($codename)&quot;) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Home =&gt; app-&gt;home) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Include =&gt; dumper \\@INC) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(PID =&gt; $$) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Name =&gt; $0) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Executable =&gt; $^X) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  $kv-&gt;(Time =&gt; scalar localtime(time)) ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/table\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\&lt;div\\ class\\=\\&quot;tap\\&quot;\\&gt;tap\\ for\\ more\\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\&lt;div\\ id\\=\\&quot;footer\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to \&#39;http://mojolicio.us\&#39; =&gt;  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  image \&#39;/mojo/logo-black.png\&#39;, alt =&gt; \&#39;Mojolicious logo\&#39; ;$_M .= &quot;\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
# $_M .= &quot;\\ \\ \\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  javascript  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;\\#more\\\&#39;\\)\\.click\\(function\\(\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;\\#infos\\\&#39;\\)\\.slideToggle\\(\\\&#39;slow\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;\\#infos\\\&#39;\\)\\.toggle\\(\\)\\;\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
# $_M .= &quot;\\ \\ \\&lt;\\/body\\&gt;\\n&quot;;
# $_M .= &quot;\\&lt;\\/html\\&gt;\\n&quot;;; $_M } };&#39;,
#                             &#39;comment_mark&#39; =&gt; &#39;#&#39;,
#                             &#39;compiled&#39; =&gt; sub { &quot;DUMMY&quot; },
#                             &#39;escape&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;cache&#39;}{&#39;cache&#39;}{&#39;bb710e5195a5de9af4c6e9f2ffda2769&#39;}{&#39;escape&#39;},
#                             &#39;escape_mark&#39; =&gt; &#39;=&#39;,
#                             &#39;expression_mark&#39; =&gt; &#39;=&#39;,
#                             &#39;line_start&#39; =&gt; &#39;%&#39;,
#                             &#39;name&#39; =&gt; &#39;inline template&#39;,
#                             &#39;namespace&#39; =&gt; &#39;Mojo::Template::SandBox&#39;,
#                             &#39;prepend&#39; =&gt; &#39;my $self = shift; Scalar::Util::weaken $self;no strict \&#39;refs\&#39;; no warnings \&#39;redefine\&#39;;my $_H = $self-&gt;app-&gt;renderer-&gt;helpers;sub search_field; *search_field = sub { $_H-&gt;{\&#39;search_field\&#39;}-&gt;($self, @_) };sub radio_button; *radio_button = sub { $_H-&gt;{\&#39;radio_button\&#39;}-&gt;($self, @_) };sub hidden_field; *hidden_field = sub { $_H-&gt;{\&#39;hidden_field\&#39;}-&gt;($self, @_) };sub content; *content = sub { $_H-&gt;{\&#39;content\&#39;}-&gt;($self, @_) };sub javascript; *javascript = sub { $_H-&gt;{\&#39;javascript\&#39;}-&gt;($self, @_) };sub dumper; *dumper = sub { $_H-&gt;{\&#39;dumper\&#39;}-&gt;($self, @_) };sub color_field; *color_field = sub { $_H-&gt;{\&#39;color_field\&#39;}-&gt;($self, @_) };sub url_for; *url_for = sub { $_H-&gt;{\&#39;url_for\&#39;}-&gt;($self, @_) };sub layout; *layout = sub { $_H-&gt;{\&#39;layout\&#39;}-&gt;($self, @_) };sub file_field; *file_field = sub { $_H-&gt;{\&#39;file_field\&#39;}-&gt;($self, @_) };sub date_field; *date_field = sub { $_H-&gt;{\&#39;date_field\&#39;}-&gt;($self, @_) };sub session; *session = sub { $_H-&gt;{\&#39;session\&#39;}-&gt;($self, @_) };sub tag; *tag = sub { $_H-&gt;{\&#39;tag\&#39;}-&gt;($self, @_) };sub submit_button; *submit_button = sub { $_H-&gt;{\&#39;submit_button\&#39;}-&gt;($self, @_) };sub tel_field; *tel_field = sub { $_H-&gt;{\&#39;tel_field\&#39;}-&gt;($self, @_) };sub email_field; *email_field = sub { $_H-&gt;{\&#39;email_field\&#39;}-&gt;($self, @_) };sub param; *param = sub { $_H-&gt;{\&#39;param\&#39;}-&gt;($self, @_) };sub extends; *extends = sub { $_H-&gt;{\&#39;extends\&#39;}-&gt;($self, @_) };sub t; *t = sub { $_H-&gt;{\&#39;t\&#39;}-&gt;($self, @_) };sub text_field; *text_field = sub { $_H-&gt;{\&#39;text_field\&#39;}-&gt;($self, @_) };sub flash; *flash = sub { $_H-&gt;{\&#39;flash\&#39;}-&gt;($self, @_) };sub app; *app = sub { $_H-&gt;{\&#39;app\&#39;}-&gt;($self, @_) };sub stash; *stash = sub { $_H-&gt;{\&#39;stash\&#39;}-&gt;($self, @_) };sub range_field; *range_field = sub { $_H-&gt;{\&#39;range_field\&#39;}-&gt;($self, @_) };sub input_tag; *input_tag = sub { $_H-&gt;{\&#39;input_tag\&#39;}-&gt;($self, @_) };sub select_field; *select_field = sub { $_H-&gt;{\&#39;select_field\&#39;}-&gt;($self, @_) };sub time_field; *time_field = sub { $_H-&gt;{\&#39;time_field\&#39;}-&gt;($self, @_) };sub month_field; *month_field = sub { $_H-&gt;{\&#39;month_field\&#39;}-&gt;($self, @_) };sub datetime_field; *datetime_field = sub { $_H-&gt;{\&#39;datetime_field\&#39;}-&gt;($self, @_) };sub title; *title = sub { $_H-&gt;{\&#39;title\&#39;}-&gt;($self, @_) };sub check_box; *check_box = sub { $_H-&gt;{\&#39;check_box\&#39;}-&gt;($self, @_) };sub content_for; *content_for = sub { $_H-&gt;{\&#39;content_for\&#39;}-&gt;($self, @_) };sub current_route; *current_route = sub { $_H-&gt;{\&#39;current_route\&#39;}-&gt;($self, @_) };sub number_field; *number_field = sub { $_H-&gt;{\&#39;number_field\&#39;}-&gt;($self, @_) };sub include; *include = sub { $_H-&gt;{\&#39;include\&#39;}-&gt;($self, @_) };sub url_with; *url_with = sub { $_H-&gt;{\&#39;url_with\&#39;}-&gt;($self, @_) };sub week_field; *week_field = sub { $_H-&gt;{\&#39;week_field\&#39;}-&gt;($self, @_) };sub stylesheet; *stylesheet = sub { $_H-&gt;{\&#39;stylesheet\&#39;}-&gt;($self, @_) };sub url_field; *url_field = sub { $_H-&gt;{\&#39;url_field\&#39;}-&gt;($self, @_) };sub form_for; *form_for = sub { $_H-&gt;{\&#39;form_for\&#39;}-&gt;($self, @_) };sub text_area; *text_area = sub { $_H-&gt;{\&#39;text_area\&#39;}-&gt;($self, @_) };sub image; *image = sub { $_H-&gt;{\&#39;image\&#39;}-&gt;($self, @_) };sub password_field; *password_field = sub { $_H-&gt;{\&#39;password_field\&#39;}-&gt;($self, @_) };sub config; *config = sub { $_H-&gt;{\&#39;config\&#39;}-&gt;($self, @_) };sub link_to; *link_to = sub { $_H-&gt;{\&#39;link_to\&#39;}-&gt;($self, @_) };use strict;my $_S = $self-&gt;stash; my $status = $_S-&gt;{\&#39;status\&#39;}; my $cb = $_S-&gt;{\&#39;cb\&#39;}; my $layout = $_S-&gt;{\&#39;layout\&#39;}; my $snapshot = $_S-&gt;{\&#39;snapshot\&#39;}; my $extends = $_S-&gt;{\&#39;extends\&#39;}; my $app = $_S-&gt;{\&#39;app\&#39;}; my $path = $_S-&gt;{\&#39;path\&#39;}; my $format = $_S-&gt;{\&#39;format\&#39;}; my $handler = $_S-&gt;{\&#39;handler\&#39;}; my $exception = $_S-&gt;{\&#39;exception\&#39;}; my $config = $_S-&gt;{\&#39;config\&#39;};&#39;,
#                             &#39;replace_mark&#39; =&gt; &#39;%&#39;,
#                             &#39;tag_end&#39; =&gt; &#39;%&gt;&#39;,
#                             &#39;tag_start&#39; =&gt; &#39;&lt;%&#39;,
#                             &#39;template&#39; =&gt; &#39;&lt;!DOCTYPE html&gt;
# &lt;html&gt;
#   &lt;head&gt;
#     &lt;title&gt;Server error&lt;/title&gt;
#     &lt;meta http-equiv=&quot;Pragma&quot; content=&quot;no-cache&quot;&gt;
#     &lt;meta http-equiv=&quot;Expires&quot; content=&quot;-1&quot;&gt;
#     %= javascript \&#39;/mojo/jquery/jquery.js\&#39;
#     %= javascript \&#39;/mojo/prettify/run_prettify.js\&#39;
#     %= stylesheet \&#39;/mojo/prettify/prettify-mojo.css\&#39;
#     %= stylesheet begin
#       a img { border: 0 }
#       body {
#         background-color: #f5f6f8;
#         color: #445555;
#         font: 0.9em \&#39;Helvetica Neue\&#39;, Helvetica, sans-serif;
#         font-weight: normal;
#         line-height: 1.5em;
#         margin: 0;
#       }
#       pre {
#         font: 0.8em Consolas, Menlo, Monaco, Courier, monospace;
#         margin: 0;
#         white-space: pre-wrap;
#       }
#       table {
#         border-collapse: collapse;
#         margin-top: 1em;
#         margin-bottom: 1em;
#         width: 100%;
#       }
#       td { padding: 0.5em }
#       .box {
#         background-color: #fff;
#         -moz-box-shadow: 0px 0px 2px #ccc;
#         -webkit-box-shadow: 0px 0px 2px #ccc;
#         box-shadow: 0px 0px 2px #ccc;
#         overflow: hidden;
#         padding: 1em;
#       }
#       .code {
#         background-color: #1a1a1a;
#         background: url(&lt;%= url_for \&#39;/mojo/pinstripe.gif\&#39; %&gt;);
#         color: #eee;
#         text-shadow: #333 0 1px 0;
#       }
#       .important { background-color: rgba(47, 48, 50, .75) }
#       .infobox { color: #333 }
#       .infobox tr:nth-child(odd) .value { background-color: #ddeeff }
#       .infobox tr:nth-child(even) .value { background-color: #eef9ff }
#       .key { text-align: right }
#       .spaced {
#         margin-left: 5em;
#         margin-right: 5em;
#       }
#       .striped { border-top: solid #cce4ff 1px }
#       .tap {
#         font: 0.5em Verdana, sans-serif;
#         text-align: center;
#       }
#       .value {
#         padding-left: 1em;
#         width: 100%;
#       }
#       #footer {
#         padding-top: 1em;
#         text-align: center;
#       }
#       #nothing { padding-top: 60px }
#       #showcase &gt; pre {
#         font: 1.5em \&#39;Helvetica Neue\&#39;, Helvetica, sans-serif;
#         font-weight: 300;
#         margin: 0;
#         text-shadow: #333 0 1px 0;
#       }
#       #showcase td {
#         padding-top: 0;
#         padding-bottom: 0;
#       }
#       #showcase .key { padding-right: 0 }
#       #more, #trace {
#         -moz-border-radius-bottomleft: 5px;
#         border-bottom-left-radius: 5px;
#         -moz-border-radius-bottomright: 5px;
#         border-bottom-right-radius: 5px;
#       }
#       #more .tap, #trace .tap { text-shadow: #ddd 0 1px 0 }
#       #request {
#         -moz-border-radius-topleft: 5px;
#         border-top-left-radius: 5px;
#         -moz-border-radius-topright: 5px;
#         border-top-right-radius: 5px;
#         margin-top: 1em;
#       }
#       #wrapperlicious {
#         max-width: 1000px;
#         margin: 0 auto;
#       }
#     % end
#   &lt;/head&gt;
#   &lt;body&gt;
#     %= include inline =&gt; app-&gt;renderer-&gt;_bundled(\&#39;mojobar\&#39;)
#     &lt;div id=&quot;wrapperlicious&quot;&gt;
#       &lt;div id=&quot;nothing&quot; class=&quot;box spaced&quot;&gt;&lt;/div&gt;
#       % my $cv = begin
#         % my ($key, $value, $i) = @_;
#         %= tag \&#39;tr\&#39;, $i ? (class =&gt; \&#39;important\&#39;) : undef, begin
#           &lt;td class=&quot;key&quot;&gt;&lt;%= $key %&gt;&lt;/td&gt;
#           &lt;td class=&quot;value&quot;&gt;&lt;pre class=&quot;prettyprint&quot;&gt;&lt;%= $value %&gt;&lt;/pre&gt;&lt;/td&gt;
#         % end
#       % end
#       % my $kv = begin
#         % my ($key, $value) = @_;
#         &lt;tr&gt;
#           &lt;td class=&quot;key&quot;&gt;&lt;%= $key %&gt;:&lt;/td&gt;
#           &lt;td class=&quot;striped value&quot;&gt;&lt;pre&gt;&lt;%= $value %&gt;&lt;/pre&gt;&lt;/td&gt;
#         &lt;/tr&gt;
#       % end
#       &lt;div id=&quot;showcase&quot; class=&quot;box code spaced&quot;&gt;
#         &lt;pre&gt;&lt;%= $exception-&gt;message %&gt;&lt;/pre&gt;
#         &lt;div id=&quot;context&quot;&gt;
#           &lt;table&gt;
#             % for my $line (@{$exception-&gt;lines_before}) {
#               %= $cv-&gt;($line-&gt;[0], $line-&gt;[1])
#             % }
#             % if (defined $exception-&gt;line-&gt;[1]) {
#               %= $cv-&gt;($exception-&gt;line-&gt;[0], $exception-&gt;line-&gt;[1], 1)
#             % }
#             % for my $line (@{$exception-&gt;lines_after}) {
#               %= $cv-&gt;($line-&gt;[0], $line-&gt;[1])
#             % }
#           &lt;/table&gt;
#         &lt;/div&gt;
#         % if (defined $exception-&gt;line-&gt;[2]) {
#           &lt;div id=&quot;insight&quot;&gt;
#             &lt;table&gt;
#               % for my $line (@{$exception-&gt;lines_before}) {
#                 %= $cv-&gt;($line-&gt;[0], $line-&gt;[2])
#               % }
#               %= $cv-&gt;($exception-&gt;line-&gt;[0], $exception-&gt;line-&gt;[2], 1)
#               % for my $line (@{$exception-&gt;lines_after}) {
#                 %= $cv-&gt;($line-&gt;[0], $line-&gt;[2])
#               % }
#             &lt;/table&gt;
#           &lt;/div&gt;
#           &lt;div class=&quot;tap&quot;&gt;tap for more&lt;/div&gt;
#           %= javascript begin
#             var current = \&#39;#context\&#39;;
#             $(\&#39;#showcase\&#39;).click(function() {
#               $(current).slideToggle(\&#39;slow\&#39;, function() {
#                 if (current == \&#39;#context\&#39;) {
#                   current = \&#39;#insight\&#39;;
#                 }
#                 else {
#                   current = \&#39;#context\&#39;;
#                 }
#                 $(current).slideToggle(\&#39;slow\&#39;);
#               });
#             });
#             $(\&#39;#insight\&#39;).toggle();
#           % end
#         % }
#       &lt;/div&gt;
#       &lt;div id=&quot;trace&quot; class=&quot;box spaced&quot;&gt;
#         % if (@{$exception-&gt;frames}) {
#           &lt;div class=&quot;infobox&quot; id=&quot;frames&quot;&gt;
#             &lt;table&gt;
#               % for my $frame (@{$exception-&gt;frames}) {
#                 &lt;tr&gt;
#                   &lt;td class=&quot;striped value&quot;&gt;
#                     &lt;pre&gt;&lt;%= $frame-&gt;[1] . \&#39;:\&#39; . $frame-&gt;[2] %&gt;&lt;/pre&gt;
#                   &lt;/td&gt;
#                 &lt;/tr&gt;
#               % }
#             &lt;/table&gt;
#           &lt;/div&gt;
#           &lt;div class=&quot;tap&quot;&gt;tap for more&lt;/div&gt;
#           %= javascript begin
#             $(\&#39;#trace\&#39;).click(function() {
#               $(\&#39;#frames\&#39;).slideToggle(\&#39;slow\&#39;);
#             });
#             $(\&#39;#frames\&#39;).toggle();
#           % end
#         % }
#       &lt;/div&gt;
#       &lt;div id=&quot;request&quot; class=&quot;box infobox spaced&quot;&gt;
#         &lt;table&gt;
#           % my $req = $self-&gt;req;
#           %= $kv-&gt;(Method =&gt; $req-&gt;method)
#           % my $url = $req-&gt;url;
#           %= $kv-&gt;(URL =&gt; $url-&gt;to_string)
#           %= $kv-&gt;(\&#39;Base URL\&#39; =&gt; $url-&gt;base-&gt;to_string)
#           %= $kv-&gt;(Parameters =&gt; dumper $req-&gt;params-&gt;to_hash)
#           %= $kv-&gt;(Stash =&gt; dumper $snapshot)
#           %= $kv-&gt;(Session =&gt; dumper session)
#           %= $kv-&gt;(Version =&gt; $req-&gt;version)
#           % for my $name (@{$self-&gt;req-&gt;headers-&gt;names}) {
#             % my $value = $self-&gt;req-&gt;headers-&gt;header($name);
#             %= $kv-&gt;($name, $value)
#           % }
#         &lt;/table&gt;
#       &lt;/div&gt;
#       &lt;div id=&quot;more&quot; class=&quot;box infobox spaced&quot;&gt;
#         &lt;div id=&quot;infos&quot;&gt;
#           &lt;table&gt;
#             %= $kv-&gt;(Perl =&gt; &quot;$^V ($^O)&quot;)
#             % my $version  = $Mojolicious::VERSION;
#             % my $codename = $Mojolicious::CODENAME;
#             %= $kv-&gt;(Mojolicious =&gt; &quot;$version ($codename)&quot;)
#             %= $kv-&gt;(Home =&gt; app-&gt;home)
#             %= $kv-&gt;(Include =&gt; dumper \\@INC)
#             %= $kv-&gt;(PID =&gt; $$)
#             %= $kv-&gt;(Name =&gt; $0)
#             %= $kv-&gt;(Executable =&gt; $^X)
#             %= $kv-&gt;(Time =&gt; scalar localtime(time))
#           &lt;/table&gt;
#         &lt;/div&gt;
#         &lt;div class=&quot;tap&quot;&gt;tap for more&lt;/div&gt;
#       &lt;/div&gt;
#     &lt;/div&gt;
#     &lt;div id=&quot;footer&quot;&gt;
#       %= link_to \&#39;http://mojolicio.us\&#39; =&gt; begin
#         %= image \&#39;/mojo/logo-black.png\&#39;, alt =&gt; \&#39;Mojolicious logo\&#39;
#       % end
#     &lt;/div&gt;
#     %= javascript begin
#       $(\&#39;#more\&#39;).click(function() {
#         $(\&#39;#infos\&#39;).slideToggle(\&#39;slow\&#39;);
#       });
#       $(\&#39;#infos\&#39;).toggle();
#     % end
#   &lt;/body&gt;
# &lt;/html&gt;
# &#39;,
#                             &#39;tree&#39; =&gt; [],
#                             &#39;trim_mark&#39; =&gt; &#39;=&#39;
#                           }, &#39;Mojo::Template&#39; ),
#                           &#39;cd99884e6e1c5191fd812e3b9f81c361&#39; =&gt; bless( {
#                             &#39;append&#39; =&gt; &#39;&#39;,
#                             &#39;auto_escape&#39; =&gt; 1,
#                             &#39;capture_end&#39; =&gt; &#39;end&#39;,
#                             &#39;capture_start&#39; =&gt; &#39;begin&#39;,
#                             &#39;code&#39; =&gt; &#39;package Mojo::Template::SandBox; use Mojo::Base -strict;sub { my $_M = \&#39;\&#39;; my $self = shift; Scalar::Util::weaken $self;no strict \&#39;refs\&#39;; no warnings \&#39;redefine\&#39;;my $_H = $self-&gt;app-&gt;renderer-&gt;helpers;sub search_field; *search_field = sub { $_H-&gt;{\&#39;search_field\&#39;}-&gt;($self, @_) };sub radio_button; *radio_button = sub { $_H-&gt;{\&#39;radio_button\&#39;}-&gt;($self, @_) };sub hidden_field; *hidden_field = sub { $_H-&gt;{\&#39;hidden_field\&#39;}-&gt;($self, @_) };sub content; *content = sub { $_H-&gt;{\&#39;content\&#39;}-&gt;($self, @_) };sub javascript; *javascript = sub { $_H-&gt;{\&#39;javascript\&#39;}-&gt;($self, @_) };sub dumper; *dumper = sub { $_H-&gt;{\&#39;dumper\&#39;}-&gt;($self, @_) };sub color_field; *color_field = sub { $_H-&gt;{\&#39;color_field\&#39;}-&gt;($self, @_) };sub url_for; *url_for = sub { $_H-&gt;{\&#39;url_for\&#39;}-&gt;($self, @_) };sub layout; *layout = sub { $_H-&gt;{\&#39;layout\&#39;}-&gt;($self, @_) };sub file_field; *file_field = sub { $_H-&gt;{\&#39;file_field\&#39;}-&gt;($self, @_) };sub date_field; *date_field = sub { $_H-&gt;{\&#39;date_field\&#39;}-&gt;($self, @_) };sub session; *session = sub { $_H-&gt;{\&#39;session\&#39;}-&gt;($self, @_) };sub tag; *tag = sub { $_H-&gt;{\&#39;tag\&#39;}-&gt;($self, @_) };sub submit_button; *submit_button = sub { $_H-&gt;{\&#39;submit_button\&#39;}-&gt;($self, @_) };sub tel_field; *tel_field = sub { $_H-&gt;{\&#39;tel_field\&#39;}-&gt;($self, @_) };sub email_field; *email_field = sub { $_H-&gt;{\&#39;email_field\&#39;}-&gt;($self, @_) };sub param; *param = sub { $_H-&gt;{\&#39;param\&#39;}-&gt;($self, @_) };sub extends; *extends = sub { $_H-&gt;{\&#39;extends\&#39;}-&gt;($self, @_) };sub t; *t = sub { $_H-&gt;{\&#39;t\&#39;}-&gt;($self, @_) };sub text_field; *text_field = sub { $_H-&gt;{\&#39;text_field\&#39;}-&gt;($self, @_) };sub flash; *flash = sub { $_H-&gt;{\&#39;flash\&#39;}-&gt;($self, @_) };sub app; *app = sub { $_H-&gt;{\&#39;app\&#39;}-&gt;($self, @_) };sub stash; *stash = sub { $_H-&gt;{\&#39;stash\&#39;}-&gt;($self, @_) };sub range_field; *range_field = sub { $_H-&gt;{\&#39;range_field\&#39;}-&gt;($self, @_) };sub input_tag; *input_tag = sub { $_H-&gt;{\&#39;input_tag\&#39;}-&gt;($self, @_) };sub select_field; *select_field = sub { $_H-&gt;{\&#39;select_field\&#39;}-&gt;($self, @_) };sub time_field; *time_field = sub { $_H-&gt;{\&#39;time_field\&#39;}-&gt;($self, @_) };sub month_field; *month_field = sub { $_H-&gt;{\&#39;month_field\&#39;}-&gt;($self, @_) };sub datetime_field; *datetime_field = sub { $_H-&gt;{\&#39;datetime_field\&#39;}-&gt;($self, @_) };sub title; *title = sub { $_H-&gt;{\&#39;title\&#39;}-&gt;($self, @_) };sub check_box; *check_box = sub { $_H-&gt;{\&#39;check_box\&#39;}-&gt;($self, @_) };sub content_for; *content_for = sub { $_H-&gt;{\&#39;content_for\&#39;}-&gt;($self, @_) };sub current_route; *current_route = sub { $_H-&gt;{\&#39;current_route\&#39;}-&gt;($self, @_) };sub number_field; *number_field = sub { $_H-&gt;{\&#39;number_field\&#39;}-&gt;($self, @_) };sub include; *include = sub { $_H-&gt;{\&#39;include\&#39;}-&gt;($self, @_) };sub url_with; *url_with = sub { $_H-&gt;{\&#39;url_with\&#39;}-&gt;($self, @_) };sub week_field; *week_field = sub { $_H-&gt;{\&#39;week_field\&#39;}-&gt;($self, @_) };sub stylesheet; *stylesheet = sub { $_H-&gt;{\&#39;stylesheet\&#39;}-&gt;($self, @_) };sub url_field; *url_field = sub { $_H-&gt;{\&#39;url_field\&#39;}-&gt;($self, @_) };sub form_for; *form_for = sub { $_H-&gt;{\&#39;form_for\&#39;}-&gt;($self, @_) };sub text_area; *text_area = sub { $_H-&gt;{\&#39;text_area\&#39;}-&gt;($self, @_) };sub image; *image = sub { $_H-&gt;{\&#39;image\&#39;}-&gt;($self, @_) };sub password_field; *password_field = sub { $_H-&gt;{\&#39;password_field\&#39;}-&gt;($self, @_) };sub config; *config = sub { $_H-&gt;{\&#39;config\&#39;}-&gt;($self, @_) };sub link_to; *link_to = sub { $_H-&gt;{\&#39;link_to\&#39;}-&gt;($self, @_) };use strict;my $_S = $self-&gt;stash; my $status = $_S-&gt;{\&#39;status\&#39;}; my $partial = $_S-&gt;{\&#39;partial\&#39;}; my $cb = $_S-&gt;{\&#39;cb\&#39;}; my $layout = $_S-&gt;{\&#39;layout\&#39;}; my $snapshot = $_S-&gt;{\&#39;snapshot\&#39;}; my $extends = $_S-&gt;{\&#39;extends\&#39;}; my $extend = $_S-&gt;{\&#39;extend\&#39;}; my $app = $_S-&gt;{\&#39;app\&#39;}; my $path = $_S-&gt;{\&#39;path\&#39;}; my $format = $_S-&gt;{\&#39;format\&#39;}; my $handler = $_S-&gt;{\&#39;handler\&#39;}; my $exception = $_S-&gt;{\&#39;exception\&#39;}; my $config = $_S-&gt;{\&#39;config\&#39;};; do { $_M .= _escape scalar  javascript \&#39;/mojo/jquery/jquery.js\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\&lt;div\\ id\\=\\&quot;mojobar\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ &quot;;$_M .= _escape scalar  stylesheet scoped =&gt; \&#39;scoped\&#39;,  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\#mojobar\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ background\\-color\\:\\ \\#1a1a1a\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ background\\:\\ \\-webkit\\-gradient\\(\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ linear\\,\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ 0\\%\\ 0\\%\\,\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ 0\\%\\ 100\\%\\,\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ color\\-stop\\(0\\%\\,\\ \\#2a2a2a\\)\\,\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ color\\-stop\\(100\\%\\,\\ \\#000\\)\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ background\\:\\ \\-moz\\-linear\\-gradient\\(\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ top\\,\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\#2a2a2a\\ 0\\%\\,\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ \\#000\\ 100\\%\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ background\\:\\ linear\\-gradient\\(top\\,\\ \\#2a2a2a\\ 0\\%\\,\\ \\#000\\ 100\\%\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\-moz\\-box\\-shadow\\:\\ 0px\\ 1px\\ 2px\\ rgba\\(0\\,\\ 0\\,\\ 0\\,\\ 0\\.6\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\-webkit\\-box\\-shadow\\:\\ 0px\\ 1px\\ 2px\\ rgba\\(0\\,\\ 0\\,\\ 0\\,\\ 0\\.6\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ box\\-shadow\\:\\ 0px\\ 1px\\ 2px\\ rgba\\(0\\,\\ 0\\,\\ 0\\,\\ 0\\.6\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ height\\:\\ 46px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ overflow\\:\\ hidden\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ position\\:\\ absolute\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ text\\-align\\:\\ right\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ vertical\\-align\\:\\ middle\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ width\\:\\ 100\\%\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ z\\-index\\:\\ 1000\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\#mojobar\\-logo\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ float\\:\\ left\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ margin\\-left\\:\\ 5em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ padding\\-top\\:\\ 3px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\#mojobar\\-links\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ display\\:table\\-cell\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ float\\:\\ right\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ height\\:\\ 60px\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ margin\\-right\\:\\ 5em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ margin\\-top\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\#mojobar\\-links\\ a\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ color\\:\\ \\#ccc\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ font\\:\\ 1em\\ \\\&#39;Helvetica\\ Neue\\\&#39;\\,\\ Helvetica\\,\\ sans\\-serif\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ font\\-weight\\:\\ 300\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ margin\\-left\\:\\ 0\\.5em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ padding\\-bottom\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ padding\\-top\\:\\ 1em\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ text\\-decoration\\:\\ none\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\-webkit\\-transition\\:\\ all\\ 200ms\\ ease\\-in\\-out\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\-moz\\-transition\\:\\ all\\ 200ms\\ ease\\-in\\-out\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\-o\\-transition\\:\\ all\\ 200ms\\ ease\\-in\\-out\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ transition\\:\\ all\\ 200ms\\ ease\\-in\\-out\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\#mojobar\\-links\\ a\\:hover\\ \\{\\ color\\:\\ \\#fff\\ \\}\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
# $_M .= &quot;\\ \\ \\&lt;div\\ id\\=\\&quot;mojobar\\-logo\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to \&#39;http://mojolicio.us\&#39; =&gt;  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ &quot;;$_M .= _escape scalar  image \&#39;/mojo/logo-white.png\&#39;, alt =&gt; \&#39;Mojolicious logo\&#39; ;$_M .= &quot;\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; 
# $_M .= &quot;\\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\&lt;div\\ id\\=\\&quot;mojobar\\-links\\&quot;\\&gt;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to Documentation =&gt; \&#39;http://mojolicio.us/perldoc\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to Screencasts =&gt; \&#39;http://mojocasts.com\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to Wiki =&gt; \&#39;https://github.com/kraih/mojo/wiki\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to GitHub =&gt; \&#39;https://github.com/kraih/mojo\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to CPAN =&gt; \&#39;http://metacpan.org/release/Mojolicious/\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to MailingList =&gt; \&#39;http://groups.google.com/group/mojolicious\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to Blog =&gt; \&#39;http://blog.kraih.com\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ &quot;;$_M .= _escape scalar  link_to Twitter =&gt; \&#39;http://twitter.com/kraih\&#39; ;$_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= &quot;\\&lt;\\/div\\&gt;\\n&quot;;
# $_M .= _escape scalar  javascript  sub { my $_M = \&#39;\&#39;; $_M .= &quot;\\n&quot;;
# $_M .= &quot;\\ \\ \\$\\(window\\)\\.load\\(function\\ \\(\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ if\\ \\(window\\.location\\.hash\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ var\\ tweak\\ \\=\\ \\$\\(window\\.location\\.hash\\)\\.offset\\(\\)\\.top\\ \\-\\ 50\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;html\\,\\ body\\\&#39;\\)\\.animate\\(\\{scrollTop\\:tweak\\}\\,\\ 1\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ var\\ mojobar\\ \\=\\ \\$\\(\\\&#39;\\#mojobar\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ var\\ start\\ \\ \\ \\=\\ mojobar\\.offset\\(\\)\\.top\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ var\\ fixed\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\$\\(window\\)\\.scroll\\(function\\ \\(\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ if\\ \\(\\!fixed\\ \\&amp;\\&amp;\\ \\(mojobar\\.offset\\(\\)\\.top\\ \\-\\ \\$\\(window\\)\\.scrollTop\\(\\)\\ \\&lt;\\ 0\\)\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ mojobar\\.css\\(\\\&#39;top\\\&#39;\\,\\ 0\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ mojobar\\.css\\(\\\&#39;position\\\&#39;\\,\\ \\\&#39;fixed\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ fixed\\ \\=\\ true\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\ else\\ if\\ \\(fixed\\ \\&amp;\\&amp;\\ \\$\\(window\\)\\.scrollTop\\(\\)\\ \\&lt;\\=\\ start\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ mojobar\\.css\\(\\\&#39;position\\\&#39;\\,\\ \\\&#39;absolute\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ mojobar\\.css\\(\\\&#39;top\\\&#39;\\,\\ start\\ \\+\\ \\\&#39;px\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\ \\ fixed\\ \\=\\ false\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\}\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\}\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\}\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\$\\(document\\)\\.ready\\(function\\(\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\$\\(\\&quot;\\.mojoscroll\\&quot;\\)\\.click\\(function\\(e\\)\\ \\{\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ e\\.preventDefault\\(\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ e\\.stopPropagation\\(\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ var\\ parts\\ \\ \\=\\ this\\.href\\.split\\(\\&quot;\\#\\&quot;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ var\\ hash\\ \\ \\ \\=\\ \\&quot;\\#\\&quot;\\ \\+\\ parts\\[1\\]\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ var\\ target\\ \\=\\ \\$\\(hash\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ var\\ top\\ \\ \\ \\ \\=\\ target\\.offset\\(\\)\\.top\\ \\-\\ 50\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ var\\ old\\ \\ \\ \\ \\=\\ target\\.attr\\(\\\&#39;id\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ target\\.attr\\(\\\&#39;id\\\&#39;\\,\\ \\\&#39;\\\&#39;\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ location\\.hash\\ \\=\\ hash\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ target\\.attr\\(\\\&#39;id\\\&#39;\\,\\ old\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\ \\ \\$\\(\\\&#39;html\\,\\ body\\\&#39;\\)\\.animate\\(\\{scrollTop\\:top\\}\\,\\ 1\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\ \\ \\}\\)\\;\\n&quot;;
# $_M .= &quot;\\ \\ \\}\\)\\;\\n&quot;;
# return Mojo::ByteStream-&gt;new($_M) }; ; $_M } };&#39;,
#                             &#39;comment_mark&#39; =&gt; &#39;#&#39;,
#                             &#39;compiled&#39; =&gt; sub { &quot;DUMMY&quot; },
#                             &#39;escape&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;cache&#39;}{&#39;cache&#39;}{&#39;bb710e5195a5de9af4c6e9f2ffda2769&#39;}{&#39;escape&#39;},
#                             &#39;escape_mark&#39; =&gt; &#39;=&#39;,
#                             &#39;expression_mark&#39; =&gt; &#39;=&#39;,
#                             &#39;line_start&#39; =&gt; &#39;%&#39;,
#                             &#39;name&#39; =&gt; &#39;inline template&#39;,
#                             &#39;namespace&#39; =&gt; &#39;Mojo::Template::SandBox&#39;,
#                             &#39;prepend&#39; =&gt; &#39;my $self = shift; Scalar::Util::weaken $self;no strict \&#39;refs\&#39;; no warnings \&#39;redefine\&#39;;my $_H = $self-&gt;app-&gt;renderer-&gt;helpers;sub search_field; *search_field = sub { $_H-&gt;{\&#39;search_field\&#39;}-&gt;($self, @_) };sub radio_button; *radio_button = sub { $_H-&gt;{\&#39;radio_button\&#39;}-&gt;($self, @_) };sub hidden_field; *hidden_field = sub { $_H-&gt;{\&#39;hidden_field\&#39;}-&gt;($self, @_) };sub content; *content = sub { $_H-&gt;{\&#39;content\&#39;}-&gt;($self, @_) };sub javascript; *javascript = sub { $_H-&gt;{\&#39;javascript\&#39;}-&gt;($self, @_) };sub dumper; *dumper = sub { $_H-&gt;{\&#39;dumper\&#39;}-&gt;($self, @_) };sub color_field; *color_field = sub { $_H-&gt;{\&#39;color_field\&#39;}-&gt;($self, @_) };sub url_for; *url_for = sub { $_H-&gt;{\&#39;url_for\&#39;}-&gt;($self, @_) };sub layout; *layout = sub { $_H-&gt;{\&#39;layout\&#39;}-&gt;($self, @_) };sub file_field; *file_field = sub { $_H-&gt;{\&#39;file_field\&#39;}-&gt;($self, @_) };sub date_field; *date_field = sub { $_H-&gt;{\&#39;date_field\&#39;}-&gt;($self, @_) };sub session; *session = sub { $_H-&gt;{\&#39;session\&#39;}-&gt;($self, @_) };sub tag; *tag = sub { $_H-&gt;{\&#39;tag\&#39;}-&gt;($self, @_) };sub submit_button; *submit_button = sub { $_H-&gt;{\&#39;submit_button\&#39;}-&gt;($self, @_) };sub tel_field; *tel_field = sub { $_H-&gt;{\&#39;tel_field\&#39;}-&gt;($self, @_) };sub email_field; *email_field = sub { $_H-&gt;{\&#39;email_field\&#39;}-&gt;($self, @_) };sub param; *param = sub { $_H-&gt;{\&#39;param\&#39;}-&gt;($self, @_) };sub extends; *extends = sub { $_H-&gt;{\&#39;extends\&#39;}-&gt;($self, @_) };sub t; *t = sub { $_H-&gt;{\&#39;t\&#39;}-&gt;($self, @_) };sub text_field; *text_field = sub { $_H-&gt;{\&#39;text_field\&#39;}-&gt;($self, @_) };sub flash; *flash = sub { $_H-&gt;{\&#39;flash\&#39;}-&gt;($self, @_) };sub app; *app = sub { $_H-&gt;{\&#39;app\&#39;}-&gt;($self, @_) };sub stash; *stash = sub { $_H-&gt;{\&#39;stash\&#39;}-&gt;($self, @_) };sub range_field; *range_field = sub { $_H-&gt;{\&#39;range_field\&#39;}-&gt;($self, @_) };sub input_tag; *input_tag = sub { $_H-&gt;{\&#39;input_tag\&#39;}-&gt;($self, @_) };sub select_field; *select_field = sub { $_H-&gt;{\&#39;select_field\&#39;}-&gt;($self, @_) };sub time_field; *time_field = sub { $_H-&gt;{\&#39;time_field\&#39;}-&gt;($self, @_) };sub month_field; *month_field = sub { $_H-&gt;{\&#39;month_field\&#39;}-&gt;($self, @_) };sub datetime_field; *datetime_field = sub { $_H-&gt;{\&#39;datetime_field\&#39;}-&gt;($self, @_) };sub title; *title = sub { $_H-&gt;{\&#39;title\&#39;}-&gt;($self, @_) };sub check_box; *check_box = sub { $_H-&gt;{\&#39;check_box\&#39;}-&gt;($self, @_) };sub content_for; *content_for = sub { $_H-&gt;{\&#39;content_for\&#39;}-&gt;($self, @_) };sub current_route; *current_route = sub { $_H-&gt;{\&#39;current_route\&#39;}-&gt;($self, @_) };sub number_field; *number_field = sub { $_H-&gt;{\&#39;number_field\&#39;}-&gt;($self, @_) };sub include; *include = sub { $_H-&gt;{\&#39;include\&#39;}-&gt;($self, @_) };sub url_with; *url_with = sub { $_H-&gt;{\&#39;url_with\&#39;}-&gt;($self, @_) };sub week_field; *week_field = sub { $_H-&gt;{\&#39;week_field\&#39;}-&gt;($self, @_) };sub stylesheet; *stylesheet = sub { $_H-&gt;{\&#39;stylesheet\&#39;}-&gt;($self, @_) };sub url_field; *url_field = sub { $_H-&gt;{\&#39;url_field\&#39;}-&gt;($self, @_) };sub form_for; *form_for = sub { $_H-&gt;{\&#39;form_for\&#39;}-&gt;($self, @_) };sub text_area; *text_area = sub { $_H-&gt;{\&#39;text_area\&#39;}-&gt;($self, @_) };sub image; *image = sub { $_H-&gt;{\&#39;image\&#39;}-&gt;($self, @_) };sub password_field; *password_field = sub { $_H-&gt;{\&#39;password_field\&#39;}-&gt;($self, @_) };sub config; *config = sub { $_H-&gt;{\&#39;config\&#39;}-&gt;($self, @_) };sub link_to; *link_to = sub { $_H-&gt;{\&#39;link_to\&#39;}-&gt;($self, @_) };use strict;my $_S = $self-&gt;stash; my $status = $_S-&gt;{\&#39;status\&#39;}; my $partial = $_S-&gt;{\&#39;partial\&#39;}; my $cb = $_S-&gt;{\&#39;cb\&#39;}; my $layout = $_S-&gt;{\&#39;layout\&#39;}; my $snapshot = $_S-&gt;{\&#39;snapshot\&#39;}; my $extends = $_S-&gt;{\&#39;extends\&#39;}; my $extend = $_S-&gt;{\&#39;extend\&#39;}; my $app = $_S-&gt;{\&#39;app\&#39;}; my $path = $_S-&gt;{\&#39;path\&#39;}; my $format = $_S-&gt;{\&#39;format\&#39;}; my $handler = $_S-&gt;{\&#39;handler\&#39;}; my $exception = $_S-&gt;{\&#39;exception\&#39;}; my $config = $_S-&gt;{\&#39;config\&#39;};&#39;,
#                             &#39;replace_mark&#39; =&gt; &#39;%&#39;,
#                             &#39;tag_end&#39; =&gt; &#39;%&gt;&#39;,
#                             &#39;tag_start&#39; =&gt; &#39;&lt;%&#39;,
#                             &#39;template&#39; =&gt; &#39;%= javascript \&#39;/mojo/jquery/jquery.js\&#39;
# &lt;div id=&quot;mojobar&quot;&gt;
#   %= stylesheet scoped =&gt; \&#39;scoped\&#39;, begin
#     #mojobar {
#       background-color: #1a1a1a;
#       background: -webkit-gradient(
#         linear,
#         0% 0%,
#         0% 100%,
#         color-stop(0%, #2a2a2a),
#         color-stop(100%, #000)
#       );
#       background: -moz-linear-gradient(
#         top,
#         #2a2a2a 0%,
#         #000 100%
#       );
#       background: linear-gradient(top, #2a2a2a 0%, #000 100%);
#       -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
#       -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
#       box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
#       height: 46px;
#       overflow: hidden;
#       position: absolute;
#       text-align: right;
#       vertical-align: middle;
#       width: 100%;
#       z-index: 1000;
#     }
#     #mojobar-logo {
#       float: left;
#       margin-left: 5em;
#       padding-top: 3px;
#     }
#     #mojobar-links {
#       display:table-cell;
#       float: right;
#       height: 60px;
#       margin-right: 5em;
#       margin-top: 1em;
#     }
#     #mojobar-links a {
#       color: #ccc;
#       font: 1em \&#39;Helvetica Neue\&#39;, Helvetica, sans-serif;
#       font-weight: 300;
#       margin-left: 0.5em;
#       padding-bottom: 1em;
#       padding-top: 1em;
#       text-decoration: none;
#       -webkit-transition: all 200ms ease-in-out;
#       -moz-transition: all 200ms ease-in-out;
#       -o-transition: all 200ms ease-in-out;
#       transition: all 200ms ease-in-out;
#     }
#     #mojobar-links a:hover { color: #fff }
#   % end
#   &lt;div id=&quot;mojobar-logo&quot;&gt;
#     %= link_to \&#39;http://mojolicio.us\&#39; =&gt; begin
#       %= image \&#39;/mojo/logo-white.png\&#39;, alt =&gt; \&#39;Mojolicious logo\&#39;
#     % end
#   &lt;/div&gt;
#   &lt;div id=&quot;mojobar-links&quot;&gt;
#     %= link_to Documentation =&gt; \&#39;http://mojolicio.us/perldoc\&#39;
#     %= link_to Screencasts =&gt; \&#39;http://mojocasts.com\&#39;
#     %= link_to Wiki =&gt; \&#39;https://github.com/kraih/mojo/wiki\&#39;
#     %= link_to GitHub =&gt; \&#39;https://github.com/kraih/mojo\&#39;
#     %= link_to CPAN =&gt; \&#39;http://metacpan.org/release/Mojolicious/\&#39;
#     %= link_to MailingList =&gt; \&#39;http://groups.google.com/group/mojolicious\&#39;
#     %= link_to Blog =&gt; \&#39;http://blog.kraih.com\&#39;
#     %= link_to Twitter =&gt; \&#39;http://twitter.com/kraih\&#39;
#   &lt;/div&gt;
# &lt;/div&gt;
# %= javascript begin
#   $(window).load(function () {
#     if (window.location.hash) {
#       var tweak = $(window.location.hash).offset().top - 50;
#       $(\&#39;html, body\&#39;).animate({scrollTop:tweak}, 1);
#     }
#     var mojobar = $(\&#39;#mojobar\&#39;);
#     var start   = mojobar.offset().top;
#     var fixed;
#     $(window).scroll(function () {
#       if (!fixed &amp;&amp; (mojobar.offset().top - $(window).scrollTop() &lt; 0)) {
#         mojobar.css(\&#39;top\&#39;, 0);
#         mojobar.css(\&#39;position\&#39;, \&#39;fixed\&#39;);
#         fixed = true;
#       } else if (fixed &amp;&amp; $(window).scrollTop() &lt;= start) {
#         mojobar.css(\&#39;position\&#39;, \&#39;absolute\&#39;);
#         mojobar.css(\&#39;top\&#39;, start + \&#39;px\&#39;);
#         fixed = false;
#       }
#     });
#   });
#   $(document).ready(function() {
#     $(&quot;.mojoscroll&quot;).click(function(e) {
#       e.preventDefault();
#       e.stopPropagation();
#       var parts  = this.href.split(&quot;#&quot;);
#       var hash   = &quot;#&quot; + parts[1];
#       var target = $(hash);
#       var top    = target.offset().top - 50;
#       var old    = target.attr(\&#39;id\&#39;);
#       target.attr(\&#39;id\&#39;, \&#39;\&#39;);
#       location.hash = hash;
#       target.attr(\&#39;id\&#39;, old);
#       $(\&#39;html, body\&#39;).animate({scrollTop:top}, 1);
#     });
#   });
# % end
# &#39;,
#                             &#39;tree&#39; =&gt; [],
#                             &#39;trim_mark&#39; =&gt; &#39;=&#39;
#                           }, &#39;Mojo::Template&#39; )
#                         },
#                         &#39;max_keys&#39; =&gt; 100,
#                         &#39;queue&#39; =&gt; [
#                           &#39;6920dec8976d6adecc97db1b4fa7bf2b&#39;,
#                           &#39;42ef005aaacfbd5a19c7d1f3f8ec9c3f&#39;,
#                           &#39;bb710e5195a5de9af4c6e9f2ffda2769&#39;,
#                           &#39;cd99884e6e1c5191fd812e3b9f81c361&#39;
#                         ]
#                       }, &#39;Mojo::Cache&#39; ),
#                       &#39;classes&#39; =&gt; [
#                         &#39;t::lib::Test&#39;
#                       ],
#                       &#39;data&#39; =&gt; {},
#                       &#39;default_format&#39; =&gt; &#39;html&#39;,
#                       &#39;default_handler&#39; =&gt; &#39;ep&#39;,
#                       &#39;encoding&#39; =&gt; &#39;UTF-8&#39;,
#                       &#39;handlers&#39; =&gt; {
#                         &#39;data&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;handlers&#39;}{&#39;data&#39;},
#                         &#39;ep&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;epl&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;handlers&#39;}{&#39;epl&#39;},
#                         &#39;json&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;handlers&#39;}{&#39;json&#39;},
#                         &#39;text&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;handlers&#39;}{&#39;text&#39;}
#                       },
#                       &#39;helpers&#39; =&gt; {
#                         &#39;app&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;check_box&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;check_box&#39;},
#                         &#39;color_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;config&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;config&#39;},
#                         &#39;content&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;content&#39;},
#                         &#39;content_for&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;content_for&#39;},
#                         &#39;current_route&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;current_route&#39;},
#                         &#39;date_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;datetime_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;dumper&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;dumper&#39;},
#                         &#39;email_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;extends&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;file_field&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;file_field&#39;},
#                         &#39;flash&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;form_for&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;form_for&#39;},
#                         &#39;hidden_field&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;hidden_field&#39;},
#                         &#39;image&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;image&#39;},
#                         &#39;include&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;include&#39;},
#                         &#39;input_tag&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;input_tag&#39;},
#                         &#39;javascript&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;javascript&#39;},
#                         &#39;layout&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;link_to&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;link_to&#39;},
#                         &#39;month_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;number_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;param&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;password_field&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;password_field&#39;},
#                         &#39;radio_button&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;radio_button&#39;},
#                         &#39;range_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;search_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;select_field&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;select_field&#39;},
#                         &#39;session&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;stash&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;stylesheet&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;stylesheet&#39;},
#                         &#39;submit_button&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;submit_button&#39;},
#                         &#39;t&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;t&#39;},
#                         &#39;tag&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;t&#39;},
#                         &#39;tel_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;text_area&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;text_area&#39;},
#                         &#39;text_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;time_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;title&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;url_field&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;url_for&#39; =&gt; sub { &quot;DUMMY&quot; },
#                         &#39;url_with&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;renderer&#39;}{&#39;helpers&#39;}{&#39;url_with&#39;},
#                         &#39;week_field&#39; =&gt; sub { &quot;DUMMY&quot; }
#                       },
#                       &#39;index&#39; =&gt; {},
#                       &#39;paths&#39; =&gt; [
#                         &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/t/lib/templates&#39;
#                       ],
#                       &#39;templates&#39; =&gt; {}
#                     }, &#39;Mojolicious::Renderer&#39; ),
#                     &#39;routes&#39; =&gt; bless( {
#                       &#39;cache&#39; =&gt; bless( {}, &#39;Mojo::Cache&#39; ),
#                       &#39;children&#39; =&gt; [
#                         bless( {
#                           &#39;children&#39; =&gt; [],
#                           &#39;name&#39; =&gt; &#39;&#39;,
#                           &#39;parent&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;}{&#39;parent&#39;}{&#39;parent&#39;}{&#39;children&#39;}[0]{&#39;pattern&#39;}{&#39;defaults&#39;}{&#39;app&#39;}{&#39;routes&#39;},
#                           &#39;pattern&#39; =&gt; bless( {
#                             &#39;constraints&#39; =&gt; {},
#                             &#39;defaults&#39; =&gt; {
#                               &#39;cb&#39; =&gt; sub { &quot;DUMMY&quot; }
#                             },
#                             &#39;format_regex&#39; =&gt; qr/(?-xism:\.([^\/]+)$)/,
#                             &#39;placeholders&#39; =&gt; [],
#                             &#39;regex&#39; =&gt; qr/(?s-xim:^)/,
#                             &#39;tree&#39; =&gt; []
#                           }, &#39;Mojolicious::Routes::Pattern&#39; ),
#                           &#39;via&#39; =&gt; [
#                             &#39;GET&#39;
#                           ]
#                         }, &#39;Mojolicious::Routes::Route&#39; )
#                       ],
#                       &#39;conditions&#39; =&gt; {
#                         &#39;agent&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;}{&#39;conditions&#39;}{&#39;agent&#39;},
#                         &#39;headers&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;}{&#39;conditions&#39;}{&#39;headers&#39;},
#                         &#39;host&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;}{&#39;conditions&#39;}{&#39;host&#39;}
#                       },
#                       &#39;hidden&#39; =&gt; [
#                         &#39;attr&#39;,
#                         &#39;has&#39;,
#                         &#39;new&#39;,
#                         &#39;tap&#39;,
#                         &#39;AUTOLOAD&#39;,
#                         &#39;DESTROY&#39;,
#                         &#39;app&#39;,
#                         &#39;cookie&#39;,
#                         &#39;finish&#39;,
#                         &#39;flash&#39;,
#                         &#39;handler&#39;,
#                         &#39;on&#39;,
#                         &#39;param&#39;,
#                         &#39;redirect_to&#39;,
#                         &#39;render&#39;,
#                         &#39;render_exception&#39;,
#                         &#39;render_maybe&#39;,
#                         &#39;render_not_found&#39;,
#                         &#39;render_static&#39;,
#                         &#39;rendered&#39;,
#                         &#39;req&#39;,
#                         &#39;res&#39;,
#                         &#39;respond_to&#39;,
#                         &#39;send&#39;,
#                         &#39;session&#39;,
#                         &#39;signed_cookie&#39;,
#                         &#39;stash&#39;,
#                         &#39;tx&#39;,
#                         &#39;ua&#39;,
#                         &#39;url_for&#39;,
#                         &#39;write&#39;,
#                         &#39;write_chunk&#39;
#                       ],
#                       &#39;name&#39; =&gt; &#39;&#39;,
#                       &#39;namespaces&#39; =&gt; [],
#                       &#39;parent&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;}{&#39;parent&#39;}{&#39;parent&#39;}{&#39;children&#39;}[0],
#                       &#39;pattern&#39; =&gt; bless( {
#                         &#39;constraints&#39; =&gt; {},
#                         &#39;defaults&#39; =&gt; {},
#                         &#39;placeholders&#39; =&gt; [],
#                         &#39;regex&#39; =&gt; qr/(?s-xim:^)/,
#                         &#39;tree&#39; =&gt; []
#                       }, &#39;Mojolicious::Routes::Pattern&#39; )
#                     }, &#39;Mojolicious::Routes&#39; ),
#                     &#39;sessions&#39; =&gt; bless( {
#                       &#39;cookie_name&#39; =&gt; &#39;mojolicious&#39;
#                     }, &#39;Mojolicious::Sessions&#39; ),
#                     &#39;static&#39; =&gt; bless( {
#                       &#39;classes&#39; =&gt; [
#                         &#39;t::lib::Test&#39;
#                       ],
#                       &#39;paths&#39; =&gt; [
#                         &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/t/lib/public&#39;
#                       ]
#                     }, &#39;Mojolicious::Static&#39; ),
#                     &#39;types&#39; =&gt; bless( {
#                       &#39;types&#39; =&gt; {
#                         &#39;appcache&#39; =&gt; [
#                           &#39;text/cache-manifest&#39;
#                         ],
#                         &#39;atom&#39; =&gt; [
#                           &#39;application/atom+xml&#39;
#                         ],
#                         &#39;bin&#39; =&gt; [
#                           &#39;application/octet-stream&#39;
#                         ],
#                         &#39;css&#39; =&gt; [
#                           &#39;text/css&#39;
#                         ],
#                         &#39;gif&#39; =&gt; [
#                           &#39;image/gif&#39;
#                         ],
#                         &#39;gz&#39; =&gt; [
#                           &#39;application/x-gzip&#39;
#                         ],
#                         &#39;htm&#39; =&gt; [
#                           &#39;text/html&#39;
#                         ],
#                         &#39;html&#39; =&gt; [
#                           &#39;text/html;charset=UTF-8&#39;
#                         ],
#                         &#39;ico&#39; =&gt; [
#                           &#39;image/x-icon&#39;
#                         ],
#                         &#39;jpeg&#39; =&gt; [
#                           &#39;image/jpeg&#39;
#                         ],
#                         &#39;jpg&#39; =&gt; [
#                           &#39;image/jpeg&#39;
#                         ],
#                         &#39;js&#39; =&gt; [
#                           &#39;application/javascript&#39;
#                         ],
#                         &#39;json&#39; =&gt; [
#                           &#39;application/json&#39;
#                         ],
#                         &#39;mp3&#39; =&gt; [
#                           &#39;audio/mpeg&#39;
#                         ],
#                         &#39;mp4&#39; =&gt; [
#                           &#39;video/mp4&#39;
#                         ],
#                         &#39;ogg&#39; =&gt; [
#                           &#39;audio/ogg&#39;
#                         ],
#                         &#39;ogv&#39; =&gt; [
#                           &#39;video/ogg&#39;
#                         ],
#                         &#39;pdf&#39; =&gt; [
#                           &#39;application/pdf&#39;
#                         ],
#                         &#39;png&#39; =&gt; [
#                           &#39;image/png&#39;
#                         ],
#                         &#39;rss&#39; =&gt; [
#                           &#39;application/rss+xml&#39;
#                         ],
#                         &#39;svg&#39; =&gt; [
#                           &#39;image/svg+xml&#39;
#                         ],
#                         &#39;txt&#39; =&gt; [
#                           &#39;text/plain&#39;
#                         ],
#                         &#39;webm&#39; =&gt; [
#                           &#39;video/webm&#39;
#                         ],
#                         &#39;woff&#39; =&gt; [
#                           &#39;application/font-woff&#39;
#                         ],
#                         &#39;xml&#39; =&gt; [
#                           &#39;application/xml&#39;,
#                           &#39;text/xml&#39;
#                         ],
#                         &#39;zip&#39; =&gt; [
#                           &#39;application/zip&#39;
#                         ]
#                       }
#                     }, &#39;Mojolicious::Types&#39; )
#                   }, &#39;Mojolicious::Lite&#39; )
#                 },
#                 &#39;format_regex&#39; =&gt; qr/(?-xism:\.([^\/]+)$)/,
#                 &#39;placeholders&#39; =&gt; [],
#                 &#39;regex&#39; =&gt; qr/(?s-xim:^)/,
#                 &#39;tree&#39; =&gt; []
#               }, &#39;Mojolicious::Routes::Pattern&#39; )
#             }, &#39;Mojolicious::Routes::Route&#39; ),
#             $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;}{&#39;parent&#39;},
#             bless( {
#               &#39;children&#39; =&gt; [],
#               &#39;name&#39; =&gt; &#39;info&#39;,
#               &#39;parent&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;}{&#39;parent&#39;}{&#39;parent&#39;},
#               &#39;pattern&#39; =&gt; bless( {
#                 &#39;constraints&#39; =&gt; {},
#                 &#39;defaults&#39; =&gt; {
#                   &#39;cb&#39; =&gt; sub { &quot;DUMMY&quot; }
#                 },
#                 &#39;format_regex&#39; =&gt; qr/(?-xism:\.([^\/]+)$)/,
#                 &#39;pattern&#39; =&gt; &#39;/info&#39;,
#                 &#39;placeholder_start&#39; =&gt; &#39;:&#39;,
#                 &#39;quote_end&#39; =&gt; &#39;)&#39;,
#                 &#39;quote_start&#39; =&gt; &#39;(&#39;,
#                 &#39;regex&#39; =&gt; qr/(?s-xim:^\/info)/,
#                 &#39;relaxed_start&#39; =&gt; &#39;#&#39;,
#                 &#39;tree&#39; =&gt; [
#                   [
#                     &#39;slash&#39;
#                   ],
#                   [
#                     &#39;text&#39;,
#                     &#39;info&#39;
#                   ]
#                 ],
#                 &#39;wildcard_start&#39; =&gt; &#39;*&#39;
#               }, &#39;Mojolicious::Routes::Pattern&#39; ),
#               &#39;via&#39; =&gt; [
#                 &#39;GET&#39;
#               ]
#             }, &#39;Mojolicious::Routes::Route&#39; )
#           ],
#           &#39;conditions&#39; =&gt; {
#             &#39;agent&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;}{&#39;conditions&#39;}{&#39;agent&#39;},
#             &#39;headers&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;}{&#39;conditions&#39;}{&#39;headers&#39;},
#             &#39;host&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;}{&#39;conditions&#39;}{&#39;host&#39;},
#             &#39;toadfarm_condition_0&#39; =&gt; sub { &quot;DUMMY&quot; },
#             &#39;toadfarm_condition_1&#39; =&gt; sub { &quot;DUMMY&quot; }
#           },
#           &#39;hidden&#39; =&gt; [
#             &#39;attr&#39;,
#             &#39;has&#39;,
#             &#39;new&#39;,
#             &#39;tap&#39;,
#             &#39;AUTOLOAD&#39;,
#             &#39;DESTROY&#39;,
#             &#39;app&#39;,
#             &#39;cookie&#39;,
#             &#39;finish&#39;,
#             &#39;flash&#39;,
#             &#39;handler&#39;,
#             &#39;on&#39;,
#             &#39;param&#39;,
#             &#39;redirect_to&#39;,
#             &#39;render&#39;,
#             &#39;render_exception&#39;,
#             &#39;render_maybe&#39;,
#             &#39;render_not_found&#39;,
#             &#39;render_static&#39;,
#             &#39;rendered&#39;,
#             &#39;req&#39;,
#             &#39;res&#39;,
#             &#39;respond_to&#39;,
#             &#39;send&#39;,
#             &#39;session&#39;,
#             &#39;signed_cookie&#39;,
#             &#39;stash&#39;,
#             &#39;tx&#39;,
#             &#39;ua&#39;,
#             &#39;url_for&#39;,
#             &#39;write&#39;,
#             &#39;write_chunk&#39;
#           ],
#           &#39;name&#39; =&gt; &#39;&#39;,
#           &#39;namespaces&#39; =&gt; [
#             &#39;Toadfarm&#39;
#           ],
#           &#39;pattern&#39; =&gt; bless( {
#             &#39;constraints&#39; =&gt; {},
#             &#39;defaults&#39; =&gt; {},
#             &#39;placeholders&#39; =&gt; [],
#             &#39;regex&#39; =&gt; qr/(?s-xim:^)/,
#             &#39;tree&#39; =&gt; []
#           }, &#39;Mojolicious::Routes::Pattern&#39; )
#         }, &#39;Mojolicious::Routes&#39; ),
#         &#39;partial&#39; =&gt; 1,
#         &#39;pattern&#39; =&gt; bless( {
#           &#39;constraints&#39; =&gt; {},
#           &#39;defaults&#39; =&gt; {
#             &#39;app&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}
#           },
#           &#39;format_regex&#39; =&gt; qr/(?-xism:\.([^\/]+)$)/,
#           &#39;placeholders&#39; =&gt; [],
#           &#39;regex&#39; =&gt; qr/(?s-xim:^)/,
#           &#39;tree&#39; =&gt; []
#         }, &#39;Mojolicious::Routes::Pattern&#39; )
#       }, &#39;Mojolicious::Routes::Route&#39; ),
#       &#39;pattern&#39; =&gt; bless( {
#         &#39;constraints&#39; =&gt; {},
#         &#39;defaults&#39; =&gt; {},
#         &#39;placeholders&#39; =&gt; [],
#         &#39;regex&#39; =&gt; qr/(?s-xim:^)/,
#         &#39;tree&#39; =&gt; []
#       }, &#39;Mojolicious::Routes::Pattern&#39; )
#     }, &#39;Mojolicious::Routes&#39; ),
#     &#39;sessions&#39; =&gt; bless( {
#       &#39;cookie_name&#39; =&gt; &#39;mojolicious&#39;
#     }, &#39;Mojolicious::Sessions&#39; ),
#     &#39;static&#39; =&gt; bless( {
#       &#39;classes&#39; =&gt; [
#         &#39;t::lib::Test&#39;
#       ],
#       &#39;paths&#39; =&gt; [
#         &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/t/lib/public&#39;
#       ]
#     }, &#39;Mojolicious::Static&#39; )
#   }, &#39;Mojolicious::Lite&#39; ),
#   &#39;cb&#39; =&gt; $VAR1-&gt;{&#39;app&#39;}{&#39;routes&#39;}{&#39;children&#39;}[0]{&#39;pattern&#39;}{&#39;defaults&#39;}{&#39;cb&#39;},
#   &#39;config&#39; =&gt; {
#     &#39;apps&#39; =&gt; [
#       &#39;t::lib::Test&#39;,
#       {
#         &#39;Host&#39; =&gt; &#39;te.st&#39;
#       },
#       &#39;t::lib::Test&#39;,
#       {
#         &#39;X-Request-Base&#39; =&gt; &#39;http://localhost:1234/yikes&#39;
#       }
#     ],
#     &#39;log&#39; =&gt; {},
#     &#39;paths&#39; =&gt; {},
#     &#39;plugins&#39; =&gt; [
#       &#39;t::lib::Plugin&#39;,
#       [
#         &#39;yikes&#39;
#       ]
#     ]
#   },
#   &#39;path&#39; =&gt; &#39;/&#39;
# }
# </pre></td>
#         </tr>
# 
#                   <tr>
#           <td class="key">Session:</td>
#           <td class="striped value"><pre>{}
# </pre></td>
#         </tr>
# 
#                   <tr>
#           <td class="key">Version:</td>
#           <td class="striped value"><pre>1.1</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">X-Request-Base:</td>
#           <td class="striped value"><pre>http://localhost:1234/yikes</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">User-Agent:</td>
#           <td class="striped value"><pre>Mojolicious (Perl)</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Connection:</td>
#           <td class="striped value"><pre>keep-alive</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Accept-Encoding:</td>
#           <td class="striped value"><pre>gzip</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Content-Length:</td>
#           <td class="striped value"><pre>0</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Host:</td>
#           <td class="striped value"><pre>localhost:6671</pre></td>
#         </tr>
# 
#         </table>
#       </div>
#       <div id="more" class="box infobox spaced">
#         <div id="infos">
#           <table>
#                     <tr>
#           <td class="key">Perl:</td>
#           <td class="striped value"><pre>v5.12.1 (openbsd)</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Mojolicious:</td>
#           <td class="striped value"><pre>4.0 (Top Hat)</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Home:</td>
#           <td class="striped value"><pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/t/lib</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Include:</td>
#           <td class="striped value"><pre>[
#   &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/blib/lib&#39;,
#   &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/blib/arch&#39;,
#   &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib&#39;,
#   &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/arch&#39;,
#   &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib&#39;,
#   &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/arch&#39;,
#   &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/blib/lib&#39;,
#   &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/blib/arch&#39;,
#   &#39;/home/cpan/pit/bare/perl-5.12.1/lib/site_perl/5.12.1/OpenBSD.amd64-openbsd&#39;,
#   &#39;/home/cpan/pit/bare/perl-5.12.1/lib/site_perl/5.12.1&#39;,
#   &#39;/home/cpan/pit/bare/perl-5.12.1/lib/5.12.1/OpenBSD.amd64-openbsd&#39;,
#   &#39;/home/cpan/pit/bare/perl-5.12.1/lib/5.12.1&#39;,
#   &#39;.&#39;
# ]
# </pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">PID:</td>
#           <td class="striped value"><pre>14735</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Name:</td>
#           <td class="striped value"><pre>t/basic.t</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Executable:</td>
#           <td class="striped value"><pre>/home/cpan/pit/bare/perl-5.12.1/bin/perl</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Time:</td>
#           <td class="striped value"><pre>Thu May 16 00:56:42 2013</pre></td>
#         </tr>
# 
#           </table>
#         </div>
#         <div class="tap">tap for more</div>
#       </div>
#     </div>
#     <div id="footer">
#       <a href="http://mojolicio.us">
#         <img alt="Mojolicious logo" src="/yikes/mojo/logo-black.png" />
# </a>    </div>
#     <script>//<![CDATA[
# 
#       $('#more').click(function() {
#         $('#infos').slideToggle('slow');
#       });
#       $('#infos').toggle();
# 
# //]]></script>  </body>
# </html>
# '
#     expected: 'http://localhost:1234/yikes/test/123'

#   Failed test '200 OK'
#   at t/basic.t line 20.
#          got: '500'
#     expected: '200'

#   Failed test 'exact match for content'
#   at t/basic.t line 20.
#          got: '<!DOCTYPE html>
# <html>
#   <head>
#     <title>Server error</title>
#     <meta http-equiv="Pragma" content="no-cache">
#     <meta http-equiv="Expires" content="-1">
#     <script src="/mojo/jquery/jquery.js"></script>
#     <script src="/mojo/prettify/run_prettify.js"></script>
#     <link href="/mojo/prettify/prettify-mojo.css" media="screen" rel="stylesheet" />
#     <style>/*<![CDATA[*/
# 
#       a img { border: 0 }
#       body {
#         background-color: #f5f6f8;
#         color: #445555;
#         font: 0.9em 'Helvetica Neue', Helvetica, sans-serif;
#         font-weight: normal;
#         line-height: 1.5em;
#         margin: 0;
#       }
#       pre {
#         font: 0.8em Consolas, Menlo, Monaco, Courier, monospace;
#         margin: 0;
#         white-space: pre-wrap;
#       }
#       table {
#         border-collapse: collapse;
#         margin-top: 1em;
#         margin-bottom: 1em;
#         width: 100%;
#       }
#       td { padding: 0.5em }
#       .box {
#         background-color: #fff;
#         -moz-box-shadow: 0px 0px 2px #ccc;
#         -webkit-box-shadow: 0px 0px 2px #ccc;
#         box-shadow: 0px 0px 2px #ccc;
#         overflow: hidden;
#         padding: 1em;
#       }
#       .code {
#         background-color: #1a1a1a;
#         background: url(/mojo/pinstripe.gif);
#         color: #eee;
#         text-shadow: #333 0 1px 0;
#       }
#       .important { background-color: rgba(47, 48, 50, .75) }
#       .infobox { color: #333 }
#       .infobox tr:nth-child(odd) .value { background-color: #ddeeff }
#       .infobox tr:nth-child(even) .value { background-color: #eef9ff }
#       .key { text-align: right }
#       .spaced {
#         margin-left: 5em;
#         margin-right: 5em;
#       }
#       .striped { border-top: solid #cce4ff 1px }
#       .tap {
#         font: 0.5em Verdana, sans-serif;
#         text-align: center;
#       }
#       .value {
#         padding-left: 1em;
#         width: 100%;
#       }
#       #footer {
#         padding-top: 1em;
#         text-align: center;
#       }
#       #nothing { padding-top: 60px }
#       #showcase > pre {
#         font: 1.5em 'Helvetica Neue', Helvetica, sans-serif;
#         font-weight: 300;
#         margin: 0;
#         text-shadow: #333 0 1px 0;
#       }
#       #showcase td {
#         padding-top: 0;
#         padding-bottom: 0;
#       }
#       #showcase .key { padding-right: 0 }
#       #more, #trace {
#         -moz-border-radius-bottomleft: 5px;
#         border-bottom-left-radius: 5px;
#         -moz-border-radius-bottomright: 5px;
#         border-bottom-right-radius: 5px;
#       }
#       #more .tap, #trace .tap { text-shadow: #ddd 0 1px 0 }
#       #request {
#         -moz-border-radius-topleft: 5px;
#         border-top-left-radius: 5px;
#         -moz-border-radius-topright: 5px;
#         border-top-right-radius: 5px;
#         margin-top: 1em;
#       }
#       #wrapperlicious {
#         max-width: 1000px;
#         margin: 0 auto;
#       }
# 
# /*]]>*/</style>  </head>
#   <body>
#     <script src="/mojo/jquery/jquery.js"></script>
# <div id="mojobar">
#   <style scoped="scoped">/*<![CDATA[*/
# 
#     #mojobar {
#       background-color: #1a1a1a;
#       background: -webkit-gradient(
#         linear,
#         0% 0%,
#         0% 100%,
#         color-stop(0%, #2a2a2a),
#         color-stop(100%, #000)
#       );
#       background: -moz-linear-gradient(
#         top,
#         #2a2a2a 0%,
#         #000 100%
#       );
#       background: linear-gradient(top, #2a2a2a 0%, #000 100%);
#       -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
#       -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
#       box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
#       height: 46px;
#       overflow: hidden;
#       position: absolute;
#       text-align: right;
#       vertical-align: middle;
#       width: 100%;
#       z-index: 1000;
#     }
#     #mojobar-logo {
#       float: left;
#       margin-left: 5em;
#       padding-top: 3px;
#     }
#     #mojobar-links {
#       display:table-cell;
#       float: right;
#       height: 60px;
#       margin-right: 5em;
#       margin-top: 1em;
#     }
#     #mojobar-links a {
#       color: #ccc;
#       font: 1em 'Helvetica Neue', Helvetica, sans-serif;
#       font-weight: 300;
#       margin-left: 0.5em;
#       padding-bottom: 1em;
#       padding-top: 1em;
#       text-decoration: none;
#       -webkit-transition: all 200ms ease-in-out;
#       -moz-transition: all 200ms ease-in-out;
#       -o-transition: all 200ms ease-in-out;
#       transition: all 200ms ease-in-out;
#     }
#     #mojobar-links a:hover { color: #fff }
# 
# /*]]>*/</style>  <div id="mojobar-logo">
#     <a href="http://mojolicio.us">
#       <img alt="Mojolicious logo" src="/mojo/logo-white.png" />
# </a>  </div>
#   <div id="mojobar-links">
#     <a href="http://mojolicio.us/perldoc">Documentation</a>
#     <a href="http://mojocasts.com">Screencasts</a>
#     <a href="https://github.com/kraih/mojo/wiki">Wiki</a>
#     <a href="https://github.com/kraih/mojo">GitHub</a>
#     <a href="http://metacpan.org/release/Mojolicious/">CPAN</a>
#     <a href="http://groups.google.com/group/mojolicious">MailingList</a>
#     <a href="http://blog.kraih.com">Blog</a>
#     <a href="http://twitter.com/kraih">Twitter</a>
#   </div>
# </div>
# <script>//<![CDATA[
# 
#   $(window).load(function () {
#     if (window.location.hash) {
#       var tweak = $(window.location.hash).offset().top - 50;
#       $('html, body').animate({scrollTop:tweak}, 1);
#     }
#     var mojobar = $('#mojobar');
#     var start   = mojobar.offset().top;
#     var fixed;
#     $(window).scroll(function () {
#       if (!fixed && (mojobar.offset().top - $(window).scrollTop() < 0)) {
#         mojobar.css('top', 0);
#         mojobar.css('position', 'fixed');
#         fixed = true;
#       } else if (fixed && $(window).scrollTop() <= start) {
#         mojobar.css('position', 'absolute');
#         mojobar.css('top', start + 'px');
#         fixed = false;
#       }
#     });
#   });
#   $(document).ready(function() {
#     $(".mojoscroll").click(function(e) {
#       e.preventDefault();
#       e.stopPropagation();
#       var parts  = this.href.split("#");
#       var hash   = "#" + parts[1];
#       var target = $(hash);
#       var top    = target.offset().top - 50;
#       var old    = target.attr('id');
#       target.attr('id', '');
#       location.hash = hash;
#       target.attr('id', old);
#       $('html, body').animate({scrollTop:top}, 1);
#     });
#   });
# 
# //]]></script>
#     <div id="wrapperlicious">
#       <div id="nothing" class="box spaced"></div>
#       <div id="showcase" class="box code spaced">
#         <pre>Can&#39;t locate object method &quot;render_json&quot; via package &quot;Mojolicious::Controller&quot; at t/lib/Plugin.pm line 8
# </pre>
#         <div id="context">
#           <table>
#                       <tr>
#           <td class="key">57</td>
#           <td class="value"><pre class="prettyprint">    # Icky backwards compatibility wrapper. :-(</pre></td>
# </tr>
#                       <tr>
#           <td class="key">58</td>
#           <td class="value"><pre class="prettyprint">    local @CARP_NOT = defined &amp;{&quot;CORE::GLOBAL::caller&quot;} ? &amp;{&quot;CORE::GLOBAL::caller&quot;}() : caller();</pre></td>
# </tr>
#                       <tr>
#           <td class="key">59</td>
#           <td class="value"><pre class="prettyprint">    shortmess_heavy(@_);</pre></td>
# </tr>
#                       <tr>
#           <td class="key">60</td>
#           <td class="value"><pre class="prettyprint">};</pre></td>
# </tr>
#                       <tr>
#           <td class="key">61</td>
#           <td class="value"><pre class="prettyprint"></pre></td>
# </tr>
#                       <tr class="important">
#           <td class="key">62</td>
#           <td class="value"><pre class="prettyprint">sub croak   { die  shortmess @_ }</pre></td>
# </tr>
#                       <tr>
#           <td class="key">63</td>
#           <td class="value"><pre class="prettyprint">sub confess { die  longmess  @_ }</pre></td>
# </tr>
#                       <tr>
#           <td class="key">64</td>
#           <td class="value"><pre class="prettyprint">sub carp    { warn shortmess @_ }</pre></td>
# </tr>
#                       <tr>
#           <td class="key">65</td>
#           <td class="value"><pre class="prettyprint">sub cluck   { warn longmess  @_ }</pre></td>
# </tr>
#                       <tr>
#           <td class="key">66</td>
#           <td class="value"><pre class="prettyprint"></pre></td>
# </tr>
#                       <tr>
#           <td class="key">67</td>
#           <td class="value"><pre class="prettyprint">sub caller_info {</pre></td>
# </tr>
#           </table>
#         </div>
#       </div>
#       <div id="trace" class="box spaced">
#           <div class="infobox" id="frames">
#             <table>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/perl-5.12.1/lib/5.12.1/Carp.pm:62</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Controller.pm:35</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>t/lib/Plugin.pm:8</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Routes.pm:98</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Routes.pm:224</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Routes.pm:63</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious.pm:137</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious.pm:157</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Plugins.pm:20</pre>
#                   </td>
#                 </tr>t/basic.t ............ 
Dubious, test returned 6 (wstat 1536, 0x600)
Failed 6/11 subtests 

#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious.pm:191</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious.pm:191</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Plugins.pm:20</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious/Plugins.pm:22</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojolicious.pm:161</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Server.pm:14</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/EventEmitter.pm:13</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Server/Daemon.pm:105</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/EventEmitter.pm:13</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Transaction/HTTP.pm:55</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Server/Daemon.pm:214</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Server/Daemon.pm:194</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/EventEmitter.pm:30</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/EventEmitter.pm:30</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/IOLoop/Stream.pm:120</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4t/custom-error.t ..... ok
t/reload.t ........... skipped: openbsd
.0/blib/lib/Mojo/IOLoop/Stream.pm:53</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Reactor/Poll.pm:109</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Reactor/Poll.pm:109</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Reactor/Poll.pm:46</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/Reactor/Poll.pm:86</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/IOLoop.pm:154</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/UserAgent.pm:101</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Mojo/UserAgent.pm:37</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Test/Mojo.pm:339</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib/Test/Mojo.pm:119</pre>
#                   </td>
#                 </tr>
#                 <tr>
#                   <td class="striped value">
#                     <pre>t/basic.t:20</pre>
#                   </td>
#                 </tr>
#             </table>
#           </div>
#           <div class="tap">tap for more</div>
#           <script>//<![CDATA[
# 
#             $('#trace').click(function() {
#               $('#frames').slideToggle('slow');
#             });
#             $('#frames').toggle();
# 
# //]]></script>      </div>
#       <div id="request" class="box infobox spaced">
#         <table>
#                   <tr>
#           <td class="key">Method:</td>
#           <td class="striped value"><pre>GET</pre></td>
#         </tr>
# 
#                   <tr>
#           <td class="key">URL:</td>
#           <td class="striped value"><pre>/info</pre></td>
#         </tr>
# 
#                   <tr>
#           <td class="key">Base URL:</td>
#           <td class="striped value"><pre>http://localhost:6671</pre></td>
#         </tr>
# 
#                   <tr>
#           <td class="key">Parameters:</td>
#           <td class="striped value"><pre>{}
# </pre></td>
#         </tr>
# 
#                   <tr>
#           <td class="key">Stash:</td>
#           <td class="striped value"><pre>{
#   &#39;cb&#39; =&gt; sub { &quot;DUMMY&quot; },
#   &#39;config&#39; =&gt; {
#     &#39;apps&#39; =&gt; [
#       &#39;t::lib::Test&#39;,
#       {
#         &#39;Host&#39; =&gt; &#39;te.st&#39;
#       },
#       &#39;t::lib::Test&#39;,
#       {
#         &#39;X-Request-Base&#39; =&gt; &#39;http://localhost:1234/yikes&#39;
#       }
#     ],
#     &#39;log&#39; =&gt; {},
#     &#39;paths&#39; =&gt; {},
#     &#39;plugins&#39; =&gt; [
#       &#39;t::lib::Plugin&#39;,
#       [
#         &#39;yikes&#39;
#       ]
#     ]
#   }
# }
# </pre></td>
#         </tr>
# 
#                   <tr>
#           <td class="key">Session:</td>
#           <td class="striped value"><pre>{}
# </pre></td>
#         </tr>
# 
#                   <tr>
#           <td class="key">Version:</td>
#           <td class="striped value"><pre>1.1</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">User-Agent:</td>
#           <td class="striped value"><pre>Mojolicious (Perl)</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Connection:</td>
#           <td class="striped value"><pre>keep-alive</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Accept-Encoding:</td>
#           <td class="striped value"><pre>gzip</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Content-Length:</td>
#           <td class="striped value"><pre>0</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Host:</td>
#           <td class="striped value"><pre>localhost:6671</pre></td>
#         </tr>
# 
#         </table>
#       </div>
#       <div id="more" class="box infobox spaced">
#         <div id="infos">
#           <table>
#                     <tr>
#           <td class="key">Perl:</td>
#           <td class="striped value"><pre>v5.12.1 (openbsd)</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Mojolicious:</td>
#           <td class="striped value"><pre>4.0 (Top Hat)</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Home:</td>
#           <td class="striped value"><pre>/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Include:</td>
#           <td class="striped value"><pre>[
#   &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/blib/lib&#39;,
#   &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/blib/arch&#39;,
#   &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib&#39;,
#   &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/arch&#39;,
#   &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib&#39;,
#   &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/arch&#39;,
#   &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/blib/lib&#39;,
#   &#39;/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/blib/arch&#39;,
#   &#39;/home/cpan/pit/bare/perl-5.12.1/lib/site_perl/5.12.1/OpenBSD.amd64-openbsd&#39;,
#   &#39;/home/cpan/pit/bare/perl-5.12.1/lib/site_perl/5.12.1&#39;,
#   &#39;/home/cpan/pit/bare/perl-5.12.1/lib/5.12.1/OpenBSD.amd64-openbsd&#39;,
#   &#39;/home/cpan/pit/bare/perl-5.12.1/lib/5.12.1&#39;,
#   &#39;.&#39;
# ]
# </pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">PID:</td>
#           <td class="striped value"><pre>14735</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Name:</td>
#           <td class="striped value"><pre>t/basic.t</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Executable:</td>
#           <td class="striped value"><pre>/home/cpan/pit/bare/perl-5.12.1/bin/perl</pre></td>
#         </tr>
# 
#                     <tr>
#           <td class="key">Time:</td>
#           <td class="striped value"><pre>Thu May 16 00:56:48 2013</pre></td>
#         </tr>
# 
#           </table>
#         </div>
#         <div class="tap">tap for more</div>
#       </div>
#     </div>
#     <div id="footer">
#       <a href="http://mojolicio.us">
#         <img alt="Mojolicious logo" src="/mojo/logo-black.png" />
# </a>    </div>
#     <script>//<![CDATA[
# 
#       $('#more').click(function() {
#         $('#infos').slideToggle('slow');
#       });
#       $('#infos').toggle();
# 
# //]]></script>  </body>
# </html>
# '
#     expected: '["yikes"]'
# Looks like you failed 6 tests of 11.
Name "Toadfarm::Plugin::Reload::chdir" used only once: possible typo at t/reload.t line 18.
Name "Toadfarm::Plugin::Reload::getppid" used only once: possible typo at t/reload.t line 17.
t/without-rules.t .... skipped: Started from wrong directory

Test Summary Report
-------------------
t/basic.t          (Wstat: 1536 Tests: 11 Failed: 6)
  Failed tests:  4-5, 7-8, 10-11
  Non-zero exit status: 6
Files=7, Tests=17, 10 wallclock secs ( 0.02 usr  0.03 sys +  0.85 cusr  0.14 csys =  1.04 CPU)
Result: FAIL
Failed 1/7 test programs. 6/17 subtests failed.
*** Error code 255

Stop in /home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08 (line 852 of Makefile).


PREREQUISITES:

Here is a list of prerequisites you specified and versions we
managed to load:

	  Module Name                        Have     Want
	  ExtUtils::MakeMaker                6.66        0
	  Mojolicious                         4.0     3.91

Perl module toolchain versions installed:
	Module Name                        Have
	CPANPLUS                         0.9136
	CPANPLUS::Dist::Build              0.70
	Cwd                                3.40
	ExtUtils::CBuilder             0.280205
	ExtUtils::Command                  1.16
	ExtUtils::Install                  1.55
	ExtUtils::MakeMaker                6.66
	ExtUtils::Manifest                 1.61
	ExtUtils::ParseXS                  3.18
	File::Spec                         3.40
	Module::Build                    0.4005
	Pod::Parser                        1.37
	Pod::Simple                        3.14
	Test::Harness                      3.28
	Test::More                         0.98
	version                          0.9902

******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender.  As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.

If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Additional comments:


This report was machine-generated by CPANPLUS::Dist::YACSmoke 0.86.
Powered by minismokebox version 0.56

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    PATH = /home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/blib/script:/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/script:/home/cpan/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games:.
    PERL5LIB = :/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/blib/arch
    PERL5_CPANPLUS_IS_RUNNING = 2643
    PERL5_CPANPLUS_IS_VERSION = 0.9136
    PERL5_MINISMOKEBOX = 0.56
    PERL5_YACSMOKE_BASE = /home/cpan/pit/bare/conf/perl-5.12.1
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/local/bin/bash
    TERM = screen

Perl special variables (and OS-specific diagnostics, for MSWin32):

    Perl: $^X = /home/cpan/pit/bare/perl-5.12.1/bin/perl
    UID:  $<  = 1001
    EUID: $>  = 1001
    GID:  $(  = 1001 1001
    EGID: $)  = 1001 1001


-------------------------------


--

Summary of my perl5 (revision 5 version 12 subversion 1) configuration:
   
  Platform:
    osname=openbsd, osvers=5.1, archname=OpenBSD.amd64-openbsd
    uname='openbsd oliphant.bingosnet.co.uk 5.1 generic#181 amd64 '
    config_args='-des -Dprefix=/home/cpan/pit/bare/perl-5.12.1'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=y, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.1 20070719 ', gccosandvers='openbsd5.1'
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags ='-Wl,-E  -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib
    libs=-lgdbm -lm -lutil -lc
    perllibs=-lm -lutil -lc
    libc=/usr/lib/libc.so.62.0, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC ', lddlflags='-shared -fPIC  -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: MYMALLOC PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP
                        USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES
                        USE_PERLIO USE_PERL_ATOF
  Built under openbsd
  Compiled at May  5 2012 00:24:33
  %ENV:
    PERL5LIB=":/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/blib/arch"
    PERL5_CPANPLUS_IS_RUNNING="2643"
    PERL5_CPANPLUS_IS_VERSION="0.9136"
    PERL5_MINISMOKEBOX="0.56"
    PERL5_YACSMOKE_BASE="/home/cpan/pit/bare/conf/perl-5.12.1"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Mojolicious-4.0/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.1/.cpanplus/5.12.1/build/Toadfarm-0.08/blib/arch
    /home/cpan/pit/bare/perl-5.12.1/lib/site_perl/5.12.1/OpenBSD.amd64-openbsd
    /home/cpan/pit/bare/perl-5.12.1/lib/site_perl/5.12.1
    /home/cpan/pit/bare/perl-5.12.1/lib/5.12.1/OpenBSD.amd64-openbsd
    /home/cpan/pit/bare/perl-5.12.1/lib/5.12.1
    .