Report for Catalyst-Plugin-HashedCookies-1.123540

Back
From: metabase:user:320bfe00-2aae-11df-837a-5e0a49663a4f
Subject: FAIL Catalyst-Plugin-HashedCookies-1.123540 v5.19.1 GNU/Linux
Date: 2013-06-16T10:27:04Z

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 Oliver Gorwits,

This is a computer-generated report for Catalyst-Plugin-HashedCookies-1.123540
on perl 5.19.1, created by CPAN-Reporter-1.2010.

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 /tmp/basesmoker-reloperl-rm7F/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Testing Catalyst::Plugin::HashedCookies 1.123540, Perl 5.019001, /tmp/basesmoker-reloperl-rm7F/bin/perl
t/00-load.t .................. ok
t/10-initialize.t ............ ok
t/21-setup.t ................. ok
t/21a-setup.t ................ ok
t/22-setup.t ................. ok
t/23-setup.t ................. ok
t/24-setup.t ................. ok
t/24a-setup.t ................ ok
t/25-setup.t ................. ok
[error] Caught exception in PluginTestApp::Controller::Root->end "Illegal field name 'Catalyst::Plugin::Unicode::Encoding' at /home/src/perl/repoperls/installed-perls/perl/v5.19.0-562-ged2081a/a2da/lib/site_perl/5.19.1/x86_64-linux-thread-multi-ld/Moose/Meta/Method/Delegation.pm line 110."
[error] Attempted use of restricted ("_hashedcookies_*") value in cookie
t/30-restricted.t ............ ok
[error] Caught exception in PluginTestApp::Controller::Root->end "Illegal field name 'Catalyst::Plugin::Unicode::Encoding' at /home/src/perl/repoperls/installed-perls/perl/v5.19.0-562-ged2081a/a2da/lib/site_perl/5.19.1/x86_64-linux-thread-multi-ld/Moose/Meta/Method/Delegation.pm line 110."

#   Failed test 'Response successful (2xx)'
#   at t/lib/do_request.pl line 15.

#   Failed test 'Response Content-Type'
#   at t/lib/do_request.pl line 17.
#          got: 'text/html'
#     expected: 'text/plain'

#   Failed test 'Response content is a frozen (serialized) Catalyst::Request::HashedCookies'
#   at t/lib/do_request.pl line 19.
#                   '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
#     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
# <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
# <head>
#     <meta http-equiv="Content-Language" content="en" />
#     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
#     <title>PluginTestApp</title>
#     <script type="text/javascript">
#         <!--
#         function toggleDump (dumpElement) {
#             var e = document.getElementById( dumpElement );
#             if (e.style.display == "none") {
#                 e.style.display = "";
#             }
#             else {
#                 e.style.display = "none";
#             }
#         }
#         -->
#     </script>
#     <style type="text/css">
#         body {
#             font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana,
#                          Tahoma, Arial, helvetica, sans-serif;
#             color: #333;
#             background-color: #eee;
#             margin: 0px;
#             padding: 0px;
#         }
#         :link, :link:hover, :visited, :visited:hover {
#             color: #000;
#         }
#         div.box {
#             position: relative;
#             background-color: #ccc;
#             border: 1px solid #aaa;
#             padding: 4px;
#             margin: 10px;
#         }
#         div.error {
#             background-color: #cce;
#             border: 1px solid #755;
#             padding: 8px;
#             margin: 4px;
#             margin-bottom: 10px;
#         }
#         div.infos {
#             background-color: #eee;
#             border: 1px solid #575;
#             padding: 8px;
#             margin: 4px;
#             margin-bottom: 10px;
#         }
#         div.name {
#             background-color: #cce;
#             border: 1px solid #557;
#             padding: 8px;
#             margin: 4px;
#         }
#         code.error {
#             display: block;
#             margin: 1em 0;
#             overflow: auto;
#         }
#         div.name h1, div.error p {
#             margin: 0;
#         }
#         h2 {
#             margin-top: 0;
#             margin-bottom: 10px;
#             font-size: medium;
#             font-weight: bold;
#             text-decoration: underline;
#         }
#         h1 {
#             font-size: medium;
#             font-weight: normal;
#         }
#         /* from http://users.tkk.fi/~tkarvine/linux/doc/pre-wrap/pre-wrap-css3-mozilla-opera-ie.html */
#         /* Browser specific (not valid) styles to make preformatted text wrap */
#         pre {
#             white-space: pre-wrap;       /* css-3 */
#             white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
#             white-space: -pre-wrap;      /* Opera 4-6 */
#             white-space: -o-pre-wrap;    /* Opera 7 */
#             word-wrap: break-word;       /* Internet Explorer 5.5+ */
#         }
#     </style>
# </head>
# <body>
#     <div class="box">
#         <div class="error"></div>
#         <div class="infos"><pre>
# (en) Please come back later
# (fr) SVP veuillez revenir plus tard
# (de) Bitte versuchen sie es spaeter nocheinmal
# (at) Konnten's bitt'schoen spaeter nochmal reinschauen
# (no) Vennligst prov igjen senere
# (dk) Venligst prov igen senere
# (pl) Prosze sprobowac pozniej
# (pt) Por favor volte mais tarde
# (ru) Попробуйте еще раз позже
# (ua) Спробуйте ще раз пізніше
# </pre>
# </div>
#         <div class="name"></div>
#     </div>
# </body>
# </html>
#                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 '
#     doesn't match '(?^s:bless\( .* 'Catalyst::Request::HashedCookies' \))'

