Report for MojoX-Renderer-Haml-0.990103

Back
From: metabase:user:320bfe00-2aae-11df-837a-5e0a49663a4f
Subject: FAIL MojoX-Renderer-Haml-0.990103 v5.17.4 GNU/Linux
Date: 2012-08-25T00:24:33Z

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 Breno G. de Oliveira,

This is a computer-generated report for MojoX-Renderer-Haml-0.990103
on perl 5.17.4, created by CPAN-Reporter-1.2006.

Thank you for uploading your work to CPAN.  However, there was a problem
testing your distribution.

If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make test':

PERL_DL_NONLAZY=1 /mnt/k75/homesand/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t t/*/*/*.t t/*/*/*/*.t
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^(.*?)?(?<!\\)\#{ <-- HERE / at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Text/Haml.pm line 855.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^(.*?)?\\\\\#{ <-- HERE / at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Text/Haml.pm line 859.
t/00load.t .... ok
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^(.*?)?(?<!\\)\#{ <-- HERE / at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Text/Haml.pm line 855.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^(.*?)?\\\\\#{ <-- HERE / at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Text/Haml.pm line 859.
Use of uninitialized value $template in hash element at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojolicious/Renderer.pm line 59.
Use of uninitialized value within @_ in list assignment at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojo/Loader.pm line 14.
Use of uninitialized value $template in hash element at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojolicious/Renderer.pm line 59.
Use of uninitialized value within @_ in list assignment at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojo/Loader.pm line 14.
Use of uninitialized value $template in hash element at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojolicious/Renderer.pm line 59.
Use of uninitialized value within @_ in list assignment at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojo/Loader.pm line 14.

#   Failed test '200 OK'
#   at t/lite_app.t line 30.
#          got: '404'
#     expected: '200'

#   Failed test 'exact match for content'
#   at t/lite_app.t line 30.
#          got: '<!DOCTYPE html>
# <html>
#   <head>
#     <title>Page not found</title>
#     <link href="/css/prettify-mojo.css" media="screen" rel="stylesheet" type="text/css" />
#     <script src="/js/prettify.js" type="text/javascript"></script>
#     <style type="text/css">/*<![CDATA[*/
# 
#       body {
#         background-color: #f5f6f8;
#         color: #445555;
#         font: 0.9em 'Helvetica Neue', Helvetica, sans-serif;
#         font-weight: normal;
#         line-height: 1.5;
#         margin: 0;
#       }
#       code {
#         background-color: #eef9ff;
#         border: solid #cce4ff 1px;
#         -moz-border-radius: 5px;
#         border-radius: 5px;
#         color: #333;
#         font: 0.8em Consolas, Menlo, Monaco, Courier, monospace;
#         padding: 0.4em;
#       }
#       h1 {
#         color: #2a2a2a;
#         font-size: 1.5em;
#         margin: 0;
#       }
#       pre {
#         font: 0.8em Consolas, Menlo, Monaco, Courier, monospace;
#         margin: 0;
#         white-space: pre-wrap;
#       }
#       table {
#         border-collapse: collapse;
#         color: #333;
#         margin-top: 1em;
#         margin-bottom: 1em;
#         width: 100%;
#       }
#       td {
#         border-top: solid #cce4ff 1px;
#         padding: 0.5em;
#       }
#       th {
#         padding: 0.5em;
#         text-align: left;
#       }
#       tr:nth-child(even) td { background-color: #ddeeff }
#       tr:nth-child(odd) td { background-color: #eef9ff }
#       #footer {
#         padding-top: 1em;
#         text-align: center;
#       }
#       #routes {
#         background-color: #fff;
#         -moz-border-radius-bottomleft: 5px;
#         border-bottom-left-radius: 5px;
#         -moz-border-radius-bottomright: 5px;
#         border-bottom-right-radius: 5px;
#         -moz-box-shadow: 0px 0px 2px #ccc;
#         -webkit-box-shadow: 0px 0px 2px #ccc;
#         box-shadow: 0px 0px 2px #ccc;
#         margin-left: 5em;
#         margin-right: 5em;
#         padding: 1em;
#         padding-top: 70px;
#       }
#       #wrapperlicious {
#         max-width: 1000px;
#         margin: 0 auto;
#       }
# 
# /*]]>*/</style>  </head>
#   <body onload="prettyPrint()">
#     <script src="/js/jquery.js" type="text/javascript"></script>
# <div id="mojobar">
#   <style scoped="scoped" type="text/css">/*<![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="/mojolicious-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 type="text/javascript">//<![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}, 500);
#     });
#   });
# 
# //]]></script>
#     <div id="wrapperlicious">
#       <div id="routes">
#         <h1>Page not found... yet!</h1>
#         <p>
#           None of these routes matched your
#           <code>GET</code> request for
#           <code>/</code>, maybe you need to add a
#           new one?
#         </p>
#         <table>
#           <tr>
#             <th>Pattern</th>
#             <th>Methods</th>
#             <th>Name</th>
#           </tr>
#                     <tr>
#             <td>
#               <pre>/</pre>
#             </td>
#             <td>
#               <pre>GET</pre>
#             </td>
#             <td>
#               <pre>&quot;root&quot;</pre>
#             </td>
#           </tr>
#           
#           <tr>
#             <td>
#               <pre>/error</pre>
#             </td>
#             <td>
#               <pre>GET</pre>
#             </td>
#             <td>
#               <pre>&quot;error&quot;</pre>
#             </td>
#           </tr>
#           
#           <tr>
#             <td>
#               <pre>/with_wrapper</pre>
#             </td>
#             <td>
#               <pre>GET</pre>
#             </td>
#             <td>
#               <pre>&quot;with_wrapper&quot;</pre>
#             </td>
#           </tr>
#           
# 
#         </table>
#       </div>
#     </div>
#     <div id="footer">
#       <a href="http://mojolicio.us">
#         <img alt="Mojolicious logo" src="/mojolicious-black.png" />
# </a>    </div>
#   </body>
# </html>
# '
#     expected: '<foo>1 + 1 &lt; 2</foo>
# '
Use of uninitialized value $template in hash element at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojolicious/Renderer.pm line 59.
Use of uninitialized value within @_ in list assignment at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojo/Loader.pm line 14.
Use of uninitialized value $template in hash element at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojolicious/Renderer.pm line 59.
Use of uninitialized value within @_ in list assignment at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojo/Loader.pm line 14.
Use of uninitialized value $template in hash element at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojolicious/Renderer.pm line 59.
Use of uninitialized value within @_ in list assignment at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojo/Loader.pm line 14.

