Report for Strehler-1.6.8

Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: FAIL Strehler-1.6.8 v5.24.1 GNU/Linux
Date: 2017-06-25T11:20:44Z

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 Simone Fare,

This is a computer-generated report for Strehler-1.6.8
on perl 5.24.1, created by CPAN-Reporter-1.2018.

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:

none provided

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

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

PERL_DL_NONLAZY=1 "/bbbike/perl-5.24.1t/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.

#   Failed test 'Not logged user call is redirected'
#   at t/001_login.t line 29.
#          got: '200'
#     expected: '302'

#   Failed test 'Not logged user call is redirected on login page'
#   at t/001_login.t line 34.
#          got: undef
#     expected: 'http://localhost/admin/login'
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
# Looks like you failed 2 tests of 6.
t/001_login.t ........ 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/6 subtests 
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.

#   Failed test 'Login as editor'
#   at t/002_permissions.t line 27.
#                   '<!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">
# <head>
# <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
# <title>Admin</title>
# <link rel="stylesheet" href="http://localhost/strehler/bootstrap/css/bootstrap.min.css" />
# <link rel="stylesheet" href="http://localhost/strehler/bootstrap/datepicker/css/datepicker.css" />
# <link rel="stylesheet" href="http://localhost/strehler/css/admin.css" />
# <script src="http://localhost/strehler/js/jquery.js"></script>
# <script src="http://localhost/strehler/js/jquery-ui-1.10.3.custom.min.js"></script>
# <script src="http://localhost/strehler/bootstrap/js/bootstrap.min.js"></script>
# <script src="http://localhost/strehler/bootstrap/datepicker/js/bootstrap-datepicker.js"></script>
# <script src="http://localhost/strehler/js/strehler.js"></script>
# 
# 
# </head>
# <body>
# <div class="navbar">
#   <div class="navbar-inner">
#     <ul class="nav">
#       
#       <li class="dropdown user"><a href="#" class="dropdown-toggle user-toggle" data-toggle="dropdown"><b class="icon-user"></b>  admin<b class="caret"></b></a>
#         <ul class="dropdown-menu">
#             <li><a href="/">Site homepage</a></li>
#             <li><a href="/admin/user/password">Change password</a></li>
#             <li><a href="/admin/logout">Logout</a></li>
#         </ul>
#       </li>
#       
#       
#       <li class="active"><a href="/admin">Home</a></li>
#       
#       
#           
#           
#           <li class=""><a href="/admin/article">Articles</a></li>
#       
#           
#           
#           <li class=""><a href="/admin/image">Images</a></li>
#       
#           
#           
#           <li class=""><a href="/admin/foo">Dummy</a></li>
#       
#           
#           
#           <li class=""><a href="/admin/puppet">Puppet</a></li>
#       
#           
#           
#           <li class=""><a href="/admin/dummy">Dummy</a></li>
#       
#       
#       <li class=" first-admin"><a href="/admin/category">Categories</a></li>
#       
#           
#           
#           <li class=""><a href="/admin/user">Users</a></li>
#       
#           
#           
#           <li class=""><a href="/admin/log">Logs</a></li>
#       
#       
#     </ul>
#   </div>
#   
#   
#   <div class="alert alert-error">
#       <strong>Warning</strong>: there're open issues. Go to <a href="/admin/sys/warnings">system messages</a>
#   </div>
#   
#   
# </div>
# <div class="span10">
#     <h1>Home</h1>
# </div>
# <div class="content homepage">
# <p class="lead span10 text-center">
#     Select an entity from the navbar
# </p>
# </div>
# 
# <div id="footer" class="span10">
#     <p class="span5 offset8">
#     Strehler 1.6.8, powered by <a href="http://perldancer.org/">Dancer2</a> 0.204002
#     </p>
# </div>
# </body>
# </html>
# '
#     doesn't match '(?^:<b class="icon-user"></b>.*editor)'
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
# Looks like you failed 1 test of 3.
t/002_permissions.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests 
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
t/004_categories.t ... ok
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
t/005_articles.t ..... ok
Subroutine dancer_app redefined at (eval 914) line 5.
Subroutine request redefined at (eval 914) line 14.
Subroutine var redefined at (eval 914) line 23.
Subroutine hook redefined at (eval 914) line 32.
String found where operator expected at t/testapp/lib/Site.pm line 13, near "slug '/ex/slug/:slug'"
	(Do you need to predeclare slug?)
String found where operator expected at t/testapp/lib/Site.pm line 14, near "list '/ex/list/dummy'"
	(Do you need to predeclare list?)
String found where operator expected at t/testapp/lib/Site.pm line 15, near "latest_page '/ex/mypage'"
	(Do you need to predeclare latest_page?)
String found where operator expected at t/testapp/lib/Site.pm line 16, near "slug '/exref/slug/:slug'"
	(Do you need to predeclare slug?)
String found where operator expected at t/testapp/lib/Site.pm line 17, near "list '/exref/list/dummy'"
	(Do you need to predeclare list?)
String found where operator expected at t/testapp/lib/Site.pm line 18, near "latest_page '/exref/mypage'"
	(Do you need to predeclare latest_page?)
syntax error at t/testapp/lib/Site.pm line 13, near "slug '/ex/slug/:slug'"
Compilation failed in require at t/006_frontend.t line 17.
t/006_frontend.t ..... 
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run 
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
t/007_images.t ....... ok
Subroutine dancer_app redefined at (eval 914) line 5.
Subroutine request redefined at (eval 914) line 14.
Subroutine var redefined at (eval 914) line 23.
Subroutine hook redefined at (eval 914) line 32.
String found where operator expected at t/testapp/lib/Site.pm line 13, near "slug '/ex/slug/:slug'"
	(Do you need to predeclare slug?)
String found where operator expected at t/testapp/lib/Site.pm line 14, near "list '/ex/list/dummy'"
	(Do you need to predeclare list?)
String found where operator expected at t/testapp/lib/Site.pm line 15, near "latest_page '/ex/mypage'"
	(Do you need to predeclare latest_page?)