#   Failed test 'Thaw (unserialize) Catalyst::Request::HashedCookies'
#   at t/lib/do_request.pl line 25.

#   Failed test 'Request object is now thawed, isa Catalyst::Request::HashedCookies'
#   at t/lib/do_request.pl line 27.
#     Request object is now thawed, isn't defined

#   Failed test '->can(...)'
#   at t/50-installed_extensions.t line 20.
#     can_ok() called with empty class or reference
# Catalyst request objects have a new valid_cookie() method

#   Failed test '->can(...)'
#   at t/50-installed_extensions.t line 22.
#     can_ok() called with empty class or reference
# Catalyst request objects have a new invalid_cookie() method
# Looks like you failed 7 tests of 10.
t/50-installed_extensions.t .. 
Dubious, test returned 7 (wstat 1792, 0x700)
Failed 7/10 subtests 
[error] Caught exception in PluginTestApp::Controller::Root->end "Illegal field name 'Catalyst::Plugin::Unicode::Encoding' at /home/src/perl/repoperls/installed-perls/perl/v5.19.0-562-ged2081a/a2da/lib/site_perl/5.19.1/x86_64-linux-thread-multi-ld/Moose/Meta/Method/Delegation.pm line 110."

#   Failed test 'Response successful (2xx)'
#   at t/lib/do_request.pl line 15.

#   Failed test 'Response Content-Type'
#   at t/lib/do_request.pl line 17.
#          got: 'text/html'
#     expected: 'text/plain'

#   Failed test 'Response content is a frozen (serialized) Catalyst::Request::HashedCookies'
#   at t/lib/do_request.pl line 19.
#                   '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
#     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
# <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
# <head>
#     <meta http-equiv="Content-Language" content="en" />
#     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
#     <title>PluginTestApp</title>
#     <script type="text/javascript">
#         <!--
#         function toggleDump (dumpElement) {
#             var e = document.getElementById( dumpElement );
#             if (e.style.display == "none") {
#                 e.style.display = "";
#             }
#             else {
#                 e.style.display = "none";
#             }
#         }
#         -->
#     </script>
#     <style type="text/css">
#         body {
#             font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana,
#                          Tahoma, Arial, helvetica, sans-serif;
#             color: #333;
#             background-color: #eee;
#             margin: 0px;
#             padding: 0px;
#         }
#         :link, :link:hover, :visited, :visited:hover {
#             color: #000;
#         }
#         div.box {
#             position: relative;
#             background-color: #ccc;
#             border: 1px solid #aaa;
#             padding: 4px;
#             margin: 10px;
#         }
#         div.error {
#             background-color: #cce;
#             border: 1px solid #755;
#             padding: 8px;
#             margin: 4px;
#             margin-bottom: 10px;
#         }
#         div.infos {
#             background-color: #eee;
#             border: 1px solid #575;
#             padding: 8px;
#             margin: 4px;
#             margin-bottom: 10px;
#         }
#         div.name {
#             background-color: #cce;
#             border: 1px solid #557;
#             padding: 8px;
#             margin: 4px;
#         }
#         code.error {
#             display: block;
#             margin: 1em 0;
#             overflow: auto;
#         }
#         div.name h1, div.error p {
#             margin: 0;
#         }
#         h2 {
#             margin-top: 0;
#             margin-bottom: 10px;
#             font-size: medium;
#             font-weight: bold;
#             text-decoration: underline;
#         }
#         h1 {
#             font-size: medium;
#             font-weight: normal;
#         }
#         /* from http://users.tkk.fi/~tkarvine/linux/doc/pre-wrap/pre-wrap-css3-mozilla-opera-ie.html */
#         /* Browser specific (not valid) styles to make preformatted text wrap */
#         pre {
#             white-space: pre-wrap;       /* css-3 */
#             white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
#             white-space: -pre-wrap;      /* Opera 4-6 */
#             white-space: -o-pre-wrap;    /* Opera 7 */
#             word-wrap: break-word;       /* Internet Explorer 5.5+ */
#         }
#     </style>
# </head>
# <body>
#     <div class="box">
#         <div class="error"></div>
#         <div class="infos"><pre>
# (en) Please come back later
# (fr) SVP veuillez revenir plus tard
# (de) Bitte versuchen sie es spaeter nocheinmal
# (at) Konnten's bitt'schoen spaeter nochmal reinschauen
# (no) Vennligst prov igjen senere
# (dk) Venligst prov igen senere
# (pl) Prosze sprobowac pozniej
# (pt) Por favor volte mais tarde
# (ru) Попробуйте еще раз позже
# (ua) Спробуйте ще раз пізніше
# </pre>
# </div>
#         <div class="name"></div>
#     </div>
# </body>
# </html>
#                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 '
#     doesn't match '(?^s:bless\( .* 'Catalyst::Request::HashedCookies' \))'

