Report for App-CmdDirs-1.02

Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: FAIL App-CmdDirs-1.02 v5.22.1 RC1 GNU/Linux
Date: 2015-11-08T18:51:23Z

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 Drew Stephens,

This is a computer-generated report for App-CmdDirs-1.02
on perl 5.22.1, created by CPAN-Reporter-1.2015.

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.22.1-RC1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Testing App-CmdDirs 1.02, Perl 5.022001, /bbbike/perl-5.22.1-RC1/bin/perl
t/00-load.t .... ok

#   Failed test 'Test::Perl::Critic for "blib/lib/App/CmdDirs/Traverser/Subversion.pm"'
#   at /opt/perl-5.22.1-RC1/lib/site_perl/5.22.1/Test/Perl/Critic.pm line 104.
# 
#   [CodeLayout::RequireUseUTF8] Code does not "use utf8;" at line 1, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 7, column 1.  (Severity: 5)
#   [logicLAB::RequireParamsValidate] Parameter validation not complying with required standard at line 7, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 8, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 8, column 9.  (Severity: 5)
#   [Variables::ProhibitUnusedVarsStricter] $self is declared but not used at line 8, column 9.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 8, column 16.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 9, column 1.  (Severity: 3)

#   Failed test 'Test::Perl::Critic for "blib/script/cmddirs"'
#   at /opt/perl-5.22.1-RC1/lib/site_perl/5.22.1/Test/Perl/Critic.pm line 104.
# 
#   [CodeLayout::RequireUseUTF8] Code does not "use utf8;" at line 1, column 1.  (Severity: 3)
#   [Documentation::RequirePODUseEncodingUTF8] POD does not include "=encoding utf8" declaration at line 1, column 1.  (Severity: 3)
#   [logicLAB::RequireSheBang] she-bang line not conforming with requirement at line 1, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 255, column 4.  (Severity: 5)
#   [Subroutines::ProhibitCallsToUndeclaredSubs] Subroutine "GetOptions" is neither declared nor explicitly imported at line 256, column 1.  (Severity: 4)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 256, column 12.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 257, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 258, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 259, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 260, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 261, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 262, column 1.  (Severity: 3)
#   [Subroutines::ProhibitCallsToUndeclaredSubs] Subroutine "pod2usage" is neither declared nor explicitly imported at line 265, column 1.  (Severity: 4)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 265, column 30.  (Severity: 5)
#   [Subroutines::ProhibitCallsToUndeclaredSubs] Subroutine "pod2usage" is neither declared nor explicitly imported at line 266, column 1.  (Severity: 4)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 266, column 30.  (Severity: 5)
#   [Subroutines::ProhibitCallsToUndeclaredSubs] Subroutine "pod2usage" is neither declared nor explicitly imported at line 269, column 1.  (Severity: 4)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 271, column 4.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 271, column 41.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 272, column 1.  (Severity: 5)

#   Failed test 'Test::Perl::Critic for "blib/lib/App/CmdDirs/Traverser/Base.pm"'
#   at /opt/perl-5.22.1-RC1/lib/site_perl/5.22.1/Test/Perl/Critic.pm line 104.
# 
#   [CodeLayout::RequireUseUTF8] Code does not "use utf8;" at line 1, column 1.  (Severity: 3)
#   [logicLAB::RequireParamsValidate] Parameter validation not complying with required standard at line 7, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 8, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 8, column 9.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 8, column 17.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 8, column 27.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 8, column 36.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 9, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 10, column 8.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 11, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 11, column 11.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 11, column 18.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 12, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 13, column 5.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 13, column 26.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 14, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 14, column 5.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 14, column 25.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 15, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 15, column 5.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 15, column 23.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 16, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 17, column 12.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 21, column 1.  (Severity: 5)
#   [logicLAB::RequireParamsValidate] Parameter validation not complying with required standard at line 21, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 22, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 23, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 28, column 1.  (Severity: 5)
#   [logicLAB::RequireParamsValidate] Parameter validation not complying with required standard at line 28, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 29, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 29, column 9.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 29, column 16.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 30, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 31, column 8.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 31, column 19.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 32, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 32, column 8.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 32, column 18.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 33, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 34, column 8.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 34, column 18.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 35, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 35, column 16.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 35, column 22.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 36, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 36, column 22.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 37, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 37, column 19.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 37, column 31.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 39, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 40, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 40, column 17.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 41, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 42, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 43, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 44, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 46, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 47, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 47, column 15.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 48, column 1.  (Severity: 3)
#   [logicLAB::ProhibitShellDispatch] Do not use 'system' or 'exec' statements at line 48, column 9.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 49, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 49, column 15.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 50, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 52, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 53, column 1.  (Severity: 3)