#   Failed test '200 OK'
#   at t/lite_app.t line 33.
#          got: '404'
#     expected: '200'

#   Failed test 'exact match for content'
#   at t/lite_app.t line 33.
#          got: '<!DOCTYPE html>
# <html>
#   <head>
#     <title>Page not found</title>
#     <link href="/css/prettify-mojo.css" media="screen" rel="stylesheet" type="text/css" />
#     <script src="/js/prettify.js" type="text/javascript"></script>
#     <style type="text/css">/*<![CDATA[*/
# 
#       body {
#         background-color: #f5f6f8;
#         color: #445555;
#         font: 0.9em 'Helvetica Neue', Helvetica, sans-serif;
#         font-weight: normal;
#         line-height: 1.5;
#         margin: 0;
#       }
#       code {
#         background-color: #eef9ff;
#         border: solid #cce4ff 1px;
#         -moz-border-radius: 5px;
#         border-radius: 5px;
#         color: #333;
#         font: 0.8em Consolas, Menlo, Monaco, Courier, monospace;
#         padding: 0.4em;
#       }
#       h1 {
#         color: #2a2a2a;
#         font-size: 1.5em;
#         margin: 0;
#       }
#       pre {
#         font: 0.8em Consolas, Menlo, Monaco, Courier, monospace;
#         margin: 0;
#         white-space: pre-wrap;
#       }
#       table {
#         border-collapse: collapse;
#         color: #333;
#         margin-top: 1em;
#         margin-bottom: 1em;
#         width: 100%;
#       }
#       td {
#         border-top: solid #cce4ff 1px;
#         padding: 0.5em;
#       }
#       th {
#         padding: 0.5em;
#         text-align: left;
#       }
#       tr:nth-child(even) td { background-color: #ddeeff }
#       tr:nth-child(odd) td { background-color: #eef9ff }
#       #footer {
#         padding-top: 1em;
#         text-align: center;
#       }
#       #routes {
#         background-color: #fff;
#         -moz-border-radius-bottomleft: 5px;
#         border-bottom-left-radius: 5px;
#         -moz-border-radius-bottomright: 5px;
#         border-bottom-right-radius: 5px;
#         -moz-box-shadow: 0px 0px 2px #ccc;
#         -webkit-box-shadow: 0px 0px 2px #ccc;
#         box-shadow: 0px 0px 2px #ccc;
#         margin-left: 5em;
#         margin-right: 5em;
#         padding: 1em;
#         padding-top: 70px;
#       }
#       #wrapperlicious {
#         max-width: 1000px;
#         margin: 0 auto;
#       }
# 
# /*]]>*/</style>  </head>
#   <body onload="prettyPrint()">
#     <script src="/js/jquery.js" type="text/javascript"></script>
# <div id="mojobar">
#   <style scoped="scoped" type="text/css">/*<![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="/mojolicious-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 type="text/javascript">//<![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}, 500);
#     });
#   });
# 
# //]]></script>
#     <div id="wrapperlicious">
#       <div id="routes">
#         <h1>Page not found... yet!</h1>
#         <p>
#           None of these routes matched your
#           <code>GET</code> request for
#           <code>/</code>, maybe you need to add a
#           new one?
#         </p>
#         <table>
#           <tr>
#             <th>Pattern</th>
#             <th>Methods</th>
#             <th>Name</th>
#           </tr>
#                     <tr>
#             <td>
#               <pre>/</pre>
#             </td>
#             <td>
#               <pre>GET</pre>
#             </td>
#             <td>
#               <pre>&quot;root&quot;</pre>
#             </td>
#           </tr>
#           
#           <tr>
#             <td>
#               <pre>/error</pre>
#             </td>
#             <td>
#               <pre>GET</pre>
#             </td>
#             <td>
#               <pre>&quot;error&quot;</pre>
#             </td>
#           </tr>
#           
#           <tr>
#             <td>
#               <pre>/with_wrapper</pre>
#             </td>
#             <td>
#               <pre>GET</pre>
#             </td>
#             <td>
#               <pre>&quot;with_wrapper&quot;</pre>
#             </td>
#           </tr>
#           
# 
#         </table>
#       </div>
#     </div>
#     <div id="footer">
#       <a href="http://mojolicio.us">
#         <img alt="Mojolicious logo" src="/mojolicious-black.png" />
# </a>    </div>
#   </body>
# </html>
# '
#     expected: '<foo>1 + 1 &lt; 2</foo>
# '
Use of uninitialized value $template in hash element at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojolicious/Renderer.pm line 59.
Use of uninitialized value within @_ in list assignment at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojo/Loader.pm line 14.
Use of uninitialized value $template in hash element at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojolicious/Renderer.pm line 59.
Use of uninitialized value within @_ in list assignment at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojo/Loader.pm line 14.
Use of uninitialized value $template in hash element at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojolicious/Renderer.pm line 59.
Use of uninitialized value within @_ in list assignment at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojo/Loader.pm line 14.

