cpanm (App::cpanminus) 1.5019 on perl 5.008008 built for x86_64-linux-thread-multi Work directory is /users/cub-uanic/.cpanm/work/1357236935.10491 You have make /usr/bin/make You have /usr/bin/wget You have /bin/tar: tar (GNU tar) 1.15.1 You have /usr/bin/unzip Searching Test::PerlTidy on cpanmetadb ... Checking if you have ExtUtils::MakeMaker 6.31 ... Yes (6.64) Checking if you have ExtUtils::Install 1.46 ... Yes (1.54) --> Working on Test::PerlTidy Fetching http://www.cpan.org/authors/id/L/LA/LARRYL/Test-PerlTidy-20120621.tar.gz -> OK Unpacking Test-PerlTidy-20120621.tar.gz Entering Test-PerlTidy-20120621 Checking configure dependencies from META.yml Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.64) Configuring Test-PerlTidy-20120621 Running Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Test::PerlTidy Writing MYMETA.yml and MYMETA.json -> OK Checking dependencies from MYMETA.json ... Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.64) Checking if you have parent 0 ... Yes (0.225) Checking if you have IO::File 0 ... Yes (1.14) Checking if you have File::Spec 0 ... Yes (3.33) Checking if you have Perl::Tidy 20031021 ... Yes (20121207) Checking if you have File::Finder 0 ... Yes (0.53) Checking if you have Carp 0 ... Yes (1.04) Checking if you have Test::More 0 ... Yes (0.98) Checking if you have Text::Diff 0 ... Yes (1.41) Checking if you have Test::Builder 0 ... Yes (0.98) Checking if you have File::Slurp 0 ... Yes (9999.19) Building and testing Test-PerlTidy-20120621 cp lib/Test/PerlTidy.pm blib/lib/Test/PerlTidy.pm Manifying blib/man3/Test::PerlTidy.3pm PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/critic.t ............ skipped: Set $ENV{TEST_AUTHOR} to a true value to run critic tests. t/exclude_files.t ..... ok # The file 'lib/Test/PerlTidy.pm' is not tidy # +---+---------------------------------------------+---------------------------------------------+ # | 80| # Do not worry about trailing newlines. | # Do not worry about trailing newlines. | # | 81| # | # | # | 82| $code_to_tidy =~ s/[\r\n]+$//; | $code_to_tidy =~ s/[\r\n]+$//; | # * 83| $tidied_code =~ s/[\r\n]+$//; | $tidied_code =~ s/[\r\n]+$//; * # | 84| if ( $code_to_tidy eq $tidied_code ) { | if ( $code_to_tidy eq $tidied_code ) { | # | 85| return 1; | return 1; | # | 86| } | } | # +---+---------------------------------------------+---------------------------------------------+ # Failed test ''lib/Test/PerlTidy.pm'' # at t/exclude_perltidy.t line 11. # Looks like you failed 1 test of 11. t/exclude_perltidy.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/11 subtests t/is_file_tidy.t ...... ok t/list_files.t ........ ok # The file 'lib/Test/PerlTidy.pm' is not tidy # +---+---------------------------------------------+---------------------------------------------+ # | 80| # Do not worry about trailing newlines. | # Do not worry about trailing newlines. | # | 81| # | # | # | 82| $code_to_tidy =~ s/[\r\n]+$//; | $code_to_tidy =~ s/[\r\n]+$//; | # * 83| $tidied_code =~ s/[\r\n]+$//; | $tidied_code =~ s/[\r\n]+$//; * # | 84| if ( $code_to_tidy eq $tidied_code ) { | if ( $code_to_tidy eq $tidied_code ) { | # | 85| return 1; | return 1; | # | 86| } | } | # +---+---------------------------------------------+---------------------------------------------+ # Failed test ''lib/Test/PerlTidy.pm'' # at t/perltidy.t line 11. # Looks like you failed 1 test of 11. t/perltidy.t .......... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/11 subtests t/pod-coverage.t ...... skipped: Set $ENV{TEST_AUTHOR} to a true value to run POD tests. t/pod.t ............... skipped: Set $ENV{TEST_AUTHOR} to a true value to run POD tests. t/strict.t ............ skipped: Set $ENV{TEST_AUTHOR} to a true value to run strict tests. Test Summary Report ------------------- t/exclude_perltidy.t (Wstat: 256 Tests: 11 Failed: 1) Failed test: 2 Non-zero exit status: 1 t/perltidy.t (Wstat: 256 Tests: 11 Failed: 1) Failed test: 2 Non-zero exit status: 1 Files=9, Tests=26, 4 wallclock secs ( 0.04 usr 0.02 sys + 3.25 cusr 0.16 csys = 3.47 CPU) Result: FAIL Failed 2/9 test programs. 2/26 subtests failed. make: *** [test_dynamic] Error 255 -> FAIL Installing Test::PerlTidy failed. See /users/cub-uanic/.cpanm/build.log for details.