#   Failed test 'Thaw (unserialize) Catalyst::Request::HashedCookies'
#   at t/lib/do_request.pl line 25.

#   Failed test 'Request object is now thawed, isa Catalyst::Request::HashedCookies'
#   at t/lib/do_request.pl line 27.
#     Request object is now thawed, isn't defined
Can't call method "cookies" on an undefined value at t/60-request_hooks.t line 28.
# Looks like you planned 14 tests but ran 8.
# Looks like you failed 5 tests of 8 run.
# Looks like your test exited with 255 just after 8.
t/60-request_hooks.t ......... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 11/14 subtests 
[error] Caught exception in PluginTestApp::Controller::Root->end "Illegal field name 'Catalyst::Plugin::Unicode::Encoding' at /home/src/perl/repoperls/installed-perls/perl/v5.19.0-562-ged2081a/a2da/lib/site_perl/5.19.1/x86_64-linux-thread-multi-ld/Moose/Meta/Method/Delegation.pm line 110."

#   Failed test 'Response successful (2xx)'
#   at t/lib/do_request.pl line 15.

#   Failed test 'Response Content-Type'
#   at t/lib/do_request.pl line 17.
#          got: 'text/html'
#     expected: 'text/plain'

#   Failed test 'Response content is a frozen (serialized) Catalyst::Request::HashedCookies'
#   at t/lib/do_request.pl line 19.
#                   '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
#     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
# <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
# <head>
#     <meta http-equiv="Content-Language" content="en" />
#     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
#     <title>PluginTestApp</title>
#     <script type="text/javascript">
#         <!--
#         function toggleDump (dumpElement) {
#             var e = document.getElementById( dumpElement );
#             if (e.style.display == "none") {
#                 e.style.display = "";
#             }
#             else {
#                 e.style.display = "none";
#             }
#         }
#         -->
#     </script>
#     <style type="text/css">
#         body {
#             font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana,
#                          Tahoma, Arial, helvetica, sans-serif;
#             color: #333;
#             background-color: #eee;
#             margin: 0px;
#             padding: 0px;
#         }
#         :link, :link:hover, :visited, :visited:hover {
#             color: #000;
#         }
#         div.box {
#             position: relative;
#             background-color: #ccc;
#             border: 1px solid #aaa;
#             padding: 4px;
#             margin: 10px;
#         }
#         div.error {
#             background-color: #cce;
#             border: 1px solid #755;
#             padding: 8px;
#             margin: 4px;
#             margin-bottom: 10px;
#         }
#         div.infos {
#             background-color: #eee;
#             border: 1px solid #575;
#             padding: 8px;
#             margin: 4px;
#             margin-bottom: 10px;
#         }
#         div.name {
#             background-color: #cce;
#             border: 1px solid #557;
#             padding: 8px;
#             margin: 4px;
#         }
#         code.error {
#             display: block;
#             margin: 1em 0;
#             overflow: auto;
#         }
#         div.name h1, div.error p {
#             margin: 0;
#         }
#         h2 {
#             margin-top: 0;
#             margin-bottom: 10px;
#             font-size: medium;
#             font-weight: bold;
#             text-decoration: underline;
#         }
#         h1 {
#             font-size: medium;
#             font-weight: normal;
#         }
#         /* from http://users.tkk.fi/~tkarvine/linux/doc/pre-wrap/pre-wrap-css3-mozilla-opera-ie.html */
#         /* Browser specific (not valid) styles to make preformatted text wrap */
#         pre {
#             white-space: pre-wrap;       /* css-3 */
#             white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
#             white-space: -pre-wrap;      /* Opera 4-6 */
#             white-space: -o-pre-wrap;    /* Opera 7 */
#             word-wrap: break-word;       /* Internet Explorer 5.5+ */
#         }
#     </style>
# </head>
# <body>
#     <div class="box">
#         <div class="error"></div>
#         <div class="infos"><pre>
# (en) Please come back later
# (fr) SVP veuillez revenir plus tard
# (de) Bitte versuchen sie es spaeter nocheinmal
# (at) Konnten's bitt'schoen spaeter nochmal reinschauen
# (no) Vennligst prov igjen senere
# (dk) Venligst prov igen senere
# (pl) Prosze sprobowac pozniej
# (pt) Por favor volte mais tarde
# (ru) Попробуйте еще раз позже
# (ua) Спробуйте ще раз пізніше
# </pre>
# </div>
#         <div class="name"></div>
#     </div>
# </body>
# </html>
#                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 '
#     doesn't match '(?^s:bless\( .* 'Catalyst::Request::HashedCookies' \))'