#   Failed test '200 OK'
#   at t/lite_app.t line 36.
#          got: '404'
#     expected: '200'

#   Failed test 'exact match for content'
#   at t/lite_app.t line 36.
#          got: '<!DOCTYPE html>
# <html>
#   <head>
#     <title>Page not found</title>
#     <link href="/css/prettify-mojo.css" media="screen" rel="stylesheet" type="text/css" />
#     <script src="/js/prettify.js" type="text/javascript"></script>
#     <style type="text/css">/*<![CDATA[*/
# 
#       body {
#         background-color: #f5f6f8;
#         color: #445555;
#         font: 0.9em 'Helvetica Neue', Helvetica, sans-serif;
#         font-weight: normal;
#         line-height: 1.5;
#         margin: 0;
#       }
#       code {
#         background-color: #eef9ff;
#         border: solid #cce4ff 1px;
#         -moz-border-radius: 5px;
#         border-radius: 5px;
#         color: #333;
#         font: 0.8em Consolas, Menlo, Monaco, Courier, monospace;
#         padding: 0.4em;
#       }
#       h1 {
#         color: #2a2a2a;
#         font-size: 1.5em;
#         margin: 0;
#       }
#       pre {
#         font: 0.8em Consolas, Menlo, Monaco, Courier, monospace;
#         margin: 0;
#         white-space: pre-wrap;
#       }
#       table {
#         border-collapse: collapse;
#         color: #333;
#         margin-top: 1em;
#         margin-bottom: 1em;
#         width: 100%;
#       }
#       td {
#         border-top: solid #cce4ff 1px;
#         padding: 0.5em;
#       }
#       th {
#         padding: 0.5em;
#         text-align: left;
#       }
#       tr:nth-child(even) td { background-color: #ddeeff }
#       tr:nth-child(odd) td { background-color: #eef9ff }
#       #footer {
#         padding-top: 1em;
#         text-align: center;
#       }
#       #routes {
#         background-color: #fff;
#         -moz-border-radius-bottomleft: 5px;
#         border-bottom-left-radius: 5px;
#         -moz-border-radius-bottomright: 5px;
#         border-bottom-right-radius: 5px;
#         -moz-box-shadow: 0px 0px 2px #ccc;
#         -webkit-box-shadow: 0px 0px 2px #ccc;
#         box-shadow: 0px 0px 2px #ccc;
#         margin-left: 5em;
#         margin-right: 5em;
#         padding: 1em;
#         padding-top: 70px;
#       }
#       #wrapperlicious {
#         max-width: 1000px;
#         margin: 0 auto;
#       }
# 
# /*]]>*/</style>  </head>
#   <body onload="prettyPrint()">
#     <script src="/js/jquery.js" type="text/javascript"></script>
# <div id="mojobar">
#   <style scoped="scoped" type="text/css">/*<![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="/mojolicious-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 type="text/javascript">//<![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}, 500);
#     });
#   });
# 
# //]]></script>
#     <div id="wrapperlicious">
#       <div id="routes">
#         <h1>Page not found... yet!</h1>
#         <p>
#           None of these routes matched your
#           <code>GET</code> request for
#           <code>/with_wrapper</code>, maybe you need to add a
#           new one?
#         </p>
#         <table>
#           <tr>
#             <th>Pattern</th>
#             <th>Methods</th>
#             <th>Name</th>
#           </tr>
#                     <tr>
#             <td>
#               <pre>/</pre>
#             </td>
#             <td>
#               <pre>GET</pre>
#             </td>
#             <td>
#               <pre>&quot;root&quot;</pre>
#             </td>
#           </tr>
#           
#           <tr>
#             <td>
#               <pre>/error</pre>
#             </td>
#             <td>
#               <pre>GET</pre>
#             </td>
#             <td>
#               <pre>&quot;error&quot;</pre>
#             </td>
#           </tr>
#           
#           <tr>
#             <td>
#               <pre>/with_wrapper</pre>
#             </td>
#             <td>
#               <pre>GET</pre>
#             </td>
#             <td>
#               <pre>&quot;with_wrapper&quot;</pre>
#             </td>
#           </tr>
#           
# 
#         </table>
#       </div>
#     </div>
#     <div id="footer">
#       <a href="http://mojolicio.us">
#         <img alt="Mojolicious logo" src="/mojolicious-black.png" />
# </a>    </div>
#   </body>
# </html>
# '
#     expected: '<foo>Hello!
# </foo>
# '
Use of uninitialized value $template in hash element at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojolicious/Renderer.pm line 59.
Use of uninitialized value within @_ in list assignment at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojo/Loader.pm line 14.
Use of uninitialized value $template in hash element at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojolicious/Renderer.pm line 59.
Use of uninitialized value within @_ in list assignment at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojo/Loader.pm line 14.
Use of uninitialized value $template in hash element at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojolicious/Renderer.pm line 59.
Use of uninitialized value within @_ in list assignment at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojo/Loader.pm line 14.

