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