Subject: | Failed to install |
Attempting to install this module, it failed two tests and did not install,
<pre>
--test output here--
Running Build test
t/check_project.....NOK 25
# Failed test ''./_build/build_params''
# in t/check_project.t at line 5.
# File: './_build/build_params'
# 69 'cppflags' => '-D_REENTRANT -D_GNU_SOURCE
-DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing
-I/usr/local/include -I/usr/include/gdbm',
# 849 'ccflags' => '-D_REENTRANT -D_GNU_SOURCE
-DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/include/gdbm',
t/check_project.....ok 34/34# Looks like you failed 1 test of 34.
t/check_project.....dubious
Test returned status 1 (wstat 256, 0x100)
Scalar found where operator expected at (eval 173) line 1, near "'int'
$__val"
(Missing operator before $__val?)
DIED. FAILED test 25
Failed 1/34 tests, 97.06% okay
t/format_results....ok
t/list_files........NOK 9
# Failed test 'check that non files are not returned from 't/dirs/types''
# in t/list_files.t at line 56.
t/list_files........ok 10/10# Looks like you failed 1 test of 10.
t/list_files........dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 9
Failed 1/10 tests, 90.00% okay
t/load_file.........ok
t/scan_file.........ok
t/skip_all..........skipped
all skipped: All tests skipped.
t/test-fixme........ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/check_project.t 1 256 34 1 2.94% 25
t/list_files.t 1 256 10 1 10.00% 9
1 test skipped.
--end output--
</pre>