#   Failed test '200 OK'
#   at t/lite_app.t line 39.
#          got: '404'
#     expected: '200'

#   Failed test 'exact match for content'
#   at t/lite_app.t line 39.
#          got: '<!DOCTYPE html>
# <html>
#   <head>
#     <title>Page not found</title>
#     <link href="/css/prettify-mojo.css" media="screen" rel="stylesheet" type="text/css" />
#     <script src="/js/prettify.js" type="text/javascript"></script>
#     <style type="text/css">/*<![CDATA[*/
# 
#       body {
#         background-color: #f5f6f8;
#         color: #445555;
#         font: 0.9em 'Helvetica Neue', Helvetica, sans-serif;
#         font-weight: normal;
#         line-height: 1.5;
#         margin: 0;
#       }
#       code {
#         background-color: #eef9ff;
#         border: solid #cce4ff 1px;
#         -moz-border-radius: 5px;
#         border-radius: 5px;
#         color: #333;
#         font: 0.8em Consolas, Menlo, Monaco, Courier, monospace;
#         padding: 0.4em;
#       }
#       h1 {
#         color: #2a2a2a;
#         font-size: 1.5em;
#         margin: 0;
#       }
#       pre {
#         font: 0.8em Consolas, Menlo, Monaco, Courier, monospace;
#         margin: 0;
#         white-space: pre-wrap;
#       }
#       table {
#         border-collapse: collapse;
#         color: #333;
#         margin-top: 1em;
#         margin-bottom: 1em;
#         width: 100%;
#       }
#       td {
#         border-top: solid #cce4ff 1px;
#         padding: 0.5em;
#       }
#       th {
#         padding: 0.5em;
#         text-align: left;
#       }
#       tr:nth-child(even) td { background-color: #ddeeff }
#       tr:nth-child(odd) td { background-color: #eef9ff }
#       #footer {
#         padding-top: 1em;
#         text-align: center;
#       }
#       #routes {
#         background-color: #fff;
#         -moz-border-radius-bottomleft: 5px;
#         border-bottom-left-radius: 5px;
#         -moz-border-radius-bottomright: 5px;
#         border-bottom-right-radius: 5px;
#         -moz-box-shadow: 0px 0px 2px #ccc;
#         -webkit-box-shadow: 0px 0px 2px #ccc;
#         box-shadow: 0px 0px 2px #ccc;
#         margin-left: 5em;
#         margin-right: 5em;
#         padding: 1em;
#         padding-top: 70px;
#       }
#       #wrapperlicious {
#         max-width: 1000px;
#         margin: 0 auto;
#       }
# 
# /*]]>*/</style>  </head>
#   <body onload="prettyPrint()">
#     <script src="/js/jquery.js" type="text/javascript"></script>
# <div id="mojobar">
#   <style scoped="scoped" type="text/css">/*<![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="/mojolicious-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 type="text/javascript">//<![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}, 500);
#     });
#   });
# 
# //]]></script>
#     <div id="wrapperlicious">
#       <div id="routes">
#         <h1>Page not found... yet!</h1>
#         <p>
#           None of these routes matched your
#           <code>GET</code> request for
#           <code>/with_wrapper</code>, maybe you need to add a
#           new one?
#         </p>
#         <table>
#           <tr>
#             <th>Pattern</th>
#             <th>Methods</th>
#             <th>Name</th>
#           </tr>
#                     <tr>
#             <td>
#               <pre>/</pre>
#             </td>
#             <td>
#               <pre>GET</pre>
#             </td>
#             <td>
#               <pre>&quot;root&quot;</pre>
#             </td>
#           </tr>
#           
#           <tr>
#             <td>
#               <pre>/error</pre>
#             </td>
#             <td>
#               <pre>GET</pre>
#             </td>
#             <td>
#               <pre>&quot;error&quot;</pre>
#             </td>
#           </tr>
#           
#           <tr>
#             <td>
#               <pre>/with_wrapper</pre>
#             </td>
#             <td>
#               <pre>GET</pre>
#             </td>
#             <td>
#               <pre>&quot;with_wrapper&quot;</pre>
#             </td>
#           </tr>
#           
# 
#         </table>
#       </div>
#     </div>
#     <div id="footer">
#       <a href="http://mojolicio.us">
#         <img alt="Mojolicious logo" src="/mojolicious-black.png" />
# </a>    </div>
#   </body>
# </html>
# '
#     expected: '<foo>Hello!
# </foo>
# '
Use of uninitialized value $template in hash element at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojolicious/Renderer.pm line 59.
Use of uninitialized value within @_ in list assignment at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojo/Loader.pm line 14.
Use of uninitialized value $template in hash element at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojolicious/Renderer.pm line 59.
Use of uninitialized value within @_ in list assignment at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojo/Loader.pm line 14.