#   Failed test 'Thaw (unserialize) Catalyst::Request::HashedCookies'
#   at t/lib/do_request.pl line 25.

#   Failed test 'Request object is now thawed, isa Catalyst::Request::HashedCookies'
#   at t/lib/do_request.pl line 27.
#     Request object is now thawed, isn't defined
Can't call method "cookies" on an undefined value at t/70-algorithms.t line 54.
# Looks like you planned 73 tests but ran 8.
# Looks like you failed 5 tests of 8 run.
# Looks like your test exited with 255 just after 8.
t/70-algorithms.t ............ 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 70/73 subtests 
[error] Caught exception in PluginTestApp::Controller::Root->end "Illegal field name 'Catalyst::Plugin::Unicode::Encoding' at /home/src/perl/repoperls/installed-perls/perl/v5.19.0-562-ged2081a/a2da/lib/site_perl/5.19.1/x86_64-linux-thread-multi-ld/Moose/Meta/Method/Delegation.pm line 110."

#   Failed test 'Response successful (2xx)'
#   at t/lib/do_request.pl line 15.

#   Failed test 'Response Content-Type'
#   at t/lib/do_request.pl line 17.
#          got: 'text/html'
#     expected: 'text/plain'

#   Failed test 'Response content is a frozen (serialized) Catalyst::Request::HashedCookies'
#   at t/lib/do_request.pl line 19.
#                   '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
#     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
# <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
# <head>
#     <meta http-equiv="Content-Language" content="en" />
#     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
#     <title>PluginTestApp</title>
#     <script type="text/javascript">
#         <!--
#         function toggleDump (dumpElement) {
#             var e = document.getElementById( dumpElement );
#             if (e.style.display == "none") {
#                 e.style.display = "";
#             }
#             else {
#                 e.style.display = "none";
#             }
#         }
#         -->
#     </script>
#     <style type="text/css">
#         body {
#             font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana,
#                          Tahoma, Arial, helvetica, sans-serif;
#             color: #333;
#             background-color: #eee;
#             margin: 0px;
#             padding: 0px;
#         }
#         :link, :link:hover, :visited, :visited:hover {
#             color: #000;
#         }
#         div.box {
#             position: relative;
#             background-color: #ccc;
#             border: 1px solid #aaa;
#             padding: 4px;
#             margin: 10px;
#         }
#         div.error {
#             background-color: #cce;
#             border: 1px solid #755;
#             padding: 8px;
#             margin: 4px;
#             margin-bottom: 10px;
#         }
#         div.infos {
#             background-color: #eee;
#             border: 1px solid #575;
#             padding: 8px;
#             margin: 4px;
#             margin-bottom: 10px;
#         }
#         div.name {
#             background-color: #cce;
#             border: 1px solid #557;
#             padding: 8px;
#             margin: 4px;
#         }
#         code.error {
#             display: block;
#             margin: 1em 0;
#             overflow: auto;
#         }
#         div.name h1, div.error p {
#             margin: 0;
#         }
#         h2 {
#             margin-top: 0;
#             margin-bottom: 10px;
#             font-size: medium;
#             font-weight: bold;
#             text-decoration: underline;
#         }
#         h1 {
#             font-size: medium;
#             font-weight: normal;
#         }
#         /* from http://users.tkk.fi/~tkarvine/linux/doc/pre-wrap/pre-wrap-css3-mozilla-opera-ie.html */
#         /* Browser specific (not valid) styles to make preformatted text wrap */
#         pre {
#             white-space: pre-wrap;       /* css-3 */
#             white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
#             white-space: -pre-wrap;      /* Opera 4-6 */
#             white-space: -o-pre-wrap;    /* Opera 7 */
#             word-wrap: break-word;       /* Internet Explorer 5.5+ */
#         }
#     </style>
# </head>
# <body>
#     <div class="box">
#         <div class="error"></div>
#         <div class="infos"><pre>
# (en) Please come back later
# (fr) SVP veuillez revenir plus tard
# (de) Bitte versuchen sie es spaeter nocheinmal
# (at) Konnten's bitt'schoen spaeter nochmal reinschauen
# (no) Vennligst prov igjen senere
# (dk) Venligst prov igen senere
# (pl) Prosze sprobowac pozniej
# (pt) Por favor volte mais tarde
# (ru) Попробуйте еще раз позже
# (ua) Спробуйте ще раз пізніше
# </pre>
# </div>
#         <div class="name"></div>
#     </div>
# </body>
# </html>
#                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 '
#     doesn't match '(?^s:bless\( .* 'Catalyst::Request::HashedCookies' \))'