#   Failed test 'Test::Perl::Critic for "blib/lib/App/CmdDirs/Traverser/Git.pm"'
#   at /opt/perl-5.22.1-RC1/lib/site_perl/5.22.1/Test/Perl/Critic.pm line 104.
# 
#   [CodeLayout::RequireUseUTF8] Code does not "use utf8;" at line 1, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 7, column 1.  (Severity: 5)
#   [logicLAB::RequireParamsValidate] Parameter validation not complying with required standard at line 7, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 8, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 8, column 9.  (Severity: 5)
#   [Variables::ProhibitUnusedVarsStricter] $self is declared but not used at line 8, column 9.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 8, column 16.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 9, column 1.  (Severity: 3)

#   Failed test 'Test::Perl::Critic for "blib/lib/App/CmdDirs.pm"'
#   at /opt/perl-5.22.1-RC1/lib/site_perl/5.22.1/Test/Perl/Critic.pm line 104.
# 
#   [CodeLayout::RequireUseUTF8] Code does not "use utf8;" at line 1, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 11, column 1.  (Severity: 3)
#   [logicLAB::RequireParamsValidate] Parameter validation not complying with required standard at line 14, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 15, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 15, column 9.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 15, column 17.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 15, column 24.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 16, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 17, column 8.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 18, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 18, column 5.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 18, column 23.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 19, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 19, column 5.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 19, column 26.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 20, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 20, column 11.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 20, column 18.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 21, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 22, column 12.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 26, column 1.  (Severity: 5)
#   [logicLAB::RequireParamsValidate] Parameter validation not complying with required standard at line 26, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 27, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 27, column 9.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 29, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 30, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 30, column 8.  (Severity: 5)
#   [Subroutines::ProhibitCallsToUndeclaredSubs] Subroutine "cwd" is neither declared nor explicitly imported at line 30, column 18.  (Severity: 4)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 31, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 31, column 8.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 31, column 18.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 32, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 32, column 8.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 32, column 19.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 33, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 33, column 8.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 35, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 36, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 36, column 37.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 37, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 37, column 14.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 37, column 21.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 38, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 40, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 41, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 42, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 42, column 9.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 43, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 44, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 45, column 8.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 45, column 21.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 45, column 41.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 45, column 51.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 45, column 61.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 46, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 47, column 5.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 47, column 26.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 48, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 53, column 1.  (Severity: 5)
#   [logicLAB::RequireParamsValidate] Parameter validation not complying with required standard at line 53, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 54, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 54, column 9.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 54, column 16.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 54, column 26.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 54, column 35.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 55, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 55, column 8.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 56, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 57, column 9.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 58, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 58, column 9.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 58, column 57.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 58, column 67.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 58, column 76.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 59, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 59, column 14.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 59, column 45.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 60, column 1.  (Severity: 3)
#   [OTRS::ProhibitRequire] Use of "require" is not allowed at line 60, column 9.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 61, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 61, column 9.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 61, column 56.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 61, column 66.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 61, column 75.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 62, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 62, column 14.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 62, column 45.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 63, column 1.  (Severity: 3)
#   [OTRS::ProhibitRequire] Use of "require" is not allowed at line 63, column 9.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 64, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 64, column 9.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 64, column 63.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 64, column 73.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 64, column 82.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 65, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 66, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 66, column 9.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 66, column 57.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 66, column 67.  (Severity: 5)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 66, column 76.  (Severity: 5)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 67, column 1.  (Severity: 3)
#   [CodeLayout::TabIndentSpaceAlign] Non-leading tab at line 68, column 1.  (Severity: 3)
#   [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 69, column 12.  (Severity: 5)
t/10-critic.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 5/5 subtests 
t/50-unit.t .... ok
Generating cmddirs from script/cmddirs.PL
t/90-build.t ... ok