#   Failed test 'exact match for content'
#   at t/lite_app.t line 42.
#          got: '<!DOCTYPE html>
# <html>
#   <head>
#     <title>Page not found</title>
#     <link href="/css/prettify-mojo.css" media="screen" rel="stylesheet" type="text/css" />
#     <script src="/js/prettify.js" type="text/javascript"></script>
#     <style type="text/css">/*<![CDATA[*/
# 
#       body {
#         background-color: #f5f6f8;
#         color: #445555;
#         font: 0.9em 'Helvetica Neue', Helvetica, sans-serif;
#         font-weight: normal;
#         line-height: 1.5;
#         margin: 0;
#       }
#       code {
#         background-color: #eef9ff;
#         border: solid #cce4ff 1px;
#         -moz-border-radius: 5px;
#         border-radius: 5px;
#         color: #333;
#         font: 0.8em Consolas, Menlo, Monaco, Courier, monospace;
#         padding: 0.4em;
#       }
#       h1 {
#         color: #2a2a2a;
#         font-size: 1.5em;
#         margin: 0;
#       }
#       pre {
#         font: 0.8em Consolas, Menlo, Monaco, Courier, monospace;
#         margin: 0;
#         white-space: pre-wrap;
#       }
#       table {
#         border-collapse: collapse;
#         color: #333;
#         margin-top: 1em;
#         margin-bottom: 1em;
#         width: 100%;
#       }
#       td {
#         border-top: solid #cce4ff 1px;
#         padding: 0.5em;
#       }
#       th {
#         padding: 0.5em;
#         text-align: left;
#       }
#       tr:nth-child(even) td { background-color: #ddeeff }
#       tr:nth-child(odd) td { background-color: #eef9ff }
#       #footer {
#         padding-top: 1em;
#         text-align: center;
#       }
#       #routes {
#         background-color: #fff;
#         -moz-border-radius-bottomleft: 5px;
#         border-bottom-left-radius: 5px;
#         -moz-border-radius-bottomright: 5px;
#         border-bottom-right-radius: 5px;
#         -moz-box-shadow: 0px 0px 2px #ccc;
#         -webkit-box-shadow: 0px 0px 2px #ccc;
#         box-shadow: 0px 0px 2px #ccc;
#         margin-left: 5em;
#         margin-right: 5em;
#         padding: 1em;
#         padding-top: 70px;
#       }
#       #wrapperlicious {
#         max-width: 1000px;
#         margin: 0 auto;
#       }
# 
# /*]]>*/</style>  </head>
#   <body onload="prettyPrint()">
#     <script src="/js/jquery.js" type="text/javascript"></script>
# <div id="mojobar">
#   <style scoped="scoped" type="text/css">/*<![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="/mojolicious-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 type="text/javascript">//<![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}, 500);
#     });
#   });
# 
# //]]></script>
#     <div id="wrapperlicious">
#       <div id="routes">
#         <h1>Page not found... yet!</h1>
#         <p>
#           None of these routes matched your
#           <code>GET</code> request for
#           <code>/foo</code>, maybe you need to add a
#           new one?
#         </p>
#         <table>
#           <tr>
#             <th>Pattern</th>
#             <th>Methods</th>
#             <th>Name</th>
#           </tr>
#                     <tr>
#             <td>
#               <pre>/</pre>
#             </td>
#             <td>
#               <pre>GET</pre>
#             </td>
#             <td>
#               <pre>&quot;root&quot;</pre>
#             </td>
#           </tr>
#           
#           <tr>
#             <td>
#               <pre>/error</pre>
#             </td>
#             <td>
#               <pre>GET</pre>
#             </td>
#             <td>
#               <pre>&quot;error&quot;</pre>
#             </td>
#           </tr>
#           
#           <tr>
#             <td>
#               <pre>/with_wrapper</pre>
#             </td>
#             <td>
#               <pre>GET</pre>
#             </td>
#             <td>
#               <pre>&quot;with_wrapper&quot;</pre>
#             </td>
#           </tr>
#           
# 
#         </table>
#       </div>
#     </div>
#     <div id="footer">
#       <a href="http://mojolicio.us">
#         <img alt="Mojolicious logo" src="/mojolicious-black.png" />
# </a>    </div>
#   </body>
# </html>
# '
#     expected: 'Not found
# '
Use of uninitialized value $template in hash element at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojolicious/Renderer.pm line 59.
Use of uninitialized value within @_ in list assignment at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojo/Loader.pm line 14.
Use of uninitialized value $template in hash element at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojolicious/Renderer.pm line 59.
Use of uninitialized value within @_ in list assignment at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojo/Loader.pm line 14.
Use of uninitialized value $template in hash element at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojolicious/Renderer.pm line 59.
Use of uninitialized value within @_ in list assignment at /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/Mojo/Loader.pm line 14.