#   Failed test 'Thaw (unserialize) Catalyst::Request::HashedCookies'
#   at t/lib/do_request.pl line 25.

#   Failed test 'Request object is now thawed, isa Catalyst::Request::HashedCookies'
#   at t/lib/do_request.pl line 27.
#     Request object is now thawed, isn't defined
[error] Caught exception in PluginTestApp::Controller::Root->end "Illegal field name 'Catalyst::Plugin::Unicode::Encoding' at /home/src/perl/repoperls/installed-perls/perl/v5.19.0-562-ged2081a/a2da/lib/site_perl/5.19.1/x86_64-linux-thread-multi-ld/Moose/Meta/Method/Delegation.pm line 110."

#   Failed test 'Response successful (2xx)'
#   at t/lib/do_request.pl line 15.

#   Failed test 'Response Content-Type'
#   at t/lib/do_request.pl line 17.
#          got: 'text/html'
#     expected: 'text/plain'

#   Failed test 'Response content is a frozen (serialized) Catalyst::Request::HashedCookies'
#   at t/lib/do_request.pl line 19.
#                   '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
#     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
# <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
# <head>
#     <meta http-equiv="Content-Language" content="en" />
#     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
#     <title>PluginTestApp</title>
#     <script type="text/javascript">
#         <!--
#         function toggleDump (dumpElement) {
#             var e = document.getElementById( dumpElement );
#             if (e.style.display == "none") {
#                 e.style.display = "";
#             }
#             else {
#                 e.style.display = "none";
#             }
#         }
#         -->
#     </script>
#     <style type="text/css">
#         body {
#             font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana,
#                          Tahoma, Arial, helvetica, sans-serif;
#             color: #333;
#             background-color: #eee;
#             margin: 0px;
#             padding: 0px;
#         }
#         :link, :link:hover, :visited, :visited:hover {
#             color: #000;
#         }
#         div.box {
#             position: relative;
#             background-color: #ccc;
#             border: 1px solid #aaa;
#             padding: 4px;
#             margin: 10px;
#         }
#         div.error {
#             background-color: #cce;
#             border: 1px solid #755;
#             padding: 8px;
#             margin: 4px;
#             margin-bottom: 10px;
#         }
#         div.infos {
#             background-color: #eee;
#             border: 1px solid #575;
#             padding: 8px;
#             margin: 4px;
#             margin-bottom: 10px;
#         }
#         div.name {
#             background-color: #cce;
#             border: 1px solid #557;
#             padding: 8px;
#             margin: 4px;
#         }
#         code.error {
#             display: block;
#             margin: 1em 0;
#             overflow: auto;
#         }
#         div.name h1, div.error p {
#             margin: 0;
#         }
#         h2 {
#             margin-top: 0;
#             margin-bottom: 10px;
#             font-size: medium;
#             font-weight: bold;
#             text-decoration: underline;
#         }
#         h1 {
#             font-size: medium;
#             font-weight: normal;
#         }
#         /* from http://users.tkk.fi/~tkarvine/linux/doc/pre-wrap/pre-wrap-css3-mozilla-opera-ie.html */
#         /* Browser specific (not valid) styles to make preformatted text wrap */
#         pre {
#             white-space: pre-wrap;       /* css-3 */
#             white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
#             white-space: -pre-wrap;      /* Opera 4-6 */
#             white-space: -o-pre-wrap;    /* Opera 7 */
#             word-wrap: break-word;       /* Internet Explorer 5.5+ */
#         }
#     </style>
# </head>
# <body>
#     <div class="box">
#         <div class="error"></div>
#         <div class="infos"><pre>
# (en) Please come back later
# (fr) SVP veuillez revenir plus tard
# (de) Bitte versuchen sie es spaeter nocheinmal
# (at) Konnten's bitt'schoen spaeter nochmal reinschauen
# (no) Vennligst prov igjen senere
# (dk) Venligst prov igen senere
# (pl) Prosze sprobowac pozniej
# (pt) Por favor volte mais tarde
# (ru) Попробуйте еще раз позже
# (ua) Спробуйте ще раз пізніше
# </pre>
# </div>
#         <div class="name"></div>
#     </div>
# </body>
# </html>
#                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 '
#     doesn't match '(?^s:bless\( .* 'Catalyst::Request::HashedCookies' \))'