String found where operator expected at t/testapp/lib/Site.pm line 16, near "slug '/exref/slug/:slug'"
	(Do you need to predeclare slug?)
String found where operator expected at t/testapp/lib/Site.pm line 17, near "list '/exref/list/dummy'"
	(Do you need to predeclare list?)
String found where operator expected at t/testapp/lib/Site.pm line 18, near "latest_page '/exref/mypage'"
	(Do you need to predeclare latest_page?)
syntax error at t/testapp/lib/Site.pm line 13, near "slug '/ex/slug/:slug'"
Compilation failed in require at t/008_tags.t line 16.
t/008_tags.t ......... 
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run 
Subroutine dancer_app redefined at (eval 914) line 5.
Subroutine request redefined at (eval 914) line 14.
Subroutine var redefined at (eval 914) line 23.
Subroutine hook redefined at (eval 914) line 32.
String found where operator expected at t/testapp/lib/Site.pm line 13, near "slug '/ex/slug/:slug'"
	(Do you need to predeclare slug?)
String found where operator expected at t/testapp/lib/Site.pm line 14, near "list '/ex/list/dummy'"
	(Do you need to predeclare list?)
String found where operator expected at t/testapp/lib/Site.pm line 15, near "latest_page '/ex/mypage'"
	(Do you need to predeclare latest_page?)
String found where operator expected at t/testapp/lib/Site.pm line 16, near "slug '/exref/slug/:slug'"
	(Do you need to predeclare slug?)
String found where operator expected at t/testapp/lib/Site.pm line 17, near "list '/exref/list/dummy'"
	(Do you need to predeclare list?)
String found where operator expected at t/testapp/lib/Site.pm line 18, near "latest_page '/exref/mypage'"
	(Do you need to predeclare latest_page?)
syntax error at t/testapp/lib/Site.pm line 13, near "slug '/ex/slug/:slug'"
Compilation failed in require at t/009_extra.t line 16.
t/009_extra.t ........ 
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run 
t/010_api.t .......... ok
Subroutine dancer_app redefined at (eval 174) line 5.
Subroutine request redefined at (eval 174) line 14.
Subroutine var redefined at (eval 174) line 23.
Subroutine hook redefined at (eval 174) line 32.
String found where operator expected at t/testapp/lib/Site.pm line 13, near "slug '/ex/slug/:slug'"
	(Do you need to predeclare slug?)
String found where operator expected at t/testapp/lib/Site.pm line 14, near "list '/ex/list/dummy'"
	(Do you need to predeclare list?)
String found where operator expected at t/testapp/lib/Site.pm line 15, near "latest_page '/ex/mypage'"
	(Do you need to predeclare latest_page?)
String found where operator expected at t/testapp/lib/Site.pm line 16, near "slug '/exref/slug/:slug'"
	(Do you need to predeclare slug?)
String found where operator expected at t/testapp/lib/Site.pm line 17, near "list '/exref/list/dummy'"
	(Do you need to predeclare list?)
String found where operator expected at t/testapp/lib/Site.pm line 18, near "latest_page '/exref/mypage'"
	(Do you need to predeclare latest_page?)
syntax error at t/testapp/lib/Site.pm line 13, near "slug '/ex/slug/:slug'"
Compilation failed in require at t/011_ex.t line 15.
t/011_ex.t ........... 
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run 
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.

#   Failed test 'Logged as dummy'
#   at t/012_users.t line 64.
#                   '<!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">
# <head>
# <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
# <title>Admin</title>
# <link rel="stylesheet" href="http://localhost/strehler/bootstrap/css/bootstrap.min.css" />
# <link rel="stylesheet" href="http://localhost/strehler/bootstrap/datepicker/css/datepicker.css" />
# <link rel="stylesheet" href="http://localhost/strehler/css/admin.css" />
# <script src="http://localhost/strehler/js/jquery.js"></script>
# <script src="http://localhost/strehler/js/jquery-ui-1.10.3.custom.min.js"></script>
# <script src="http://localhost/strehler/bootstrap/js/bootstrap.min.js"></script>
# <script src="http://localhost/strehler/bootstrap/datepicker/js/bootstrap-datepicker.js"></script>
# <script src="http://localhost/strehler/js/strehler.js"></script>
# 
# 
# </head>
# <body>
# <div class="navbar">
#   <div class="navbar-inner">
#     <ul class="nav">
#       
#       <li class="dropdown user"><a href="#" class="dropdown-toggle user-toggle" data-toggle="dropdown"><b class="icon-user"></b>  admin<b class="caret"></b></a>
#         <ul class="dropdown-menu">
#             <li><a href="/">Site homepage</a></li>
#             <li><a href="/admin/user/password">Change password</a></li>
#             <li><a href="/admin/logout">Logout</a></li>
#         </ul>
#       </li>
#       
#       
#       <li class="active"><a href="/admin">Home</a></li>
#       
#       
#           
#           
#           <li class=""><a href="/admin/article">Articles</a></li>
#       
#           
#           
#           <li class=""><a href="/admin/image">Images</a></li>
#       
#           
#           
#           <li class=""><a href="/admin/dummy">Dummy</a></li>
#       
#           
#           
#           <li class=""><a href="/admin/foo">Dummy</a></li>
#       
#           
#           
#           <li class=""><a href="/admin/puppet">Puppet</a></li>
#       
#       
#       <li class=" first-admin"><a href="/admin/category">Categories</a></li>
#       
#           
#           
#           <li class=""><a href="/admin/user">Users</a></li>
#       
#           
#           
#           <li class=""><a href="/admin/log">Logs</a></li>
#       
#       
#     </ul>
#   </div>
#   
#   
#   <div class="alert alert-error">
#       <strong>Warning</strong>: there're open issues. Go to <a href="/admin/sys/warnings">system messages</a>
#   </div>
#   
#   
# </div>
# <div class="span10">
#     <h1>Home</h1>
# </div>
# <div class="content homepage">
# <p class="lead span10 text-center">
#     Select an entity from the navbar
# </p>
# </div>
# 
# <div id="footer" class="span10">
#     <p class="span5 offset8">
#     Strehler 1.6.8, powered by <a href="http://perldancer.org/">Dancer2</a> 0.204002
#     </p>
# </div>
# </body>
# </html>
# '
#     doesn't match '(?^:<b class="icon-user"></b>.*dummy)'
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.