#   Failed test '500 Internal Server Error'
#   at t/lite_app.t line 45.
#          got: '404'
#     expected: '500'

#   Failed test 'content is similar'
#   at t/lite_app.t line 45.
#                   '<!DOCTYPE html>
# <html>
#   <head>
#     <title>Page not found</title>
#     <link href="/css/prettify-mojo.css" media="screen" rel="stylesheet" type="text/css" />
#     <script src="/js/prettify.js" type="text/javascript"></script>
#     <style type="text/css">/*<![CDATA[*/
# 
#       body {
#         background-color: #f5f6f8;
#         color: #445555;
#         font: 0.9em 'Helvetica Neue', Helvetica, sans-serif;
#         font-weight: normal;
#         line-height: 1.5;
#         margin: 0;
#       }
#       code {
#         background-color: #eef9ff;
#         border: solid #cce4ff 1px;
#         -moz-border-radius: 5px;
#         border-radius: 5px;
#         color: #333;
#         font: 0.8em Consolas, Menlo, Monaco, Courier, monospace;
#         padding: 0.4em;
#       }
#       h1 {
#         color: #2a2a2a;
#         font-size: 1.5em;
#         margin: 0;
#       }
#       pre {
#         font: 0.8em Consolas, Menlo, Monaco, Courier, monospace;
#         margin: 0;
#         white-space: pre-wrap;
#       }
#       table {
#         border-collapse: collapse;
#         color: #333;
#         margin-top: 1em;
#         margin-bottom: 1em;
#         width: 100%;
#       }
#       td {
#         border-top: solid #cce4ff 1px;
#         padding: 0.5em;
#       }
#       th {
#         padding: 0.5em;
#         text-align: left;
#       }
#       tr:nth-child(even) td { background-color: #ddeeff }
#       tr:nth-child(odd) td { background-color: #eef9ff }
#       #footer {
#         padding-top: 1em;
#         text-align: center;
#       }
#       #routes {
#         background-color: #fff;
#         -moz-border-radius-bottomleft: 5px;
#         border-bottom-left-radius: 5px;
#         -moz-border-radius-bottomright: 5px;
#         border-bottom-right-radius: 5px;
#         -moz-box-shadow: 0px 0px 2px #ccc;
#         -webkit-box-shadow: 0px 0px 2px #ccc;
#         box-shadow: 0px 0px 2px #ccc;
#         margin-left: 5em;
#         margin-right: 5em;
#         padding: 1em;
#         padding-top: 70px;
#       }
#       #wrapperlicious {
#         max-width: 1000px;
#         margin: 0 auto;
#       }
# 
# /*]]>*/</style>  </head>
#   <body onload="prettyPrint()">
#     <script src="/js/jquery.js" type="text/javascript"></script>
# <div id="mojobar">
#   <style scoped="scoped" type="text/css">/*<![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="/mojolicious-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 type="text/javascript">//<![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}, 500);
#     });
#   });
# 
# //]]></script>
#     <div id="wrapperlicious">
#       <div id="routes">
#         <h1>Page not found... yet!</h1>
#         <p>
#           None of these routes matched your
#           <code>GET</code> request for
#           <code>/error</code>, maybe you need to add a
#           new one?
#         </p>
#         <table>
#           <tr>
#             <th>Pattern</th>
#             <th>Methods</th>
#             <th>Name</th>
#           </tr>
#                     <tr>
#             <td>
#               <pre>/</pre>
#             </td>
#             <td>
#               <pre>GET</pre>
#             </td>
#             <td>
#               <pre>&quot;root&quot;</pre>
#             </td>
#           </tr>
#           
#           <tr>
#             <td>
#               <pre>/error</pre>
#             </td>
#             <td>
#               <pre>GET</pre>
#             </td>
#             <td>
#               <pre>&quot;error&quot;</pre>
#             </td>
#           </tr>
#           
#           <tr>
#             <td>
#               <pre>/with_wrapper</pre>
#             </td>
#             <td>
#               <pre>GET</pre>
#             </td>
#             <td>
#               <pre>&quot;with_wrapper&quot;</pre>
#             </td>
#           </tr>
#           
# 
#         </table>
#       </div>
#     </div>
#     <div id="footer">
#       <a href="http://mojolicio.us">
#         <img alt="Mojolicious logo" src="/mojolicious-black.png" />
# </a>    </div>
#   </body>
# </html>
# '
#     doesn't match '(?^s:^Exception:.+syntax error)'
# Looks like you failed 11 tests of 18.
t/lite_app.t .. 
Dubious, test returned 11 (wstat 2816, 0xb00)
Failed 11/18 subtests 