Test Summary Report
-------------------
t/10-critic.t (Wstat: 256 Tests: 5 Failed: 5)
  Failed tests:  1-5
  Non-zero exit status: 1
Files=4, Tests=15,  6 wallclock secs ( 0.03 usr  0.03 sys +  2.42 cusr  1.11 csys =  3.59 CPU)
Result: FAIL
Failed 1/4 test programs. 5/15 subtests failed.
make: *** [test_dynamic] Error 255

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

Prerequisite modules loaded:

build_requires:

    Module              Need     Have    
    ------------------- -------- --------
    App::FatPacker      0.009006 0.010004
    Perl::Critic        1.113    1.126   
    Test::Class         0.36     0.50    
    Test::Perl::Critic  1.02     1.03    

configure_requires:

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


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

Environment variables:

    LANG = C
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/eserte/bin/linux-gnu:/home/eserte/bin/sh:/home/eserte/bin:/usr/games:/home/eserte/devel:/home/eserte/src/srezic-misc/scripts
    PERL5LIB = /home/eserte/.cpan/build/2015110818/Tie-RefHash-1.39-oiQiUF/blib/arch:/home/eserte/.cpan/build/2015110818/Tie-RefHash-1.39-oiQiUF/blib/lib:/home/eserte/.cpan/build/2015110818/MongoDBx-AutoDeref-1.110560-MUO8S9/blib/arch:/home/eserte/.cpan/build/2015110818/MongoDBx-AutoDeref-1.110560-MUO8S9/blib/lib:/home/eserte/.cpan/build/2015110818/CatalystX-Script-FCGI-Engine-0.003-Ci_6mI/blib/arch:/home/eserte/.cpan/build/2015110818/CatalystX-Script-FCGI-Engine-0.003-Ci_6mI/blib/lib:/home/eserte/.cpan/build/2015110818/Xorg-XLFD-0.128-5lvMLb/blib/arch:/home/eserte/.cpan/build/2015110818/Xorg-XLFD-0.128-5lvMLb/blib/lib:/home/eserte/.cpan/build/2015110818/WWW-Offline-Toolkit-0.01-8ccJiL/blib/arch:/home/eserte/.cpan/build/2015110818/WWW-Offline-Toolkit-0.01-8ccJiL/blib/lib:/home/eserte/.cpan/build/2015110818/Task-Deprecations5_12-1.002-F_9Lc0/blib/arch:/home/eserte/.cpan/build/2015110818/Task-Deprecations5_12-1.002-F_9Lc0/blib/lib:/home/eserte/.cpan/build/2015110818/Rule-Engine-0.06-RTCGT4/blib/arch:/home/eserte/.cpan/build/2015110818/Rule-Engine-0.06-RTCGT4/blib/lib:/home/eserte/.cpan/build/2015110818/Dancer-Plugin-GearmanXS-0.110570-3pLpwX/blib/arch:/home/eserte/.cpan/build/2015110818/Dancer-Plugin-GearmanXS-0.110570-3pLpwX/blib/lib:/home/eserte/.cpan/build/2015110818/fytwORM-0.0.1-hPwGMI/blib/arch:/home/eserte/.cpan/build/2015110818/fytwORM-0.0.1-hPwGMI/blib/lib:/home/eserte/.cpan/build/2015110818/Test-SynchHaveWant-0.01-YzlPrF/blib/arch:/home/eserte/.cpan/build/2015110818/Test-SynchHaveWant-0.01-YzlPrF/blib/lib:/home/eserte/.cpan/build/2015110818/Devel-InPackage-0.01-nNbdr9/blib/arch:/home/eserte/.cpan/build/2015110818/Devel-InPackage-0.01-nNbdr9/blib/lib:/home/eserte/.cpan/build/2015110818/AnyEvent-Debounce-0.01-ld2StA/blib/arch:/home/eserte/.cpan/build/2015110818/AnyEvent-Debounce-0.01-ld2StA/blib/lib:/home/eserte/.cpan/build/2015110818/Acme-Geo-Whitwell-Name-0.04-JGz89D/blib/arch:/home/eserte/.cpan/build/2015110818/Acme-Geo-Whitwell-Name-0.04-JGz89D/blib/lib:/home/eserte/.cpan/build/2015110818/Var-Extract-0.02-fC28in/blib/arch:/home/eserte/.cpan/build/2015110818/Var-Extract-0.02-fC28in/blib/lib:/home/eserte/.cpan/build/2015110818/POE-Component-Server-POP3-0.10-BsW4Au/blib/arch:/home/eserte/.cpan/build/2015110818/POE-Component-Server-POP3-0.10-BsW4Au/blib/lib:/home/eserte/.cpan/build/2015110818/POE-Component-Pluggable-1.26-UZRJ8h/blib/arch:/home/eserte/.cpan/build/2015110818/POE-Component-Pluggable-1.26-UZRJ8h/blib/lib:/home/eserte/.cpan/build/2015110818/Image-Index-LaTeX-0.01-y2kPgt/blib/arch:/home/eserte/.cpan/build/2015110818/Image-Index-LaTeX-0.01-y2kPgt/blib/lib:/home/eserte/.cpan/build/2015110818/CPANPLUS-Internals-Source-CPANIDX-0.04-2SRqZH/blib/arch:/home/eserte/.cpan/build/2015110818/CPANPLUS-Internals-Source-CPANIDX-0.04-2SRqZH/blib/lib:/home/eserte/.cpan/build/2015110818/Bundle-CommonModules-1.03-1Err5F/blib/arch:/home/eserte/.cpan/build/2015110818/Bundle-CommonModules-1.03-1Err5F/blib/lib:/home/eserte/.cpan/build/2015110818/AnyEvent-POE_Reference-0.11-OtLpOq/blib/arch:/home/eserte/.cpan/build/2015110818/AnyEvent-POE_Reference-0.11-OtLpOq/blib/lib:/home/eserte/.cpan/build/2015110818/Net-Server-Mail-ESMTP-STARTTLS-0.02-SEeZ_N/blib/arch:/home/eserte/.cpan/build/2015110818/Net-Server-Mail-ESMTP-STARTTLS-0.02-SEeZ_N/blib/lib:/home/eserte/.cpan/build/2015110818/Config-Model-CursesUI-1.104-LPG9Bq/blib/arch:/home/eserte/.cpan/build/2015110818/Config-Model-CursesUI-1.104-LPG9Bq/blib/lib:/home/eserte/.cpan/build/2015110818/Class-DBI-Pg-0.08-Ziex6l/blib/arch:/home/eserte/.cpan/build/2015110818/Class-DBI-Pg-0.08-Ziex6l/blib/lib:/home/eserte/.cpan/build/2015110818/Class-DBI-Plugin-DateTime-0.05-04ecEF/blib/arch:/home/eserte/.cpan/build/2015110818/Class-DBI-Plugin-DateTime-0.05-04ecEF/blib/lib:/home/eserte/.cpan/build/2015110818/AnyEvent-Feed-0.3-xJx7Id/blib/arch:/home/eserte/.cpan/build/2015110818/AnyEvent-Feed-0.3-xJx7Id/blib/lib:/home/eserte/.cpan/build/2015110818/Redis-Queue-0.01-oOZuTT/blib/arch:/home/eserte/.cpan/build/2015110818/Redis-Queue-0.01-oOZuTT/blib/lib:/home/eserte/.cpan/build/2015110818/Redis-1.981-WxmKKc/blib/arch:/home/eserte/.cpan/build/2015110818/Redis-1.981-WxmKKc/blib/lib:/home/eserte/.cpan/build/2015110818/AnyEvent-Tools-0.12-s0E8ES/blib/arch:/home/eserte/.cpan/build/2015110818/AnyEvent-Tools-0.12-s0E8ES/blib/lib:/home/eserte/.cpan/build/2015110818/AnyEvent-AggressiveIdle-0.04-Zdojfi/blib/arch:/home/eserte/.cpan/build/2015110818/AnyEvent-AggressiveIdle-0.04-Zdojfi/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 7540
    PERL5_CPAN_IS_RUNNING = 7540
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 18543,7540
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1001/2015110812/cpanreporter_000_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    SHELL = /bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1001/2015110812

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

    $^X = /bbbike/perl-5.22.1-RC1/bin/perl
    $UID/$EUID = 1001 / 1001
    $GID = 1001 109 1001
    $EGID = 1001 109 1001

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.10    
    CPAN::Meta          2.150005
    Cwd                 3.47    
    ExtUtils::CBuilder  0.280224
    ExtUtils::Command   7.10    
    ExtUtils::Install   2.04    
    ExtUtils::MakeMaker 7.10    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.30    
    File::Spec          3.47    
    JSON                2.90    
    JSON::PP            2.27300 
    Module::Build       0.4214  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4417  
    Test::Harness       3.35    
    Test::More          1.001014
    YAML                1.15    
    YAML::Syck          1.29    
    version             0.9912  


