Do you want make smbclient tests ? (you will be prompted for server / worgroup / share / user / password to make read write access. [no] no Checking if your kit is complete... Looks good Writing Makefile for Filesys::SmbClientParser cp SmbClientParser.pm blib/lib/Filesys/SmbClientParser.pm Manifying blib/man3/Filesys::SmbClientParser.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -I/export/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/01load............Use of uninitialized value in -x at blib/lib/Filesys/SmbClientParser.pm line 71. Use of uninitialized value in -x at blib/lib/Filesys/SmbClientParser.pm line 73. Unsuccessful stat on filename containing newline at blib/lib/Filesys/SmbClientParser.pm line 57. Use of uninitialized value in -x at blib/lib/Filesys/SmbClientParser.pm line 75. Can't found smbclient. Use new('/path/of/smbclient') at blib/lib/Filesys/SmbClientParser.pm line 89. # Looks like your test died before it could output anything. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/02new.............ok t/03arg.............Use of uninitialized value in -x at blib/lib/Filesys/SmbClientParser.pm line 71. Use of uninitialized value in -x at blib/lib/Filesys/SmbClientParser.pm line 73. Unsuccessful stat on filename containing newline at blib/lib/Filesys/SmbClientParser.pm line 57. Use of uninitialized value in -x at blib/lib/Filesys/SmbClientParser.pm line 75. Can't found smbclient. Use new('/path/of/smbclient') at blib/lib/Filesys/SmbClientParser.pm line 89. # Looks like your test died before it could output anything. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-6 Failed 6/6 tests, 0.00% okay t/51test............skipped: no smbclient tests defined with perl Makefile.PL Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/01load.t 2 512 2 2 100.00% 1-2 t/03arg.t 2 512 6 6 100.00% 1-6 1 test skipped. Failed 2/4 test scripts, 50.00% okay. 8/11 subtests failed, 27.27% okay. make: *** [test_dynamic] Error 29