Test Summary Report
-------------------
t/lite_app.t (Wstat: 2816 Tests: 18 Failed: 11)
  Failed tests:  2-3, 5-6, 8-9, 11-12, 15, 17-18
  Non-zero exit status: 11
Files=2, Tests=19,  0 wallclock secs ( 0.02 usr  0.00 sys +  0.30 cusr  0.07 csys =  0.39 CPU)
Result: FAIL
Failed 1/2 test programs. 11/19 subtests failed.
make: *** [test_dynamic] Error 11

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module              Need     Have    
    ------------------- -------- --------
    Mojolicious         1.13     3.34    
    Text::Haml          0.990103 0.990104

build_requires:

    Module              Need     Have    
    ------------------- -------- --------
    ExtUtils::MakeMaker 0        6.63_02 


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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_US.UTF-8
    LANGUAGE = en_US:en
    PATH = /home/sand/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 8760
    PERL5_CPAN_IS_RUNNING = 8760
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/bin/zsh
    TERM = screen

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

    $^X = /mnt/k75/homesand/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/bin/perl
    $UID/$EUID = 1005 / 1005
    $GID = 1005 1005
    $EGID = 1005 1005

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                1.9800  
    CPAN::Meta          2.120921
    Cwd                 3.39_02 
    ExtUtils::CBuilder  0.280208
    ExtUtils::Command   1.17    
    ExtUtils::Install   1.58    
    ExtUtils::MakeMaker 6.63_02 
    ExtUtils::Manifest  1.61    
    ExtUtils::ParseXS   3.17    
    File::Spec          3.39_02 
    JSON                2.53    
    JSON::PP            2.27200 
    Module::Build       0.4003  
    Module::Signature   0.68    
    Parse::CPAN::Meta   1.4404  
    Test::Harness       3.25_01 
    Test::More          0.98    
    YAML                0.84    
    YAML::Syck          1.20    
    version             0.99    