--

Summary of my perl5 (revision 5 version 22 subversion 1) configuration:
   
  Platform:
    osname=linux, osvers=3.2.0-4-amd64, archname=x86_64-linux
    uname='linux eserte 3.2.0-4-amd64 #1 smp debian 3.2.68-1+deb7u5 x86_64 gnulinux '
    config_args='-ds -e -Dprefix=/opt/perl-5.22.1-RC1 -Dcf_email=srezic@cpan.org'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2',
    optimize='-O2',
    cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.7.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 -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/4.7/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 -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.13.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.13'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
                        USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES
                        USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_PERLIO
                        USE_PERL_ATOF
  Locally applied patches:
	RC1
  Built under linux
  Compiled at Oct 31 2015 19:07:24
  %ENV:
    PERL5LIB="/home/eserte/.cpan/build/2015110818/Tie-RefHash-1.39-oiQiUF/blib/arch:/home/eserte/.cpan/build/2015110818/Tie-RefHash-1.39-oiQiUF/blib/lib:/home/eserte/.cpan/build/2015110818/MongoDBx-AutoDeref-1.110560-MUO8S9/blib/arch:/home/eserte/.cpan/build/2015110818/MongoDBx-AutoDeref-1.110560-MUO8S9/blib/lib:/home/eserte/.cpan/build/2015110818/CatalystX-Script-FCGI-Engine-0.003-Ci_6mI/blib/arch:/home/eserte/.cpan/build/2015110818/CatalystX-Script-FCGI-Engine-0.003-Ci_6mI/blib/lib:/home/eserte/.cpan/build/2015110818/Xorg-XLFD-0.128-5lvMLb/blib/arch:/home/eserte/.cpan/build/2015110818/Xorg-XLFD-0.128-5lvMLb/blib/lib:/home/eserte/.cpan/build/2015110818/WWW-Offline-Toolkit-0.01-8ccJiL/blib/arch:/home/eserte/.cpan/build/2015110818/WWW-Offline-Toolkit-0.01-8ccJiL/blib/lib:/home/eserte/.cpan/build/2015110818/Task-Deprecations5_12-1.002-F_9Lc0/blib/arch:/home/eserte/.cpan/build/2015110818/Task-Deprecations5_12-1.002-F_9Lc0/blib/lib:/home/eserte/.cpan/build/2015110818/Rule-Engine-0.06-RTCGT4/blib/arch:/home/eserte/.cpan/build/2015110818/Rule-Engine-0.06-RTCGT4/blib/lib:/home/eserte/.cpan/build/2015110818/Dancer-Plugin-GearmanXS-0.110570-3pLpwX/blib/arch:/home/eserte/.cpan/build/2015110818/Dancer-Plugin-GearmanXS-0.110570-3pLpwX/blib/lib:/home/eserte/.cpan/build/2015110818/fytwORM-0.0.1-hPwGMI/blib/arch:/home/eserte/.cpan/build/2015110818/fytwORM-0.0.1-hPwGMI/blib/lib:/home/eserte/.cpan/build/2015110818/Test-SynchHaveWant-0.01-YzlPrF/blib/arch:/home/eserte/.cpan/build/2015110818/Test-SynchHaveWant-0.01-YzlPrF/blib/lib:/home/eserte/.cpan/build/2015110818/Devel-InPackage-0.01-nNbdr9/blib/arch:/home/eserte/.cpan/build/2015110818/Devel-InPackage-0.01-nNbdr9/blib/lib:/home/eserte/.cpan/build/2015110818/AnyEvent-Debounce-0.01-ld2StA/blib/arch:/home/eserte/.cpan/build/2015110818/AnyEvent-Debounce-0.01-ld2StA/blib/lib:/home/eserte/.cpan/build/2015110818/Acme-Geo-Whitwell-Name-0.04-JGz89D/blib/arch:/home/eserte/.cpan/build/2015110818/Acme-Geo-Whitwell-Name-0.04-JGz89D/blib/lib:/home/eserte/.cpan/build/2015110818/Var-Extract-0.02-fC28in/blib/arch:/home/eserte/.cpan/build/2015110818/Var-Extract-0.02-fC28in/blib/lib:/home/eserte/.cpan/build/2015110818/POE-Component-Server-POP3-0.10-BsW4Au/blib/arch:/home/eserte/.cpan/build/2015110818/POE-Component-Server-POP3-0.10-BsW4Au/blib/lib:/home/eserte/.cpan/build/2015110818/POE-Component-Pluggable-1.26-UZRJ8h/blib/arch:/home/eserte/.cpan/build/2015110818/POE-Component-Pluggable-1.26-UZRJ8h/blib/lib:/home/eserte/.cpan/build/2015110818/Image-Index-LaTeX-0.01-y2kPgt/blib/arch:/home/eserte/.cpan/build/2015110818/Image-Index-LaTeX-0.01-y2kPgt/blib/lib:/home/eserte/.cpan/build/2015110818/CPANPLUS-Internals-Source-CPANIDX-0.04-2SRqZH/blib/arch:/home/eserte/.cpan/build/2015110818/CPANPLUS-Internals-Source-CPANIDX-0.04-2SRqZH/blib/lib:/home/eserte/.cpan/build/2015110818/Bundle-CommonModules-1.03-1Err5F/blib/arch:/home/eserte/.cpan/build/2015110818/Bundle-CommonModules-1.03-1Err5F/blib/lib:/home/eserte/.cpan/build/2015110818/AnyEvent-POE_Reference-0.11-OtLpOq/blib/arch:/home/eserte/.cpan/build/2015110818/AnyEvent-POE_Reference-0.11-OtLpOq/blib/lib:/home/eserte/.cpan/build/2015110818/Net-Server-Mail-ESMTP-STARTTLS-0.02-SEeZ_N/blib/arch:/home/eserte/.cpan/build/2015110818/Net-Server-Mail-ESMTP-STARTTLS-0.02-SEeZ_N/blib/lib:/home/eserte/.cpan/build/2015110818/Config-Model-CursesUI-1.104-LPG9Bq/blib/arch:/home/eserte/.cpan/build/2015110818/Config-Model-CursesUI-1.104-LPG9Bq/blib/lib:/home/eserte/.cpan/build/2015110818/Class-DBI-Pg-0.08-Ziex6l/blib/arch:/home/eserte/.cpan/build/2015110818/Class-DBI-Pg-0.08-Ziex6l/blib/lib:/home/eserte/.cpan/build/2015110818/Class-DBI-Plugin-DateTime-0.05-04ecEF/blib/arch:/home/eserte/.cpan/build/2015110818/Class-DBI-Plugin-DateTime-0.05-04ecEF/blib/lib:/home/eserte/.cpan/build/2015110818/AnyEvent-Feed-0.3-xJx7Id/blib/arch:/home/eserte/.cpan/build/2015110818/AnyEvent-Feed-0.3-xJx7Id/blib/lib:/home/eserte/.cpan/build/2015110818/Redis-Queue-0.01-oOZuTT/blib/arch:/home/eserte/.cpan/build/2015110818/Redis-Queue-0.01-oOZuTT/blib/lib:/home/eserte/.cpan/build/2015110818/Redis-1.981-WxmKKc/blib/arch:/home/eserte/.cpan/build/2015110818/Redis-1.981-WxmKKc/blib/lib:/home/eserte/.cpan/build/2015110818/AnyEvent-Tools-0.12-s0E8ES/blib/arch:/home/eserte/.cpan/build/2015110818/AnyEvent-Tools-0.12-s0E8ES/blib/lib:/home/eserte/.cpan/build/2015110818/AnyEvent-AggressiveIdle-0.04-Zdojfi/blib/arch:/home/eserte/.cpan/build/2015110818/AnyEvent-AggressiveIdle-0.04-Zdojfi/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="7540"
    PERL5_CPAN_IS_RUNNING="7540"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="18543,7540"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1001/2015110812/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
  @INC:
    /home/eserte/.cpan/build/2015110818/Tie-RefHash-1.39-oiQiUF/blib/arch
    /home/eserte/.cpan/build/2015110818/Tie-RefHash-1.39-oiQiUF/blib/lib
    /home/eserte/.cpan/build/2015110818/MongoDBx-AutoDeref-1.110560-MUO8S9/blib/arch
    /home/eserte/.cpan/build/2015110818/MongoDBx-AutoDeref-1.110560-MUO8S9/blib/lib
    /home/eserte/.cpan/build/2015110818/CatalystX-Script-FCGI-Engine-0.003-Ci_6mI/blib/arch
    /home/eserte/.cpan/build/2015110818/CatalystX-Script-FCGI-Engine-0.003-Ci_6mI/blib/lib
    /home/eserte/.cpan/build/2015110818/Xorg-XLFD-0.128-5lvMLb/blib/arch
    /home/eserte/.cpan/build/2015110818/Xorg-XLFD-0.128-5lvMLb/blib/lib
    /home/eserte/.cpan/build/2015110818/WWW-Offline-Toolkit-0.01-8ccJiL/blib/arch
    /home/eserte/.cpan/build/2015110818/WWW-Offline-Toolkit-0.01-8ccJiL/blib/lib
    /home/eserte/.cpan/build/2015110818/Task-Deprecations5_12-1.002-F_9Lc0/blib/arch
    /home/eserte/.cpan/build/2015110818/Task-Deprecations5_12-1.002-F_9Lc0/blib/lib
    /home/eserte/.cpan/build/2015110818/Rule-Engine-0.06-RTCGT4/blib/arch
    /home/eserte/.cpan/build/2015110818/Rule-Engine-0.06-RTCGT4/blib/lib
    /home/eserte/.cpan/build/2015110818/Dancer-Plugin-GearmanXS-0.110570-3pLpwX/blib/arch
    /home/eserte/.cpan/build/2015110818/Dancer-Plugin-GearmanXS-0.110570-3pLpwX/blib/lib
    /home/eserte/.cpan/build/2015110818/fytwORM-0.0.1-hPwGMI/blib/arch
    /home/eserte/.cpan/build/2015110818/fytwORM-0.0.1-hPwGMI/blib/lib
    /home/eserte/.cpan/build/2015110818/Test-SynchHaveWant-0.01-YzlPrF/blib/arch
    /home/eserte/.cpan/build/2015110818/Test-SynchHaveWant-0.01-YzlPrF/blib/lib
    /home/eserte/.cpan/build/2015110818/Devel-InPackage-0.01-nNbdr9/blib/arch
    /home/eserte/.cpan/build/2015110818/Devel-InPackage-0.01-nNbdr9/blib/lib
    /home/eserte/.cpan/build/2015110818/AnyEvent-Debounce-0.01-ld2StA/blib/arch
    /home/eserte/.cpan/build/2015110818/AnyEvent-Debounce-0.01-ld2StA/blib/lib
    /home/eserte/.cpan/build/2015110818/Acme-Geo-Whitwell-Name-0.04-JGz89D/blib/arch
    /home/eserte/.cpan/build/2015110818/Acme-Geo-Whitwell-Name-0.04-JGz89D/blib/lib
    /home/eserte/.cpan/build/2015110818/Var-Extract-0.02-fC28in/blib/arch
    /home/eserte/.cpan/build/2015110818/Var-Extract-0.02-fC28in/blib/lib
    /home/eserte/.cpan/build/2015110818/POE-Component-Server-POP3-0.10-BsW4Au/blib/arch
    /home/eserte/.cpan/build/2015110818/POE-Component-Server-POP3-0.10-BsW4Au/blib/lib
    /home/eserte/.cpan/build/2015110818/POE-Component-Pluggable-1.26-UZRJ8h/blib/arch
    /home/eserte/.cpan/build/2015110818/POE-Component-Pluggable-1.26-UZRJ8h/blib/lib
    /home/eserte/.cpan/build/2015110818/Image-Index-LaTeX-0.01-y2kPgt/blib/arch
    /home/eserte/.cpan/build/2015110818/Image-Index-LaTeX-0.01-y2kPgt/blib/lib
    /home/eserte/.cpan/build/2015110818/CPANPLUS-Internals-Source-CPANIDX-0.04-2SRqZH/blib/arch
    /home/eserte/.cpan/build/2015110818/CPANPLUS-Internals-Source-CPANIDX-0.04-2SRqZH/blib/lib
    /home/eserte/.cpan/build/2015110818/Bundle-CommonModules-1.03-1Err5F/blib/arch
    /home/eserte/.cpan/build/2015110818/Bundle-CommonModules-1.03-1Err5F/blib/lib
    /home/eserte/.cpan/build/2015110818/AnyEvent-POE_Reference-0.11-OtLpOq/blib/arch
    /home/eserte/.cpan/build/2015110818/AnyEvent-POE_Reference-0.11-OtLpOq/blib/lib
    /home/eserte/.cpan/build/2015110818/Net-Server-Mail-ESMTP-STARTTLS-0.02-SEeZ_N/blib/arch
    /home/eserte/.cpan/build/2015110818/Net-Server-Mail-ESMTP-STARTTLS-0.02-SEeZ_N/blib/lib
    /home/eserte/.cpan/build/2015110818/Config-Model-CursesUI-1.104-LPG9Bq/blib/arch
    /home/eserte/.cpan/build/2015110818/Config-Model-CursesUI-1.104-LPG9Bq/blib/lib
    /home/eserte/.cpan/build/2015110818/Class-DBI-Pg-0.08-Ziex6l/blib/arch
    /home/eserte/.cpan/build/2015110818/Class-DBI-Pg-0.08-Ziex6l/blib/lib
    /home/eserte/.cpan/build/2015110818/Class-DBI-Plugin-DateTime-0.05-04ecEF/blib/arch
    /home/eserte/.cpan/build/2015110818/Class-DBI-Plugin-DateTime-0.05-04ecEF/blib/lib
    /home/eserte/.cpan/build/2015110818/AnyEvent-Feed-0.3-xJx7Id/blib/arch
    /home/eserte/.cpan/build/2015110818/AnyEvent-Feed-0.3-xJx7Id/blib/lib
    /home/eserte/.cpan/build/2015110818/Redis-Queue-0.01-oOZuTT/blib/arch
    /home/eserte/.cpan/build/2015110818/Redis-Queue-0.01-oOZuTT/blib/lib
    /home/eserte/.cpan/build/2015110818/Redis-1.981-WxmKKc/blib/arch
    /home/eserte/.cpan/build/2015110818/Redis-1.981-WxmKKc/blib/lib
    /home/eserte/.cpan/build/2015110818/AnyEvent-Tools-0.12-s0E8ES/blib/arch
    /home/eserte/.cpan/build/2015110818/AnyEvent-Tools-0.12-s0E8ES/blib/lib
    /home/eserte/.cpan/build/2015110818/AnyEvent-AggressiveIdle-0.04-Zdojfi/blib/arch
    /home/eserte/.cpan/build/2015110818/AnyEvent-AggressiveIdle-0.04-Zdojfi/blib/lib
    /opt/perl-5.22.1-RC1/lib/site_perl/5.22.1/x86_64-linux
    /opt/perl-5.22.1-RC1/lib/site_perl/5.22.1
    /opt/perl-5.22.1-RC1/lib/5.22.1/x86_64-linux
    /opt/perl-5.22.1-RC1/lib/5.22.1
    .