#   Failed test 'Logged as dummy with the new password'
#   at t/012_users.t line 75.
#                   '<!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">
# <head>
# <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
# <title>Admin</title>
# <link rel="stylesheet" href="http://localhost/strehler/bootstrap/css/bootstrap.min.css" />
# <link rel="stylesheet" href="http://localhost/strehler/bootstrap/datepicker/css/datepicker.css" />
# <link rel="stylesheet" href="http://localhost/strehler/css/admin.css" />
# <script src="http://localhost/strehler/js/jquery.js"></script>
# <script src="http://localhost/strehler/js/jquery-ui-1.10.3.custom.min.js"></script>
# <script src="http://localhost/strehler/bootstrap/js/bootstrap.min.js"></script>
# <script src="http://localhost/strehler/bootstrap/datepicker/js/bootstrap-datepicker.js"></script>
# <script src="http://localhost/strehler/js/strehler.js"></script>
# 
# 
# </head>
# <body>
# <div class="navbar">
#   <div class="navbar-inner">
#     <ul class="nav">
#       
#       <li class="dropdown user"><a href="#" class="dropdown-toggle user-toggle" data-toggle="dropdown"><b class="icon-user"></b>  admin<b class="caret"></b></a>
#         <ul class="dropdown-menu">
#             <li><a href="/">Site homepage</a></li>
#             <li><a href="/admin/user/password">Change password</a></li>
#             <li><a href="/admin/logout">Logout</a></li>
#         </ul>
#       </li>
#       
#       
#       <li class="active"><a href="/admin">Home</a></li>
#       
#       
#           
#           
#           <li class=""><a href="/admin/article">Articles</a></li>
#       
#           
#           
#           <li class=""><a href="/admin/image">Images</a></li>
#       
#           
#           
#           <li class=""><a href="/admin/dummy">Dummy</a></li>
#       
#           
#           
#           <li class=""><a href="/admin/foo">Dummy</a></li>
#       
#           
#           
#           <li class=""><a href="/admin/puppet">Puppet</a></li>
#       
#       
#       <li class=" first-admin"><a href="/admin/category">Categories</a></li>
#       
#           
#           
#           <li class=""><a href="/admin/user">Users</a></li>
#       
#           
#           
#           <li class=""><a href="/admin/log">Logs</a></li>
#       
#       
#     </ul>
#   </div>
#   
#   
#   <div class="alert alert-error">
#       <strong>Warning</strong>: there're open issues. Go to <a href="/admin/sys/warnings">system messages</a>
#   </div>
#   
#   
# </div>
# <div class="span10">
#     <h1>Home</h1>
# </div>
# <div class="content homepage">
# <p class="lead span10 text-center">
#     Select an entity from the navbar
# </p>
# </div>
# 
# <div id="footer" class="span10">
#     <p class="span5 offset8">
#     Strehler 1.6.8, powered by <a href="http://perldancer.org/">Dancer2</a> 0.204002
#     </p>
# </div>
# </body>
# </html>
# '
#     doesn't match '(?^:<b class="icon-user"></b>.*dummy)'
# Looks like you failed 2 tests of 7.
t/012_users.t ........ 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/7 subtests 
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'dancer_app' is deprecated. Use '$self->app' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
Plugin DSL method 'request' is deprecated. Use '$self->app->request' instead'.
 at /opt/perl-5.24.1t/lib/site_perl/5.24.1/Dancer2/Core/Hook.pm line 33.
t/013_dashboard.t .... ok
t/author-critic.t .... skipped: these tests are for testing by the author

Test Summary Report
-------------------
t/001_login.t      (Wstat: 512 Tests: 6 Failed: 2)
  Failed tests:  1-2
  Non-zero exit status: 2