--

Summary of my perl5 (revision 5 version 17 subversion 4) configuration:
  Commit id: 43ddfa56142b05eb634e67f9eb458184251a389e
  Platform:
    osname=linux, osvers=3.2.0-3-amd64, archname=x86_64-linux-ld
    uname='linux k83 3.2.0-3-amd64 #1 smp mon jul 23 02:45:17 utc 2012 x86_64 gnulinux '
    config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e -Dmyhostname=k83 -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Uuseithreads -Duselongdouble -DDEBUGGING=-g'
    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=define
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2 -g',
    cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.7.1', gccosandvers=''
    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='long double', nvsize=16, Off_t='off_t', lseeksize=8
    alignbytes=16, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
    libs=-lnsl -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.13'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -g -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PERL_USE_DEVEL
                        USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES
                        USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_LONG_DOUBLE USE_PERLIO
                        USE_PERL_ATOF
  Built under linux
  Compiled at Aug 24 2012 14:12:36
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="8760"
    PERL5_CPAN_IS_RUNNING="8760"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4/x86_64-linux-ld
    /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/site_perl/5.17.4
    /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/5.17.4/x86_64-linux-ld
    /home/src/perl/repoperls/installed-perls/perl/v5.17.3-84-g43ddfa5/127e/lib/5.17.4
    .