#   Failed test 'Thaw (unserialize) Catalyst::Request::HashedCookies'
#   at t/lib/do_request.pl line 25.

#   Failed test 'Request object is now thawed, isa Catalyst::Request::HashedCookies'
#   at t/lib/do_request.pl line 27.
#     Request object is now thawed, isn't defined
[error] Caught exception in PluginTestApp::Controller::Root->end "Illegal field name 'Catalyst::Plugin::Unicode::Encoding' at /home/src/perl/repoperls/installed-perls/perl/v5.19.0-562-ged2081a/a2da/lib/site_perl/5.19.1/x86_64-linux-thread-multi-ld/Moose/Meta/Method/Delegation.pm line 110."

#   Failed test 'Response successful (2xx)'
#   at t/lib/do_request.pl line 15.

#   Failed test 'Response Content-Type'
#   at t/lib/do_request.pl line 17.
#          got: 'text/html'
#     expected: 'text/plain'

#   Failed test 'Response content is a frozen (serialized) Catalyst::Request::HashedCookies'
#   at t/lib/do_request.pl line 19.
#                   '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
#     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
# <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
# <head>
#     <meta http-equiv="Content-Language" content="en" />
#     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
#     <title>PluginTestApp</title>
#     <script type="text/javascript">
#         <!--
#         function toggleDump (dumpElement) {
#             var e = document.getElementById( dumpElement );
#             if (e.style.display == "none") {
#                 e.style.display = "";
#             }
#             else {
#                 e.style.display = "none";
#             }
#         }
#         -->
#     </script>
#     <style type="text/css">
#         body {
#             font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana,
#                          Tahoma, Arial, helvetica, sans-serif;
#             color: #333;
#             background-color: #eee;
#             margin: 0px;
#             padding: 0px;
#         }
#         :link, :link:hover, :visited, :visited:hover {
#             color: #000;
#         }
#         div.box {
#             position: relative;
#             background-color: #ccc;
#             border: 1px solid #aaa;
#             padding: 4px;
#             margin: 10px;
#         }
#         div.error {
#             background-color: #cce;
#             border: 1px solid #755;
#             padding: 8px;
#             margin: 4px;
#             margin-bottom: 10px;
#         }
#         div.infos {
#             background-color: #eee;
#             border: 1px solid #575;
#             padding: 8px;
#             margin: 4px;
#             margin-bottom: 10px;
#         }
#         div.name {
#             background-color: #cce;
#             border: 1px solid #557;
#             padding: 8px;
#             margin: 4px;
#         }
#         code.error {
#             display: block;
#             margin: 1em 0;
#             overflow: auto;
#         }
#         div.name h1, div.error p {
#             margin: 0;
#         }
#         h2 {
#             margin-top: 0;
#             margin-bottom: 10px;
#             font-size: medium;
#             font-weight: bold;
#             text-decoration: underline;
#         }
#         h1 {
#             font-size: medium;
#             font-weight: normal;
#         }
#         /* from http://users.tkk.fi/~tkarvine/linux/doc/pre-wrap/pre-wrap-css3-mozilla-opera-ie.html */
#         /* Browser specific (not valid) styles to make preformatted text wrap */
#         pre {
#             white-space: pre-wrap;       /* css-3 */
#             white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
#             white-space: -pre-wrap;      /* Opera 4-6 */
#             white-space: -o-pre-wrap;    /* Opera 7 */
#             word-wrap: break-word;       /* Internet Explorer 5.5+ */
#         }
#     </style>
# </head>
# <body>
#     <div class="box">
#         <div class="error"></div>
#         <div class="infos"><pre>
# (en) Please come back later
# (fr) SVP veuillez revenir plus tard
# (de) Bitte versuchen sie es spaeter nocheinmal
# (at) Konnten's bitt'schoen spaeter nochmal reinschauen
# (no) Vennligst prov igjen senere
# (dk) Venligst prov igen senere
# (pl) Prosze sprobowac pozniej
# (pt) Por favor volte mais tarde
# (ru) Попробуйте еще раз позже
# (ua) Спробуйте ще раз пізніше
# </pre>
# </div>
#         <div class="name"></div>
#     </div>
# </body>
# </html>
#                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 '
#     doesn't match '(?^s:bless\( .* 'Catalyst::Request::HashedCookies' \))'

#   Failed test 'Thaw (unserialize) Catalyst::Request::HashedCookies'
#   at t/lib/do_request.pl line 25.