t/002_permissions.t (Wstat: 256 Tests: 3 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
t/006_frontend.t   (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
t/008_tags.t       (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
t/009_extra.t      (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
t/011_ex.t         (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
t/012_users.t      (Wstat: 512 Tests: 7 Failed: 2)
  Failed tests:  5, 7
  Non-zero exit status: 2
Files=13, Tests=97, 20 wallclock secs ( 0.04 usr  0.06 sys + 14.39 cusr  3.60 csys = 18.09 CPU)
Result: FAIL
Failed 7/13 test programs. 5/97 subtests failed.
Makefile:1215: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255

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

Prerequisite modules loaded:

requires:

    Module                               Need     Have    
    ------------------------------------ -------- --------
    Authen::Passphrase::BlowfishCrypt    0        0.008   
    Carp                                 0        1.40    
    Cwd                                  0        3.63_01 
    Dancer2                              0.166001 0.204002
    Dancer2::Core::App                   0        0.204002
    Dancer2::Core::Runner                0        0.204002
    Dancer2::Plugin                      0        0.204002
    Dancer2::Plugin::Ajax                0        0.300000
    Dancer2::Plugin::DBIC                0        0.0013  
    Dancer2::Serializer::JSON            0        0.204002
    DateTime::Format::SQLite             0        0.11    
    DateTime::Format::Strptime           0        1.70    
    DBI                                  0        1.636   
    DBIx::Class::Core                    0        0       
    DBIx::Class::Schema                  0        0       
    DBIx::Class::Schema::Loader          0        0.07046 
    DBIx::Class::TimeStamp               0        0.14    
    File::Copy                           0        2.31    
    File::Copy::Recursive                0        0.38    
    File::Path                           0        2.12_01 
    HTML::FormFu                         1.00     2.05    
    HTML::FormFu::Element::Block         0        2.05    
    HTML::FormFu::Element::Fieldset      0        2.05    
    HTML::FormFu::Element::Label         0        2.05    
    HTML::FormFu::Element::Select        0        2.05    
    HTML::FormFu::Element::Text          0        2.05    
    HTML::FormFu::Validator              0        2.05    
    IO::Prompt                           0        0.997004
    Lingua::EN::Inflect                  0        1.901   
    Module::Load                         0        0.32    
    Moo                                  0        2.003000
    Moo::Role                            0        2.003000
    Moose                                0        2.1807  
    SQL::Translator                      0        0.11021 
    SQL::Translator::Parser::DBIx::Class 0        1.10    
    Term::ReadKey                        0        2.37    
    Text::Unidecode                      0        1.30    
    Time::localtime                      0        1.02    
    Try::Tiny                            0        0.28    
    Unicode::Normalize                   0        1.25    
    YAML::XS                             0        0.63    

build_requires:

    Module                               Need     Have    
    ------------------------------------ -------- --------
    ExtUtils::MakeMaker                  0        7.24    
    FindBin                              0        1.51    
    HTTP::Cookies                        0        6.01    
    HTTP::Request                        0        6.11    
    HTTP::Request::Common                0        6.11    
    JSON                                 0        2.90    
    Plack::Builder                       0        0       
    Plack::Test                          0        0       
    Test::More                           0        1.302075

configure_requires:

    Module                               Need     Have    
    ------------------------------------ -------- --------
    ExtUtils::MakeMaker                  0        7.24    


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

Environment variables:

    LANG = C
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/linux-gnu:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
    PERL5LIB = /home/cpansand/.cpan/build/2017062506/Dancer2-Plugin-Ajax-0.300000-nQ2iRn/blib/arch:/home/cpansand/.cpan/build/2017062506/Dancer2-Plugin-Ajax-0.300000-nQ2iRn/blib/lib:/home/cpansand/.cpan/build/2017062506/Dancer2-Plugin-DBIC-0.0013-DAce4_/blib/arch:/home/cpansand/.cpan/build/2017062506/Dancer2-Plugin-DBIC-0.0013-DAce4_/blib/lib:/home/cpansand/.cpan/build/2017062506/DBICx-Sugar-0.0100-rUn1JC/blib/arch:/home/cpansand/.cpan/build/2017062506/DBICx-Sugar-0.0100-rUn1JC/blib/lib:/home/cpansand/.cpan/build/2017062506/Authen-Passphrase-0.008-iyM6HL/blib/arch:/home/cpansand/.cpan/build/2017062506/Authen-Passphrase-0.008-iyM6HL/blib/lib:/home/cpansand/.cpan/build/2017062506/Digest-MD4-1.9-V9eTjL/blib/arch:/home/cpansand/.cpan/build/2017062506/Digest-MD4-1.9-V9eTjL/blib/lib:/home/cpansand/.cpan/build/2017062506/Authen-DecHpwd-2.006-qE9sji/blib/arch:/home/cpansand/.cpan/build/2017062506/Authen-DecHpwd-2.006-qE9sji/blib/lib:/home/cpansand/.cpan/build/2017062506/Digest-CRC-0.22-ZKHzXq/blib/arch:/home/cpansand/.cpan/build/2017062506/Digest-CRC-0.22-ZKHzXq/blib/lib:/home/cpansand/.cpan/build/2017062506/Scalar-String-0.002-1DSF9T/blib/arch:/home/cpansand/.cpan/build/2017062506/Scalar-String-0.002-1DSF9T/blib/lib:/home/cpansand/.cpan/build/2017062506/Data-Integer-0.005-QJHWGJ/blib/arch:/home/cpansand/.cpan/build/2017062506/Data-Integer-0.005-QJHWGJ/blib/lib:/home/cpansand/.cpan/build/2017062506/Crypt-UnixCrypt_XS-0.11-Zf3vho/blib/arch:/home/cpansand/.cpan/build/2017062506/Crypt-UnixCrypt_XS-0.11-Zf3vho/blib/lib:/home/cpansand/.cpan/build/2017062506/Data-Entropy-0.007-ffvbLN/blib/arch:/home/cpansand/.cpan/build/2017062506/Data-Entropy-0.007-ffvbLN/blib/lib:/home/cpansand/.cpan/build/2017062506/Crypt-Rijndael-1.13-AYEXq1/blib/arch:/home/cpansand/.cpan/build/2017062506/Crypt-Rijndael-1.13-AYEXq1/blib/lib:/home/cpansand/.cpan/build/2017062506/Data-Float-0.012-9NI2QF/blib/arch:/home/cpansand/.cpan/build/2017062506/Data-Float-0.012-9NI2QF/blib/lib:/home/cpansand/.cpan/build/2017062506/HTTP-Lite-2.44-ZlbcUQ/blib/arch:/home/cpansand/.cpan/build/2017062506/HTTP-Lite-2.44-ZlbcUQ/blib/lib:/home/cpansand/.cpan/build/2017062506/Crypt-DES-2.07-u8Gzfi/blib/arch:/home/cpansand/.cpan/build/2017062506/Crypt-DES-2.07-u8Gzfi/blib/lib:/home/cpansand/.cpan/build/2017062506/Crypt-Eksblowfish-0.009-caWCzM/blib/arch:/home/cpansand/.cpan/build/2017062506/Crypt-Eksblowfish-0.009-caWCzM/blib/lib:/home/cpansand/.cpan/build/2017062506/Class-Mix-0.005-nTXXm9/blib/arch:/home/cpansand/.cpan/build/2017062506/Class-Mix-0.005-nTXXm9/blib/lib:/home/cpansand/.cpan/build/2017062506/Params-Classify-0.013-cExdPi/blib/arch:/home/cpansand/.cpan/build/2017062506/Params-Classify-0.013-cExdPi/blib/lib:/home/cpansand/.cpan/build/2017062506/Crypt-MySQL-0.04-xHU63_/blib/arch:/home/cpansand/.cpan/build/2017062506/Crypt-MySQL-0.04-xHU63_/blib/lib:/home/cpansand/.cpan/build/2017062506/DBIx-Class-TimeStamp-0.14-tlS8Ds/blib/arch:/home/cpansand/.cpan/build/2017062506/DBIx-Class-TimeStamp-0.14-tlS8Ds/blib/lib:/home/cpansand/.cpan/build/2017062506/DateTime-Format-MySQL-0.06-12jEHP/blib/arch:/home/cpansand/.cpan/build/2017062506/DateTime-Format-MySQL-0.06-12jEHP/blib/lib:/home/cpansand/.cpan/build/2017062506/DBIx-Class-DynamicDefault-0.04-u12xQu/blib/arch:/home/cpansand/.cpan/build/2017062506/DBIx-Class-DynamicDefault-0.04-u12xQu/blib/lib:/home/cpansand/.cpan/build/2017062506/DBICx-TestDatabase-0.05-n3bY0D/blib/arch:/home/cpansand/.cpan/build/2017062506/DBICx-TestDatabase-0.05-n3bY0D/blib/lib:/home/cpansand/.cpan/build/2017062506/Time-Warp-0.52-UYFq7y/blib/arch:/home/cpansand/.cpan/build/2017062506/Time-Warp-0.52-UYFq7y/blib/lib:/home/cpansand/.cpan/build/2017062506/HTML-FormFu-2.05-EHYg9b/blib/arch:/home/cpansand/.cpan/build/2017062506/HTML-FormFu-2.05-EHYg9b/blib/lib:/home/cpansand/.cpan/build/2017062506/DateTime-Format-Natural-1.05-i94HTt/blib/arch:/home/cpansand/.cpan/build/2017062506/DateTime-Format-Natural-1.05-i94HTt/blib/lib:/home/cpansand/.cpan/build/2017062506/Module-Util-1.09-55NofS/blib/arch:/home/cpansand/.cpan/build/2017062506/Module-Util-1.09-55NofS/blib/lib:/home/cpansand/.cpan/build/2017062506/Regexp-Assemble-0.38-EPNxp9/blib/arch:/home/cpansand/.cpan/build/2017062506/Regexp-Assemble-0.38-EPNxp9/blib/lib:/home/cpansand/.cpan/build/2017062506/HTML-Scrubber-0.15-sZFEAz/blib/arch:/home/cpansand/.cpan/build/2017062506/HTML-Scrubber-0.15-sZFEAz/blib/lib:/home/cpansand/.cpan/build/2017062506/Test-NoTabs-2.00-jxxEcZ/blib/arch:/home/cpansand/.cpan/build/2017062506/Test-NoTabs-2.00-jxxEcZ/blib/lib:/home/cpansand/.cpan/build/2017062506/Number-Format-1.75-LZEjLi/blib/arch:/home/cpansand/.cpan/build/2017062506/Number-Format-1.75-LZEjLi/blib/lib:/home/cpansand/.cpan/build/2017062506/HTML-TokeParser-Simple-3.16-GXzpCo/blib/arch:/home/cpansand/.cpan/build/2017062506/HTML-TokeParser-Simple-3.16-GXzpCo/blib/lib:/home/cpansand/.cpan/build/2017062506/Sub-Override-0.09-lTOvJW/blib/arch:/home/cpansand/.cpan/build/2017062506/Sub-Override-0.09-lTOvJW/blib/lib:/home/cpansand/.cpan/build/2017062506/Hash-Flatten-1.19-2LPe4Z/blib/arch:/home/cpansand/.cpan/build/2017062506/Hash-Flatten-1.19-2LPe4Z/blib/lib:/home/cpansand/.cpan/build/2017062506/Test-Assertions-1.054-KKUH_x/blib/arch:/home/cpansand/.cpan/build/2017062506/Test-Assertions-1.054-KKUH_x/blib/lib:/home/cpansand/.cpan/build/2017062506/Log-Trace-1.070-HBJDrc/blib/arch:/home/cpansand/.cpan/build/2017062506/Log-Trace-1.070-HBJDrc/blib/lib:/home/cpansand/.cpan/build/2017062506/Regexp-Common-2017060201-Zxi6_M/blib/arch:/home/cpansand/.cpan/build/2017062506/Regexp-Common-2017060201-Zxi6_M/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 9792
    PERL5_CPAN_IS_RUNNING = 9792
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 24342,9792
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2017062506/cpanreporter_001_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_USE_UNSAFE_INC = 1
    SHELL = /bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2017062506

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

    $^X = /bbbike/perl-5.24.1t/bin/perl
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.11_01 
    CPAN::Meta          2.150010
    Cwd                 3.63_01 
    ExtUtils::CBuilder  0.280225
    ExtUtils::Command   7.24    
    ExtUtils::Install   2.04    
    ExtUtils::MakeMaker 7.24    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.31    
    File::Spec          3.63_01 
    JSON                2.90    
    JSON::PP            2.27400 
    Module::Build       0.4220  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.36_01 
    Test::More          1.302075
    YAML                1.21    
    YAML::Syck          1.29    
    version             0.9917  


--

Summary of my perl5 (revision 5 version 24 subversion 1) configuration:
   
  Platform:
    osname=linux, osvers=3.16.0-4-amd64, archname=x86_64-linux-thread-multi
    uname='linux eserte 3.16.0-4-amd64 #1 smp debian 3.16.39-1 (2016-12-30) x86_64 gnulinux '
    config_args='-ds -e -Dprefix=/opt/perl-5.24.1t -Dusethreads -Dcf_email=srezic@cpan.org'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2',
    optimize='-O2',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion='', gccversion='4.9.2', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678, doublekind=3
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16, longdblkind=3
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/4.9/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
    libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.19.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.19'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
                        PERL_COPY_ON_WRITE PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV 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_LOCALE_TIME USE_PERLIO
                        USE_PERL_ATOF USE_REENTRANT_API
  Built under linux
  Compiled at Jan 17 2017 18:52:55
  %ENV:
    PERL5LIB="/home/cpansand/.cpan/build/2017062506/Dancer2-Plugin-Ajax-0.300000-nQ2iRn/blib/arch:/home/cpansand/.cpan/build/2017062506/Dancer2-Plugin-Ajax-0.300000-nQ2iRn/blib/lib:/home/cpansand/.cpan/build/2017062506/Dancer2-Plugin-DBIC-0.0013-DAce4_/blib/arch:/home/cpansand/.cpan/build/2017062506/Dancer2-Plugin-DBIC-0.0013-DAce4_/blib/lib:/home/cpansand/.cpan/build/2017062506/DBICx-Sugar-0.0100-rUn1JC/blib/arch:/home/cpansand/.cpan/build/2017062506/DBICx-Sugar-0.0100-rUn1JC/blib/lib:/home/cpansand/.cpan/build/2017062506/Authen-Passphrase-0.008-iyM6HL/blib/arch:/home/cpansand/.cpan/build/2017062506/Authen-Passphrase-0.008-iyM6HL/blib/lib:/home/cpansand/.cpan/build/2017062506/Digest-MD4-1.9-V9eTjL/blib/arch:/home/cpansand/.cpan/build/2017062506/Digest-MD4-1.9-V9eTjL/blib/lib:/home/cpansand/.cpan/build/2017062506/Authen-DecHpwd-2.006-qE9sji/blib/arch:/home/cpansand/.cpan/build/2017062506/Authen-DecHpwd-2.006-qE9sji/blib/lib:/home/cpansand/.cpan/build/2017062506/Digest-CRC-0.22-ZKHzXq/blib/arch:/home/cpansand/.cpan/build/2017062506/Digest-CRC-0.22-ZKHzXq/blib/lib:/home/cpansand/.cpan/build/2017062506/Scalar-String-0.002-1DSF9T/blib/arch:/home/cpansand/.cpan/build/2017062506/Scalar-String-0.002-1DSF9T/blib/lib:/home/cpansand/.cpan/build/2017062506/Data-Integer-0.005-QJHWGJ/blib/arch:/home/cpansand/.cpan/build/2017062506/Data-Integer-0.005-QJHWGJ/blib/lib:/home/cpansand/.cpan/build/2017062506/Crypt-UnixCrypt_XS-0.11-Zf3vho/blib/arch:/home/cpansand/.cpan/build/2017062506/Crypt-UnixCrypt_XS-0.11-Zf3vho/blib/lib:/home/cpansand/.cpan/build/2017062506/Data-Entropy-0.007-ffvbLN/blib/arch:/home/cpansand/.cpan/build/2017062506/Data-Entropy-0.007-ffvbLN/blib/lib:/home/cpansand/.cpan/build/2017062506/Crypt-Rijndael-1.13-AYEXq1/blib/arch:/home/cpansand/.cpan/build/2017062506/Crypt-Rijndael-1.13-AYEXq1/blib/lib:/home/cpansand/.cpan/build/2017062506/Data-Float-0.012-9NI2QF/blib/arch:/home/cpansand/.cpan/build/2017062506/Data-Float-0.012-9NI2QF/blib/lib:/home/cpansand/.cpan/build/2017062506/HTTP-Lite-2.44-ZlbcUQ/blib/arch:/home/cpansand/.cpan/build/2017062506/HTTP-Lite-2.44-ZlbcUQ/blib/lib:/home/cpansand/.cpan/build/2017062506/Crypt-DES-2.07-u8Gzfi/blib/arch:/home/cpansand/.cpan/build/2017062506/Crypt-DES-2.07-u8Gzfi/blib/lib:/home/cpansand/.cpan/build/2017062506/Crypt-Eksblowfish-0.009-caWCzM/blib/arch:/home/cpansand/.cpan/build/2017062506/Crypt-Eksblowfish-0.009-caWCzM/blib/lib:/home/cpansand/.cpan/build/2017062506/Class-Mix-0.005-nTXXm9/blib/arch:/home/cpansand/.cpan/build/2017062506/Class-Mix-0.005-nTXXm9/blib/lib:/home/cpansand/.cpan/build/2017062506/Params-Classify-0.013-cExdPi/blib/arch:/home/cpansand/.cpan/build/2017062506/Params-Classify-0.013-cExdPi/blib/lib:/home/cpansand/.cpan/build/2017062506/Crypt-MySQL-0.04-xHU63_/blib/arch:/home/cpansand/.cpan/build/2017062506/Crypt-MySQL-0.04-xHU63_/blib/lib:/home/cpansand/.cpan/build/2017062506/DBIx-Class-TimeStamp-0.14-tlS8Ds/blib/arch:/home/cpansand/.cpan/build/2017062506/DBIx-Class-TimeStamp-0.14-tlS8Ds/blib/lib:/home/cpansand/.cpan/build/2017062506/DateTime-Format-MySQL-0.06-12jEHP/blib/arch:/home/cpansand/.cpan/build/2017062506/DateTime-Format-MySQL-0.06-12jEHP/blib/lib:/home/cpansand/.cpan/build/2017062506/DBIx-Class-DynamicDefault-0.04-u12xQu/blib/arch:/home/cpansand/.cpan/build/2017062506/DBIx-Class-DynamicDefault-0.04-u12xQu/blib/lib:/home/cpansand/.cpan/build/2017062506/DBICx-TestDatabase-0.05-n3bY0D/blib/arch:/home/cpansand/.cpan/build/2017062506/DBICx-TestDatabase-0.05-n3bY0D/blib/lib:/home/cpansand/.cpan/build/2017062506/Time-Warp-0.52-UYFq7y/blib/arch:/home/cpansand/.cpan/build/2017062506/Time-Warp-0.52-UYFq7y/blib/lib:/home/cpansand/.cpan/build/2017062506/HTML-FormFu-2.05-EHYg9b/blib/arch:/home/cpansand/.cpan/build/2017062506/HTML-FormFu-2.05-EHYg9b/blib/lib:/home/cpansand/.cpan/build/2017062506/DateTime-Format-Natural-1.05-i94HTt/blib/arch:/home/cpansand/.cpan/build/2017062506/DateTime-Format-Natural-1.05-i94HTt/blib/lib:/home/cpansand/.cpan/build/2017062506/Module-Util-1.09-55NofS/blib/arch:/home/cpansand/.cpan/build/2017062506/Module-Util-1.09-55NofS/blib/lib:/home/cpansand/.cpan/build/2017062506/Regexp-Assemble-0.38-EPNxp9/blib/arch:/home/cpansand/.cpan/build/2017062506/Regexp-Assemble-0.38-EPNxp9/blib/lib:/home/cpansand/.cpan/build/2017062506/HTML-Scrubber-0.15-sZFEAz/blib/arch:/home/cpansand/.cpan/build/2017062506/HTML-Scrubber-0.15-sZFEAz/blib/lib:/home/cpansand/.cpan/build/2017062506/Test-NoTabs-2.00-jxxEcZ/blib/arch:/home/cpansand/.cpan/build/2017062506/Test-NoTabs-2.00-jxxEcZ/blib/lib:/home/cpansand/.cpan/build/2017062506/Number-Format-1.75-LZEjLi/blib/arch:/home/cpansand/.cpan/build/2017062506/Number-Format-1.75-LZEjLi/blib/lib:/home/cpansand/.cpan/build/2017062506/HTML-TokeParser-Simple-3.16-GXzpCo/blib/arch:/home/cpansand/.cpan/build/2017062506/HTML-TokeParser-Simple-3.16-GXzpCo/blib/lib:/home/cpansand/.cpan/build/2017062506/Sub-Override-0.09-lTOvJW/blib/arch:/home/cpansand/.cpan/build/2017062506/Sub-Override-0.09-lTOvJW/blib/lib:/home/cpansand/.cpan/build/2017062506/Hash-Flatten-1.19-2LPe4Z/blib/arch:/home/cpansand/.cpan/build/2017062506/Hash-Flatten-1.19-2LPe4Z/blib/lib:/home/cpansand/.cpan/build/2017062506/Test-Assertions-1.054-KKUH_x/blib/arch:/home/cpansand/.cpan/build/2017062506/Test-Assertions-1.054-KKUH_x/blib/lib:/home/cpansand/.cpan/build/2017062506/Log-Trace-1.070-HBJDrc/blib/arch:/home/cpansand/.cpan/build/2017062506/Log-Trace-1.070-HBJDrc/blib/lib:/home/cpansand/.cpan/build/2017062506/Regexp-Common-2017060201-Zxi6_M/blib/arch:/home/cpansand/.cpan/build/2017062506/Regexp-Common-2017060201-Zxi6_M/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="9792"
    PERL5_CPAN_IS_RUNNING="9792"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="24342,9792"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2017062506/cpanreporter_001_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /home/cpansand/.cpan/build/2017062506/Dancer2-Plugin-Ajax-0.300000-nQ2iRn/blib/arch
    /home/cpansand/.cpan/build/2017062506/Dancer2-Plugin-Ajax-0.300000-nQ2iRn/blib/lib
    /home/cpansand/.cpan/build/2017062506/Dancer2-Plugin-DBIC-0.0013-DAce4_/blib/arch
    /home/cpansand/.cpan/build/2017062506/Dancer2-Plugin-DBIC-0.0013-DAce4_/blib/lib
    /home/cpansand/.cpan/build/2017062506/DBICx-Sugar-0.0100-rUn1JC/blib/arch
    /home/cpansand/.cpan/build/2017062506/DBICx-Sugar-0.0100-rUn1JC/blib/lib
    /home/cpansand/.cpan/build/2017062506/Authen-Passphrase-0.008-iyM6HL/blib/arch
    /home/cpansand/.cpan/build/2017062506/Authen-Passphrase-0.008-iyM6HL/blib/lib
    /home/cpansand/.cpan/build/2017062506/Digest-MD4-1.9-V9eTjL/blib/arch
    /home/cpansand/.cpan/build/2017062506/Digest-MD4-1.9-V9eTjL/blib/lib
    /home/cpansand/.cpan/build/2017062506/Authen-DecHpwd-2.006-qE9sji/blib/arch
    /home/cpansand/.cpan/build/2017062506/Authen-DecHpwd-2.006-qE9sji/blib/lib
    /home/cpansand/.cpan/build/2017062506/Digest-CRC-0.22-ZKHzXq/blib/arch
    /home/cpansand/.cpan/build/2017062506/Digest-CRC-0.22-ZKHzXq/blib/lib
    /home/cpansand/.cpan/build/2017062506/Scalar-String-0.002-1DSF9T/blib/arch
    /home/cpansand/.cpan/build/2017062506/Scalar-String-0.002-1DSF9T/blib/lib
    /home/cpansand/.cpan/build/2017062506/Data-Integer-0.005-QJHWGJ/blib/arch
    /home/cpansand/.cpan/build/2017062506/Data-Integer-0.005-QJHWGJ/blib/lib
    /home/cpansand/.cpan/build/2017062506/Crypt-UnixCrypt_XS-0.11-Zf3vho/blib/arch
    /home/cpansand/.cpan/build/2017062506/Crypt-UnixCrypt_XS-0.11-Zf3vho/blib/lib
    /home/cpansand/.cpan/build/2017062506/Data-Entropy-0.007-ffvbLN/blib/arch
    /home/cpansand/.cpan/build/2017062506/Data-Entropy-0.007-ffvbLN/blib/lib
    /home/cpansand/.cpan/build/2017062506/Crypt-Rijndael-1.13-AYEXq1/blib/arch
    /home/cpansand/.cpan/build/2017062506/Crypt-Rijndael-1.13-AYEXq1/blib/lib
    /home/cpansand/.cpan/build/2017062506/Data-Float-0.012-9NI2QF/blib/arch
    /home/cpansand/.cpan/build/2017062506/Data-Float-0.012-9NI2QF/blib/lib
    /home/cpansand/.cpan/build/2017062506/HTTP-Lite-2.44-ZlbcUQ/blib/arch
    /home/cpansand/.cpan/build/2017062506/HTTP-Lite-2.44-ZlbcUQ/blib/lib
    /home/cpansand/.cpan/build/2017062506/Crypt-DES-2.07-u8Gzfi/blib/arch
    /home/cpansand/.cpan/build/2017062506/Crypt-DES-2.07-u8Gzfi/blib/lib
    /home/cpansand/.cpan/build/2017062506/Crypt-Eksblowfish-0.009-caWCzM/blib/arch
    /home/cpansand/.cpan/build/2017062506/Crypt-Eksblowfish-0.009-caWCzM/blib/lib
    /home/cpansand/.cpan/build/2017062506/Class-Mix-0.005-nTXXm9/blib/arch
    /home/cpansand/.cpan/build/2017062506/Class-Mix-0.005-nTXXm9/blib/lib
    /home/cpansand/.cpan/build/2017062506/Params-Classify-0.013-cExdPi/blib/arch
    /home/cpansand/.cpan/build/2017062506/Params-Classify-0.013-cExdPi/blib/lib
    /home/cpansand/.cpan/build/2017062506/Crypt-MySQL-0.04-xHU63_/blib/arch
    /home/cpansand/.cpan/build/2017062506/Crypt-MySQL-0.04-xHU63_/blib/lib
    /home/cpansand/.cpan/build/2017062506/DBIx-Class-TimeStamp-0.14-tlS8Ds/blib/arch
    /home/cpansand/.cpan/build/2017062506/DBIx-Class-TimeStamp-0.14-tlS8Ds/blib/lib
    /home/cpansand/.cpan/build/2017062506/DateTime-Format-MySQL-0.06-12jEHP/blib/arch
    /home/cpansand/.cpan/build/2017062506/DateTime-Format-MySQL-0.06-12jEHP/blib/lib
    /home/cpansand/.cpan/build/2017062506/DBIx-Class-DynamicDefault-0.04-u12xQu/blib/arch
    /home/cpansand/.cpan/build/2017062506/DBIx-Class-DynamicDefault-0.04-u12xQu/blib/lib
    /home/cpansand/.cpan/build/2017062506/DBICx-TestDatabase-0.05-n3bY0D/blib/arch
    /home/cpansand/.cpan/build/2017062506/DBICx-TestDatabase-0.05-n3bY0D/blib/lib
    /home/cpansand/.cpan/build/2017062506/Time-Warp-0.52-UYFq7y/blib/arch
    /home/cpansand/.cpan/build/2017062506/Time-Warp-0.52-UYFq7y/blib/lib
    /home/cpansand/.cpan/build/2017062506/HTML-FormFu-2.05-EHYg9b/blib/arch
    /home/cpansand/.cpan/build/2017062506/HTML-FormFu-2.05-EHYg9b/blib/lib
    /home/cpansand/.cpan/build/2017062506/DateTime-Format-Natural-1.05-i94HTt/blib/arch
    /home/cpansand/.cpan/build/2017062506/DateTime-Format-Natural-1.05-i94HTt/blib/lib
    /home/cpansand/.cpan/build/2017062506/Module-Util-1.09-55NofS/blib/arch
    /home/cpansand/.cpan/build/2017062506/Module-Util-1.09-55NofS/blib/lib
    /home/cpansand/.cpan/build/2017062506/Regexp-Assemble-0.38-EPNxp9/blib/arch
    /home/cpansand/.cpan/build/2017062506/Regexp-Assemble-0.38-EPNxp9/blib/lib
    /home/cpansand/.cpan/build/2017062506/HTML-Scrubber-0.15-sZFEAz/blib/arch
    /home/cpansand/.cpan/build/2017062506/HTML-Scrubber-0.15-sZFEAz/blib/lib
    /home/cpansand/.cpan/build/2017062506/Test-NoTabs-2.00-jxxEcZ/blib/arch
    /home/cpansand/.cpan/build/2017062506/Test-NoTabs-2.00-jxxEcZ/blib/lib
    /home/cpansand/.cpan/build/2017062506/Number-Format-1.75-LZEjLi/blib/arch
    /home/cpansand/.cpan/build/2017062506/Number-Format-1.75-LZEjLi/blib/lib
    /home/cpansand/.cpan/build/2017062506/HTML-TokeParser-Simple-3.16-GXzpCo/blib/arch
    /home/cpansand/.cpan/build/2017062506/HTML-TokeParser-Simple-3.16-GXzpCo/blib/lib
    /home/cpansand/.cpan/build/2017062506/Sub-Override-0.09-lTOvJW/blib/arch
    /home/cpansand/.cpan/build/2017062506/Sub-Override-0.09-lTOvJW/blib/lib
    /home/cpansand/.cpan/build/2017062506/Hash-Flatten-1.19-2LPe4Z/blib/arch
    /home/cpansand/.cpan/build/2017062506/Hash-Flatten-1.19-2LPe4Z/blib/lib
    /home/cpansand/.cpan/build/2017062506/Test-Assertions-1.054-KKUH_x/blib/arch
    /home/cpansand/.cpan/build/2017062506/Test-Assertions-1.054-KKUH_x/blib/lib
    /home/cpansand/.cpan/build/2017062506/Log-Trace-1.070-HBJDrc/blib/arch
    /home/cpansand/.cpan/build/2017062506/Log-Trace-1.070-HBJDrc/blib/lib
    /home/cpansand/.cpan/build/2017062506/Regexp-Common-2017060201-Zxi6_M/blib/arch
    /home/cpansand/.cpan/build/2017062506/Regexp-Common-2017060201-Zxi6_M/blib/lib
    /opt/perl-5.24.1t/lib/site_perl/5.24.1/x86_64-linux-thread-multi
    /opt/perl-5.24.1t/lib/site_perl/5.24.1
    /opt/perl-5.24.1t/lib/5.24.1/x86_64-linux-thread-multi
    /opt/perl-5.24.1t/lib/5.24.1
    .