336 lines
29 KiB
Text
336 lines
29 KiB
Text
perl-blead
|
|
==========
|
|
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
|
|
Work directory is /home/ryan/.cpanm/work/1493147070.19765
|
|
You have make /usr/bin/make
|
|
You have LWP 6.26
|
|
You have /bin/tar: tar (GNU tar) 1.29
|
|
Copyright (C) 2015 Free Software Foundation, Inc.
|
|
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
|
|
This is free software: you are free to change and redistribute it.
|
|
There is NO WARRANTY, to the extent permitted by law.
|
|
|
|
Written by John Gilmore and Jay Fenlason.
|
|
You have /usr/bin/unzip
|
|
Searching App::CmdDirs () on cpanmetadb ...
|
|
Unpacking App-CmdDirs-1.02.tar.gz
|
|
--> Working on App::CmdDirs
|
|
Fetching http://www.cpan.org/authors/id/D/DI/DINOMITE/App-CmdDirs-1.02.tar.gz ... OK
|
|
App-CmdDirs-1.02/
|
|
App-CmdDirs-1.02/bin/
|
|
App-CmdDirs-1.02/build/
|
|
App-CmdDirs-1.02/DEVELOPING
|
|
App-CmdDirs-1.02/lib/
|
|
App-CmdDirs-1.02/Makefile.PL
|
|
App-CmdDirs-1.02/MANIFEST
|
|
App-CmdDirs-1.02/META.yml
|
|
App-CmdDirs-1.02/README
|
|
App-CmdDirs-1.02/t/
|
|
App-CmdDirs-1.02/t/00-load.t
|
|
App-CmdDirs-1.02/t/10-critic.t
|
|
App-CmdDirs-1.02/t/50-unit.t
|
|
App-CmdDirs-1.02/t/90-build.t
|
|
App-CmdDirs-1.02/t/lib/
|
|
App-CmdDirs-1.02/t/perlcriticrc
|
|
App-CmdDirs-1.02/t/lib/App/
|
|
App-CmdDirs-1.02/t/lib/App/CmdDirsTest.pm
|
|
App-CmdDirs-1.02/lib/App/
|
|
App-CmdDirs-1.02/lib/App/CmdDirs/
|
|
App-CmdDirs-1.02/lib/App/CmdDirs.pm
|
|
App-CmdDirs-1.02/lib/App/CmdDirs/Traverser/
|
|
App-CmdDirs-1.02/lib/App/CmdDirs/Traverser/Base.pm
|
|
App-CmdDirs-1.02/lib/App/CmdDirs/Traverser/Git.pm
|
|
App-CmdDirs-1.02/lib/App/CmdDirs/Traverser/Subversion.pm
|
|
App-CmdDirs-1.02/build/build.PL
|
|
App-CmdDirs-1.02/build/cmddirs.PL
|
|
App-CmdDirs-1.02/bin/cmddirs
|
|
Entering App-CmdDirs-1.02
|
|
Checking configure dependencies from META.yml
|
|
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
|
|
Running Makefile.PL
|
|
Configuring App-CmdDirs-1.02 ... Checking if your kit is complete...
|
|
Looks good
|
|
Generating a Unix-style Makefile
|
|
Writing Makefile for App::CmdDirs
|
|
Writing MYMETA.yml and MYMETA.json
|
|
Checking dependencies from MYMETA.json ...
|
|
Checking if you have App::FatPacker 0.009006 ... Yes (0.010007)
|
|
Checking if you have Test::Perl::Critic 1.02 ... Yes (1.03)
|
|
Checking if you have Test::Class 0.36 ... Yes (0.50)
|
|
Checking if you have Perl::Critic 1.113 ... Yes (1.126)
|
|
OK
|
|
Building and testing App-CmdDirs-1.02 ... cp lib/App/CmdDirs.pm blib/lib/App/CmdDirs.pm
|
|
cp lib/App/CmdDirs/Traverser/Subversion.pm blib/lib/App/CmdDirs/Traverser/Subversion.pm
|
|
cp lib/App/CmdDirs/Traverser/Git.pm blib/lib/App/CmdDirs/Traverser/Git.pm
|
|
cp lib/App/CmdDirs/Traverser/Base.pm blib/lib/App/CmdDirs/Traverser/Base.pm
|
|
cp bin/cmddirs blib/script/cmddirs
|
|
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cmddirs
|
|
Manifying 1 pod document
|
|
PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-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.026000, /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0
|
|
t/00-load.t .... ok
|
|
|
|
# Failed test 'Test::Perl::Critic for "blib/lib/App/CmdDirs/Traverser/Base.pm"'
|
|
# at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/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/script/cmddirs"'
|
|
# at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/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)
|
|
# [CodeLayout::ProhibitHashBarewords] Hash key with bareword at line 265, column 11. (Severity: 3)
|
|
# [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 265, column 30. (Severity: 5)
|
|
# [ValuesAndExpressions::ProhibitAccessOfPrivateData] Private Member Data shouldn't be accessed directly at line 265, column 30. (Severity: 5)
|
|
# [Subroutines::ProhibitCallsToUndeclaredSubs] Subroutine "pod2usage" is neither declared nor explicitly imported at line 266, column 1. (Severity: 4)
|
|
# [CodeLayout::ProhibitHashBarewords] Hash key with bareword at line 266, column 11. (Severity: 3)
|
|
# [OTRS::RequireCamelCase] Variable, subroutine, and package names have to be in CamelCase at line 266, column 30. (Severity: 5)
|
|
# [ValuesAndExpressions::ProhibitAccessOfPrivateData] Private Member Data shouldn't be accessed directly 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/Git.pm"'
|
|
# at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/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 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/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)
|
|
|
|
# Failed test 'Test::Perl::Critic for "blib/lib/App/CmdDirs/Traverser/Subversion.pm"'
|
|
# at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/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)
|
|
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, 2 wallclock secs ( 0.02 usr 0.00 sys + 1.54 cusr 0.04 csys = 1.60 CPU)
|
|
Result: FAIL
|
|
Failed 1/4 test programs. 5/15 subtests failed.
|
|
Makefile:864: recipe for target 'test_dynamic' failed
|
|
make: *** [test_dynamic] Error 255
|
|
! Installing App::CmdDirs failed. See /home/ryan/.cpanm/work/1493147070.19765/build.log for details. Retry with --force to force install it.
|
|
FAIL
|
|
Command [cpanm --reinstall --verbose App::CmdDirs] terminated with exit code 1 ($? = 256) under the following perl environment:
|
|
Command terminated with non-zero status.
|
|
|
|
|
|
Current perl:
|
|
Name: perl-blead
|
|
Path: /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl
|
|
Config: -de -Dprefix=/home/ryan/perl5/perlbrew/perls/perl-blead -Dusedevel -Aeval:scriptdir=/home/ryan/perl5/perlbrew/perls/perl-blead/bin
|
|
Compiled at: Mar 30 2017 03:10:09
|
|
|
|
perlbrew:
|
|
version: 0.78
|
|
ENV:
|
|
PERLBREW_ROOT: /home/ryan/perl5/perlbrew
|
|
PERLBREW_HOME: /home/ryan/.perlbrew
|
|
PERLBREW_PATH: /home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perl-blead/bin
|
|
PERLBREW_MANPATH: /home/ryan/perl5/perlbrew/perls/perl-blead/man
|