#   Failed test 'Request object is now thawed, isa Catalyst::Request::HashedCookies'
#   at t/lib/do_request.pl line 27.
#     Request object is now thawed, isn't defined
[error] Caught exception in PluginTestApp::Controller::Root->end "Illegal field name 'Catalyst::Plugin::Unicode::Encoding' at /home/src/perl/repoperls/installed-perls/perl/v5.19.0-562-ged2081a/a2da/lib/site_perl/5.19.1/x86_64-linux-thread-multi-ld/Moose/Meta/Method/Delegation.pm line 110."

#   Failed test 'Response successful (2xx)'
#   at t/lib/do_request.pl line 15.

#   Failed test 'Response Content-Type'
#   at t/lib/do_request.pl line 17.
#          got: 'text/html'
#     expected: 'text/plain'

#   Failed test 'Response content is a frozen (serialized) Catalyst::Request::HashedCookies'
#   at t/lib/do_request.pl line 19.
#                   '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
#     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
# <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
# <head>
#     <meta http-equiv="Content-Language" content="en" />
#     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
#     <title>PluginTestApp</title>
#     <script type="text/javascript">
#         <!--
#         function toggleDump (dumpElement) {
#             var e = document.getElementById( dumpElement );
#             if (e.style.display == "none") {
#                 e.style.display = "";
#             }
#             else {
#                 e.style.display = "none";
#             }
#         }
#         -->
#     </script>
#     <style type="text/css">
#         body {
#             font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana,
#                          Tahoma, Arial, helvetica, sans-serif;
#             color: #333;
#             background-color: #eee;
#             margin: 0px;
#             padding: 0px;
#         }
#         :link, :link:hover, :visited, :visited:hover {
#             color: #000;
#         }
#         div.box {
#             position: relative;
#             background-color: #ccc;
#             border: 1px solid #aaa;
#             padding: 4px;
#             margin: 10px;
#         }
#         div.error {
#             background-color: #cce;
#             border: 1px solid #755;
#             padding: 8px;
#             margin: 4px;
#             margin-bottom: 10px;
#         }
#         div.infos {
#             background-color: #eee;
#             border: 1px solid #575;
#             padding: 8px;
#             margin: 4px;
#             margin-bottom: 10px;
#         }
#         div.name {
#             background-color: #cce;
#             border: 1px solid #557;
#             padding: 8px;
#             margin: 4px;
#         }
#         code.error {
#             display: block;
#             margin: 1em 0;
#             overflow: auto;
#         }
#         div.name h1, div.error p {
#             margin: 0;
#         }
#         h2 {
#             margin-top: 0;
#             margin-bottom: 10px;
#             font-size: medium;
#             font-weight: bold;
#             text-decoration: underline;
#         }
#         h1 {
#             font-size: medium;
#             font-weight: normal;
#         }
#         /* from http://users.tkk.fi/~tkarvine/linux/doc/pre-wrap/pre-wrap-css3-mozilla-opera-ie.html */
#         /* Browser specific (not valid) styles to make preformatted text wrap */
#         pre {
#             white-space: pre-wrap;       /* css-3 */
#             white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
#             white-space: -pre-wrap;      /* Opera 4-6 */
#             white-space: -o-pre-wrap;    /* Opera 7 */
#             word-wrap: break-word;       /* Internet Explorer 5.5+ */
#         }
#     </style>
# </head>
# <body>
#     <div class="box">
#         <div class="error"></div>
#         <div class="infos"><pre>
# (en) Please come back later
# (fr) SVP veuillez revenir plus tard
# (de) Bitte versuchen sie es spaeter nocheinmal
# (at) Konnten's bitt'schoen spaeter nochmal reinschauen
# (no) Vennligst prov igjen senere
# (dk) Venligst prov igen senere
# (pl) Prosze sprobowac pozniej
# (pt) Por favor volte mais tarde
# (ru) Попробуйте еще раз позже
# (ua) Спробуйте ще раз пізніше
# </pre>
# </div>
#         <div class="name"></div>
#     </div>
# </body>
# </html>
#                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 '
#     doesn't match '(?^s:bless\( .* 'Catalyst::Request::HashedCookies' \))'

#   Failed test 'Thaw (unserialize) Catalyst::Request::HashedCookies'
#   at t/lib/do_request.pl line 25.

#   Failed test 'Request object is now thawed, isa Catalyst::Request::HashedCookies'
#   at t/lib/do_request.pl line 27.
#     Request object is now thawed, isn't defined
# Looks like you failed 20 tests of 33.
t/80-response_hooks.t ........ 
Dubious, test returned 20 (wstat 5120, 0x1400)
Failed 20/33 subtests 
t/pod-coverage.t ............. ok
t/pod.t ...................... ok

Test Summary Report
-------------------
t/50-installed_extensions.t (Wstat: 1792 Tests: 10 Failed: 7)
  Failed tests:  3-5, 7-10
  Non-zero exit status: 7
