Subject: | won't install |
I can't install this module for some reason. Here's the error log:
Fetching http://www.cpan.org/authors/id/S/SZ/SZABGAB/Test-Strict-0.18.tar.gz
-> OK
Unpacking Test-Strict-0.18.tar.gz
Entering Test-Strict-0.18
Checking configure dependencies from META.yml
Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.63_02)
Configuring Test-Strict-0.18
Running Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Test::Strict
Writing MYMETA.yml and MYMETA.json
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.63_02)
Checking if you have Test::Builder 0.01 ... Yes (0.98)
Checking if you have FindBin 0.01 ... Yes (1.51)
Checking if you have File::Find 0.01 ... Yes (1.20)
Checking if you have File::Temp 0.01 ... Yes (0.22)
Checking if you have File::Spec 0.01 ... Yes (3.39_02)
Checking if you have Test::Simple 0.47 ... Yes (0.98)
Checking if you have Devel::Cover 0.43 ... Yes (1.00)
Building and testing Test-Strict-0.18
cp lib/Test/Strict.pm blib/lib/Test/Strict.pm
Manifying blib/man3/Test::Strict.3
PERL_DL_NONLAZY=1 /home/frew/perl5/perlbrew/perls/5.16.1_clean/bin/perl
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib',
'blib/arch')" t/*.t
# First all_perl_files_ok starting
# First all_perl_files_ok done
# Start creating files
# /tmp/O3SjjJ5BJm/8mzWc93SPs.pL
# /tmp/yABmKA5kl9/wiJapDIAU2
# File1: /tmp/QIy0mtVL0E/pFwO6Myk6C.pL
# File2: /tmp/Z9PxSJ97T3/Aa9PYi9yqD.pL
# File3: /tmp/JkpqdBViiA/bxUV0A49qe.pm
# File4: /tmp/XeXAfvfK_5/02whzodqUI.pm
# File5: /tmp/QT8kOOsiAH/xFVL062cFS.pm
# [
# '/tmp/gSqBexJNve/wu9EtGrt9v.pm',
# '/tmp/gSqBexJNve/aHlR_PXPgW.pl',
# '/tmp/gSqBexJNve/eQ989eaz1N.pl',
# '/tmp/gSqBexJNve/B3_o1deBoF.pl'
# ]
# File to skip: /tmp/gSqBexJNve/eQ989eaz1N.pl
t/01all.t ....... ok
# Failed test 'Syntax ok'
# at t/02fail.t line 80.
# 'not ok 1 - Syntax check /tmp/8I0NowAsPF/qK2YwOYfNe.pm
# not ok 2 - use strict /tmp/8I0NowAsPF/qK2YwOYfNe.pm
# 1..2
# '
# doesn't match '(?^m:^ok 1 - Syntax check )'
# Looks like you failed 1 test of 13.
t/02fail.t ......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/13 subtests
t/03pod.t ....... ok
t/04cover.t ..... skipped: Checking coverage only if the CHECK_COVERAGE
environment variable is true
t/05coverpod.t .. ok
Test Summary Report
-------------------
t/02fail.t (Wstat: 256 Tests: 13 Failed: 1)
Failed test: 12
Non-zero exit status: 1
Files=5, Tests=58, 1 wallclock secs ( 0.06 usr 0.02 sys + 0.75 cusr
0.14 csys = 0.97 CPU)
Result: FAIL
Failed 1/5 test programs. 1/58 subtests failed.
make: *** [test_dynamic] Error 255
-> FAIL Installing Test::Strict failed. See /home/frew/.cpanm/build.log
for details.