t/60-request_hooks.t       (Wstat: 65280 Tests: 8 Failed: 5)
  Failed tests:  3-5, 7-8
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 14 tests but ran 8.
t/70-algorithms.t          (Wstat: 65280 Tests: 8 Failed: 5)
  Failed tests:  3-5, 7-8
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 73 tests but ran 8.
t/80-response_hooks.t      (Wstat: 5120 Tests: 33 Failed: 20)
  Failed tests:  3-5, 7-8, 11-13, 15-16, 19-21, 23-24, 27-29
                31-32
  Non-zero exit status: 20
Files=16, Tests=107,  7 wallclock secs ( 0.07 usr  0.02 sys +  7.18 cusr  0.45 csys =  7.72 CPU)
Result: FAIL
Failed 4/16 test programs. 37/107 subtests failed.
make: *** [test_dynamic] Error 255

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

Prerequisite modules loaded:

requires:

    Module                Need Have   
    --------------------- ---- -------
    base                  0    2.18   
    Catalyst::Request     0    0      
    CGI::Simple::Cookie   0    1.113  
    Digest::HMAC_MD5      0    1.01   
    Digest::HMAC_SHA1     0    1.03   
    MRO::Compat           0    0.12   
    strict                0    1.07   
    Symbol                0    1.07   
    Tie::IxHash           0    1.23   
    warnings              0    1.18   

build_requires:

    Module                Need Have   
    --------------------- ---- -------
    Catalyst              0    5.90042
    Catalyst::Controller  0    0      
    Data::Dumper          0    2.146  
    File::Spec::Functions 0    3.40   
    HTTP::Headers::Util   0    6.03   
    HTTP::Request::Common 0    6.04   
    Scalar::Util          0    1.27   
    Test::More            0    0.98   

configure_requires:

    Module                Need Have   
    --------------------- ---- -------
    ExtUtils::MakeMaker   6.30 6.68   


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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_US.UTF-8
    LANGUAGE = en_US:en
    PATH = /usr/lib/ccache:/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 = 18928
    PERL5_CPAN_IS_RUNNING = 18928
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/bin/zsh
    TERM = screen

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

    $^X = /tmp/basesmoker-reloperl-rm7F/bin/perl
    $UID/$EUID = 1005 / 1005
    $GID = 1005 1005
    $EGID = 1005 1005

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.00    
    CPAN::Meta          2.131560
    Cwd                 3.41    
    ExtUtils::CBuilder  0.280210
    ExtUtils::Command   1.17    
    ExtUtils::Install   1.60    
    ExtUtils::MakeMaker 6.68    
    ExtUtils::Manifest  1.63    
    ExtUtils::ParseXS   3.19    
    File::Spec          3.41    
    JSON                2.59    
    JSON::PP            2.27202 
    Module::Build       0.4005  
    Module::Signature   0.73    
    Parse::CPAN::Meta   1.4404  
    Test::Harness       3.28    
    Test::More          0.98    
    YAML                0.84    
    YAML::Syck          1.27    
    version             0.9902  


--

Summary of my perl5 (revision 5 version 19 subversion 1) configuration:
  Commit id: ed2081ada8ab5b6853c3e19a4fa56970019aead0
  Platform:
    osname=linux, osvers=3.8-2-amd64, archname=x86_64-linux-thread-multi-ld
    uname='linux k83 3.8-2-amd64 #1 smp debian 3.8.13-1 x86_64 gnulinux '
    config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/perl/v5.19.0-562-ged2081a/a2da -Dmyhostname=k83 -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Duseithreads -Duselongdouble -DDEBUGGING=-g'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=define
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2 -g',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.7.3', 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 -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.17'
  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 MULTIPLICITY PERLIO_LAYERS
                        PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
                        PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
                        PERL_USE_DEVEL USE_64_BIT_ALL USE_64_BIT_INT
                        USE_ITHREADS USE_LARGE_FILES USE_LOCALE
                        USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_LONG_DOUBLE USE_PERLIO
                        USE_PERL_ATOF USE_REENTRANT_API
  Built under linux
  Compiled at Jun 15 2013 16:24:45
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="18928"
    PERL5_CPAN_IS_RUNNING="18928"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/src/perl/repoperls/installed-perls/perl/v5.19.0-562-ged2081a/a2da/lib/site_perl/5.19.1/x86_64-linux-thread-multi-ld
    /home/src/perl/repoperls/installed-perls/perl/v5.19.0-562-ged2081a/a2da/lib/site_perl/5.19.1
    /home/src/perl/repoperls/installed-perls/perl/v5.19.0-562-ged2081a/a2da/lib/5.19.1/x86_64-linux-thread-multi-ld
    /home/src/perl/repoperls/installed-perls/perl/v5.19.0-562-ged2081a/a2da/lib/5.19.1
    .